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