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