新版仿ok交易所-后端
1
zj
2026-03-11 75c2cb06b27b8812427f16c8657dc2eb9b4d09e5
1
2
3
4
5
package com.yami.trading.huobi.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}