Administrator
2025-12-13 9f738c157e3c3d07248cceaf9abd2a19662e964d
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}