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