Administrator
2026-05-12 0cfd84ebe2adf4a4616ba72078b135a1797e8cfe
1
2
3
4
5
6
7
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
 
public enum RequestType {
    PUBLIC,
    WITH_API_KEY,
    SIGNED
}