mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
添加httpType枚举
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package me.chanjar.weixin.common.util.http;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created by ecoolper on 2017/4/28.
|
||||||
|
*/
|
||||||
|
public enum HttpType {
|
||||||
|
joddHttp, apacheHttp, okHttp;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user