Administrator
2026-01-04 541571499339918f4dd12be712b2f1525adb6248
1
2
3
4
5
6
7
package com.xcong.excoin.modules.newPrice.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}