Administrator
2026-05-28 b3b9edaf5eb570a899ce90d05310f6a1aef11807
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
}