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