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