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