新版仿ok交易所-后端
C2C
zyy
2025-10-22 ba7401b539a17f3c5503bec3f832854167c6ee7a
1
2
3
4
5
package com.yami.trading.huobi.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}