dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(okxNewPrice): 优化WebSocket心跳处理机制
Administrator
2026-01-04
f42a02bfe43f2aad60cb7d22afa4105a4048d062
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
okxNewPrice
/
okxpi
/
config
/
enums
/
RequestType.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
public enum RequestType {
PUBLIC,
WITH_API_KEY,
SIGNED
}