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