dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复会员兑换碳币权限及数据展示问题- 修改会员兑换碳币权限判断逻辑,使用 withdrawState 替代 changeStat...
KKSU
2024-12-19
545d3a5024f54976a6685a30c7c1a4107fd5d563
[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
}