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