新版仿ok交易所-后端
1
dd
2026-05-30 030e1d50c1f643137220f1ecf1d90ce39174204a
1
2
3
4
5
package com.yami.trading.common.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}