Administrator
3 days ago bd3a9f2256030b8f41f944568ca7705de7d7fdd8
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
}