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