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