Administrator
2026-06-04 32ee67f16729ce809e7f144549528a0f7cfd7aee
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums;
 
public enum HttpMethod {
    POST,
    GET,
    PUT,
    DELETE,
    INVALID
}