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