zj
2025-03-02 bf6c08e0b9f18cca48cc616729387e5885d067f2
1
2
3
4
5
package com.yami.trading.common.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}