摘要: 使用 wx.login() 获取临时登录凭证code,并回传到开发者服务器。 // 登录 wx.login({ success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId // console.log(res) if (res 阅读全文
posted @ 2020-08-10 20:51 点击收藏 阅读(657) 评论(0) 推荐(0)