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