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