文档:https://developers.weixin.qq.com/community/business/doc/0008eae0f4c82843cb88ab7de5600d
根据文档中的来操作:
<button open-type="getRealnameAuthInfo" bindgetrealnameauthinfo="authinfo" category-id="{{[231, 235]}}}">实名授权</button>
js:
authinfo: function (e) {
console.log("1111")
console.log(e)
}
最后打印出:
在真机测试上 是这个 :openRealnameAuth:fail:access denied ,
请问大家我这个是什么情况呢?还有什么操作没做吗?