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