添加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