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