Administrator
2025-12-22 9eed388bf3c07dc0ea24fb0637b4964c8e387437
1
2
3
4
5
6
7
package com.xcong.excoin.modules.newPrice.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}