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