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