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