@@ -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. | * Created by Binary Wang on 2016-09-23. | ||||
*/ | */ | ||||
public interface WxMpStoreService { | public interface WxMpStoreService { | ||||
@@ -9,7 +9,7 @@ import me.chanjar.weixin.mp.bean.tag.WxUserTag; | |||||
/** | /** | ||||
* 用户标签管理相关接口 | * 用户标签管理相关接口 | ||||
* Created by Binary Wang on 2016/9/2. | * 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 { | 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. | * Created by Binary Wang on 2016/9/2. | ||||
*/ | */ | ||||
public class WxMpUserTagServiceImpl implements WxMpUserTagService { | 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. | * Created by Binary Wang on 2016/8/24. | ||||
*/ | */ | ||||
public class WxDataCubeArticleResult extends WxDataCubeBaseResult { | 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. | * Created by Binary Wang on 2016/8/24. | ||||
*/ | */ | ||||
public class WxDataCubeArticleTotal extends WxDataCubeBaseResult { | public class WxDataCubeArticleTotal extends WxDataCubeBaseResult { | ||||
@@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName; | |||||
/** | /** | ||||
* 获取图文群发总数据接口(getarticletotal)中的详细字段 | * 获取图文群发总数据接口(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. | * Created by Binary Wang on 2016/8/24. | ||||
*/ | */ | ||||
public class WxDataCubeArticleTotalDetail { | 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. | * Created by Binary Wang on 2016/8/25. | ||||
*/ | */ | ||||
public class WxDataCubeBaseResult { | public class WxDataCubeBaseResult { | ||||
@@ -29,5 +29,5 @@ public class WxDataCubeBaseResult { | |||||
public void setRefDate(String refDate) { | public void setRefDate(String refDate) { | ||||
this.refDate = 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. | * Created by Binary Wang on 2016/8/30. | ||||
*/ | */ | ||||
public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult { | public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult { | ||||
@@ -98,5 +98,5 @@ public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult { | |||||
new TypeToken<List<WxDataCubeInterfaceResult>>() { | new TypeToken<List<WxDataCubeInterfaceResult>>() { | ||||
}.getType()); | }.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. | * Created by Binary Wang on 2016/8/29. | ||||
*/ | */ | ||||
public class WxDataCubeMsgResult extends WxDataCubeBaseResult { | public class WxDataCubeMsgResult extends WxDataCubeBaseResult { | ||||
@@ -15,7 +15,7 @@ import me.chanjar.weixin.common.annotation.Required; | |||||
* <li>描述 | * <li>描述 | ||||
* </pre> | * </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. | * Created by Binary Wang on 2016-10-08. | ||||
*/ | */ | ||||
@XStreamAlias("xml") | @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. | * Created by Binary Wang on 2016-09-23. | ||||
*/ | */ | ||||
public class WxMpStoreBaseInfo { | 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. | * 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. | * Created by Binary Wang on 2016-09-19. | ||||
*/ | */ | ||||
public class WxTagListUser { | 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. | * Created by Binary Wang on 2016/9/2. | ||||
*/ | */ | ||||
public class WxUserTag { | public class WxUserTag { | ||||
@@ -15,7 +15,7 @@ import java.util.List; | |||||
import static org.junit.Assert.assertNotNull; | 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. | * 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. | * Created by Binary Wang on 2016/9/2. | ||||
*/ | */ | ||||
@Test | @Test | ||||