mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	格式化javadoc
This commit is contained in:
		| @ -9,7 +9,7 @@ import java.util.List; | ||||
|  | ||||
| /** | ||||
|  * 门店管理的相关接口代码 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author  <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-09-23. | ||||
|  */ | ||||
| public interface WxMpStoreService { | ||||
|  | ||||
| @ -9,7 +9,7 @@ import me.chanjar.weixin.mp.bean.tag.WxUserTag; | ||||
| /** | ||||
|  * 用户标签管理相关接口 | ||||
|  * Created by Binary Wang on 2016/9/2. | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  * | ||||
|  */ | ||||
| public interface WxMpUserTagService { | ||||
|  | ||||
| @ -17,7 +17,7 @@ import java.util.List; | ||||
|  | ||||
| /** | ||||
|  * | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/9/2. | ||||
|  */ | ||||
| public class WxMpUserTagServiceImpl implements WxMpUserTagService { | ||||
|  | ||||
| @ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 图文分析数据接口返回结果对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/24. | ||||
|  */ | ||||
| public class WxDataCubeArticleResult extends WxDataCubeBaseResult { | ||||
|  | ||||
| @ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 图文分析数据接口返回结果对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/24. | ||||
|  */ | ||||
| public class WxDataCubeArticleTotal extends WxDataCubeBaseResult { | ||||
|  | ||||
| @ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName; | ||||
|  | ||||
| /** | ||||
|  * 获取图文群发总数据接口(getarticletotal)中的详细字段 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/24. | ||||
|  */ | ||||
| public class WxDataCubeArticleTotalDetail { | ||||
|  | ||||
| @ -6,7 +6,7 @@ import org.apache.commons.lang3.builder.ToStringStyle; | ||||
|  | ||||
| /** | ||||
|  * 统计接口的共用属性类 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/25. | ||||
|  */ | ||||
| public class WxDataCubeBaseResult { | ||||
| @ -29,5 +29,5 @@ public class WxDataCubeBaseResult { | ||||
|   public void setRefDate(String refDate) { | ||||
|     this.refDate = refDate; | ||||
|   } | ||||
|    | ||||
|  | ||||
| } | ||||
|  | ||||
| @ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 接口分析数据接口返回结果对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/30. | ||||
|  */ | ||||
| public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult { | ||||
| @ -98,5 +98,5 @@ public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult { | ||||
|         new TypeToken<List<WxDataCubeInterfaceResult>>() { | ||||
|         }.getType()); | ||||
|   } | ||||
|   | ||||
|  | ||||
| } | ||||
|  | ||||
| @ -10,7 +10,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 消息分析数据接口返回结果对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/8/29. | ||||
|  */ | ||||
| public class WxDataCubeMsgResult extends WxDataCubeBaseResult { | ||||
|  | ||||
| @ -15,7 +15,7 @@ import me.chanjar.weixin.common.annotation.Required; | ||||
|  * <li>描述 | ||||
|  * </pre> | ||||
|  * | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-10-08. | ||||
|  */ | ||||
| @XStreamAlias("xml") | ||||
|  | ||||
| @ -13,7 +13,7 @@ import java.util.List; | ||||
|  | ||||
| /** | ||||
|  * 门店基础信息 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-09-23. | ||||
|  */ | ||||
| public class WxMpStoreBaseInfo { | ||||
|  | ||||
| @ -11,7 +11,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 门店列表结果类 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-09-27. | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| @ -11,7 +11,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 获取标签下粉丝列表的结果对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-09-19. | ||||
|  */ | ||||
| public class WxTagListUser { | ||||
|  | ||||
| @ -12,7 +12,7 @@ import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; | ||||
|  | ||||
| /** | ||||
|  * 用户标签对象 | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/9/2. | ||||
|  */ | ||||
| public class WxUserTag { | ||||
|  | ||||
| @ -15,7 +15,7 @@ import java.util.List; | ||||
| import static org.junit.Assert.assertNotNull; | ||||
|  | ||||
| /** | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016-09-23. | ||||
|  * | ||||
|  */ | ||||
|  | ||||
| @ -13,7 +13,7 @@ import java.util.List; | ||||
|  | ||||
| /** | ||||
|  * | ||||
|  * @author binarywang(https://github.com/binarywang) | ||||
|  * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a> | ||||
|  *         Created by Binary Wang on 2016/9/2. | ||||
|  */ | ||||
| @Test | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 BinaryWang
					BinaryWang