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