统一规范化部分javadoc

This commit is contained in:
Binary Wang
2017-09-21 15:07:31 +08:00
parent 13ca47c91b
commit f86b594386
19 changed files with 36 additions and 24 deletions

View File

@@ -9,9 +9,10 @@ import java.util.List;
/**
* 门店管理的相关接口代码
* <p>
* Created by Binary Wang on 2016-09-23.
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public interface WxMpStoreService<H, P> {
/**

View File

@@ -13,7 +13,7 @@ import java.util.List;
* http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433751277&token=&lang=zh_CN
* Created by Binary Wang on 2016-10-14.
* @author miller.lin
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* </pre>
*/
public interface WxMpTemplateMsgService {

View File

@@ -10,7 +10,7 @@ import java.util.List;
* 用户标签管理相关接口
* Created by Binary Wang on 2016/9/2.
*
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public interface WxMpUserTagService {

View File

@@ -4,8 +4,9 @@ package me.chanjar.weixin.mp.api.impl;
* <pre>
* 默认接口实现类使用apache httpclient实现
* Created by Binary Wang on 2017-5-27.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpServiceImpl extends WxMpServiceApacheHttpClientImpl {
}

View File

@@ -15,8 +15,9 @@ import java.util.List;
/**
* <pre>
* Created by Binary Wang on 2016-10-14.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpTemplateMsgServiceImpl implements WxMpTemplateMsgService {
public static final String API_URL_PREFIX = "https://api.weixin.qq.com/cgi-bin/template";

View File

@@ -16,8 +16,9 @@ import org.apache.commons.lang3.StringUtils;
import java.util.List;
/**
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
* Created by Binary Wang on 2016/9/2.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpUserTagServiceImpl implements WxMpUserTagService {
private static final String API_URL_PREFIX = "https://api.weixin.qq.com/cgi-bin/tags";