新版仿ok交易所-后端
1
zj
9 days ago 6e09aa2c20ff596c2dfae165d94a9af8ce281030
1
2
3
4
5
package com.yami.trading.huobi.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}