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