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