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 {
14
14
* 统计的日期,在getarticletotal接口中,ref_date指的是文章群发出日期, 而stat_date是数据统计日期
15
15
*/
16
16
@ SerializedName ("stat_date" )
17
- private Integer statDate ;
17
+ private String statDate ;
18
18
19
19
/**
20
20
* target_user
@@ -191,11 +191,11 @@ public class WxDataCubeArticleTotalDetail {
191
191
@ SerializedName ("feed_share_from_other_cnt" )
192
192
private Integer feedShareFromOtherCnt ;
193
193
194
- public Integer getStatDate () {
194
+ public String getStatDate () {
195
195
return this .statDate ;
196
196
}
197
197
198
- public void setStatDate (Integer statDate ) {
198
+ public void setStatDate (String statDate ) {
199
199
this .statDate = statDate ;
200
200
}
201
201
You can’t perform that action at this time.
0 commit comments