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