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