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