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