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