新版仿ok交易所-后端
peter
2025-09-22 4dede9bdf43c2e4fa84bd5bfc538e3a4b39c1b30
1
2
3
4
5
package com.yami.trading.common.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}