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