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