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