peter
2025-08-18 c50561d007e420f7397f73afce8966231973ec54
1
2
3
4
5
package com.yami.trading.huobi.hobi.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}