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