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