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