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