dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore: 修改日志级别 - 将 cc.mrbird.febs 的日志级别从 debug改为 info - 此修改旨在减少生产环境中的日志输出,提高...
KKSU
2024-12-30
d48b216367e078f5d4a048f6477c289e7d68c8fe
[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
}