mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 22:52:27 +08:00
增加企业微信网页授权支持
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user