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