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