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