dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(okxNewPrice): 修复价格计算逻辑
Administrator
9 days ago
9c95b584fb82289f199ae554ea92f5494e39a945
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
okxNewPrice
/
okxpi
/
config
/
enums
/
HttpMethod.java
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
public enum HttpMethod {
POST,
GET,
PUT,
DELETE,
INVALID
}