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