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