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