peter
2025-07-08 83f9014a75f572154ae7732f0fc78d6467edde93
1
2
3
4
5
package com.yami.trading.common.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}