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