Skip to content

Commit 4f900f8

Browse files
author
ecoolper
committed
添加httpType枚举
1 parent 57e1f09 commit 4f900f8

File tree

1 file changed

+8
-0
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package me.chanjar.weixin.common.util.http;
2+
3+
/**
4+
* Created by ecoolper on 2017/4/28.
5+
*/
6+
public enum HttpType {
7+
joddHttp, apacheHttp, okHttp;
8+
}

0 commit comments

Comments
 (0)