1
zj
2025-02-12 07f1564ecf618ce16f1802615e0505999ccfccd3
1
2
3
4
5
package project.monitor.telegram.http;
 
public enum HttpMethodType {
    GET, POST, FILE
}