🎨 优化代码,恢复误删除代码

This commit is contained in:
Binary Wang
2021-07-20 10:32:10 +08:00
parent 1b48399501
commit e53733b842
2 changed files with 22 additions and 13 deletions

View File

@ -0,0 +1,12 @@
package me.chanjar.weixin.cp.tp.service.impl;
/**
* <pre>
* 默认接口实现类使用apache httpclient实现
* Created by zhenjun cai.
* </pre>
*
* @author zhenjun cai
*/
public class WxCpTpServiceImpl extends WxCpTpServiceApacheHttpClientImpl {
}