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