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