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