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