1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

增加微信公众号数据统计功能 (#279)

* * fix: 移除代码中的Println

* 增加公众号数据统计

* fix code style
This commit is contained in:
Liangwt
2020-06-14 23:18:09 +08:00
committed by GitHub
parent 2ccc15b050
commit fe31f04640
9 changed files with 1017 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ func (analysis *Analysis) GetAnalysisDailySummary(beginDate, endDate string) (re
if err != nil {
return
}
fmt.Println(string(response))
err = json.Unmarshal(response, &result)
if err != nil {
return