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