File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class WxDataCubeArticleTotalDetail {
1414 * 统计的日期,在getarticletotal接口中,ref_date指的是文章群发出日期, 而stat_date是数据统计日期
1515 */
1616 @ SerializedName ("stat_date" )
17- private Integer statDate ;
17+ private String statDate ;
1818
1919 /**
2020 * target_user
@@ -191,11 +191,11 @@ public class WxDataCubeArticleTotalDetail {
191191 @ SerializedName ("feed_share_from_other_cnt" )
192192 private Integer feedShareFromOtherCnt ;
193193
194- public Integer getStatDate () {
194+ public String getStatDate () {
195195 return this .statDate ;
196196 }
197197
198- public void setStatDate (Integer statDate ) {
198+ public void setStatDate (String statDate ) {
199199 this .statDate = statDate ;
200200 }
201201
You can’t perform that action at this time.
0 commit comments