接口:GET https://api.weixin.qq.com/sns/component/jscode2session?appid=APPID&js_code=JSCODE&grant_type=authorization_code&component_appid=COMPONENT_APPID&component_access_token=COMPONENT_ACCESS_TOKENk
可以用普通小程序开发的方式,获取对应小程序code,然后通过后台api调用这个接口吗?小程序已授权给第三方
你好,code获取麻烦参考接口文档https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/others/WeChat_login.html获取哦