dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(pay): 修复 fiuu 支付回调和退款查询相关问题
KKSU
2025-02-07
05762546ed54a38ab4559b9c32374f16c5d61dd0
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
enums
/
HttpMethod.java
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.unisoftiot.enums;
public enum HttpMethod {
POST,
GET,
PUT,
DELETE,
INVALID
}