Administrator
2026-06-08 b5daf36b0359e065b4dc664186a7c69c4574933e
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}