摘要: 开发前建议先阅读微信小程序官方开发文档 1.微信小程序登录 // 登录 wx.login({ success: res => { // 发送 res.code 到后台换取 openId, sessionKey, unionId if (res.code) { console.log("code " 阅读全文
posted @ 2020-11-26 23:37 PengXingQiang 阅读(3044) 评论(0) 推荐(0)