Skip to content

Commit 499d12e

Browse files
committed
add author for some files
1 parent 1b759ea commit 499d12e

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/util/http/MaterialUploadRequestExecutor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import me.chanjar.weixin.mp.util.http.jodd.JoddMaterialUploadRequestExecutor;
99
import me.chanjar.weixin.mp.util.http.okhttp.OkhttpMaterialUploadRequestExecutor;
1010

11+
/**
12+
* @author codepiano
13+
*/
1114
public abstract class MaterialUploadRequestExecutor<H, P> implements RequestExecutor<WxMpMaterialUploadResult, WxMpMaterial> {
1215
protected RequestHttp<H, P> requestHttp;
1316

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/util/http/apache/ApacheMediaImgUploadRequestExecutor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
/**
2424
* Created by ecoolper on 2017/5/5.
25+
*
26+
* @author ecoolper
2527
*/
2628
public class ApacheMediaImgUploadRequestExecutor extends MediaImgUploadRequestExecutor<CloseableHttpClient, HttpHost> {
2729
public ApacheMediaImgUploadRequestExecutor(RequestHttp requestHttp) {

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/util/http/jodd/JoddMediaImgUploadRequestExecutor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* Created by ecoolper on 2017/5/5.
21+
*
22+
* @author ecoolper
2123
*/
2224
public class JoddMediaImgUploadRequestExecutor extends MediaImgUploadRequestExecutor<HttpConnectionProvider, ProxyInfo> {
2325
public JoddMediaImgUploadRequestExecutor(RequestHttp requestHttp) {

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/util/http/okhttp/OkhttpMediaImgUploadRequestExecutor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* Created by ecoolper on 2017/5/5.
19+
*
20+
* @author ecoolper
1921
*/
2022
public class OkhttpMediaImgUploadRequestExecutor extends MediaImgUploadRequestExecutor<OkHttpClient, OkHttpProxyInfo> {
2123
private final Logger logger = LoggerFactory.getLogger(this.getClass());

0 commit comments

Comments
 (0)