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