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