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