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

增加企业微信网页授权支持

This commit is contained in:
wenzl
2018-07-10 14:24:38 +08:00
parent 837d264b7e
commit 6ac7e1142f
3 changed files with 171 additions and 1 deletions

View File

@@ -286,7 +286,6 @@ func (menu *Menu) GetCurrentSelfMenuInfo() (resSelfMenuInfo ResSelfMenuInfo, err
if err != nil {
return
}
fmt.Println(string(response))
err = json.Unmarshal(response, &resSelfMenuInfo)
if err != nil {
return