1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-10 15:52:26 +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

@@ -60,7 +60,7 @@ func (d *Device) VerifyQRCode(ticket string) (res ResVerifyQRCode, err error) {
req := map[string]interface{}{
"ticket": ticket,
}
fmt.Println(req)
var response []byte
if response, err = util.PostJSON(uri, req); err != nil {
return