uni-app

作者: 林智_lz | 来源:发表于2020-12-24 16:31 被阅读0次

    h5引入wxsdk

    根目录新建html文件,内容拷贝uni的自定义模版,wx.config 改成 jweixin.config

    https://uniapp.dcloud.io/matter?id=h5-%e5%bc%80%e5%8f%91%e6%b3%a8%e6%84%8f

    小程序登录

    1.wx.login()获取code,用code去请求接口换取session及openid

    2.通过open-type="getPhoneNumber"属性的button触发@getphonenumber="getPhoneNumber",使用getPhoneNumber()事件,iv,encryptedData,session,openId去获得token

    https://ask.dcloud.net.cn/article/37452

    相关文章

      网友评论

          本文标题:uni-app

          本文链接:https://www.haomeiwen.com/subject/fsbunktx.html