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