dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 重构订单退款流程
KKSU
2025-02-07
6539b325b5ce95d1fafa864c75a32279c954167f
[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
}