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