Administrator
17 hours ago e4f21f8cb1a02e8cb4599ce64b908bc0203b5e2a
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}