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