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