新版仿ok交易所-后端
1
zj
2026-05-21 98a5e458479e7f0034fda19e12cf7c04675f88c8
1
2
3
4
5
package com.yami.trading.huobi.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}