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