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