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