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