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