dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(okxNewPrice): 优化MACD策略交易判断逻辑
Administrator
2026-01-04
212e20fa6e9d0cc69d7f70339ecd47d4ec286533
[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
}