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