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