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