1
0
mirror of synced 2025-12-18 05:47:58 +08:00

添加httpType枚举

This commit is contained in:
ecoolper
2017-04-29 13:40:53 +08:00
parent 57e1f0919b
commit 4f900f8b21

View File

@@ -0,0 +1,8 @@
package me.chanjar.weixin.common.util.http;
/**
* Created by ecoolper on 2017/4/28.
*/
public enum HttpType {
joddHttp, apacheHttp, okHttp;
}