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