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