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