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