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