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