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