收藏
回答

官方文档缺少重要概念

https://developers.weixin.qq.com/doc/oplatform/open/intro.html

let req = new wxopensdk.SendAuthReq
req.isOption1 = false
req.nonAutomatic = true
req.scope = 'snsapi_userinfo'
req.state = 'none'
req.transaction = 'test123'

这几个内容应该传递什么参数过去呢
回答关注问题邀请回答
收藏
登录 后发表内容