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