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