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