-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在抖音小程序的 button 组件缺少 bindgetidentityinfo 属性方法 #16212
Labels
enhancement
New feature or request
Comments
想问下需要在哪个分支拉代码现在,3.0+ 的可以吗 |
18 tasks
|
This was referenced Aug 3, 2024
因为这个文档还在抖音官方文档审核中,还没正式发布,这边已经在部分商户开放了白名单了,所以恳请组织能支持下这个新属性 :D @TheKonka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个特性解决了什么问题?
详情可以参考这个链接:https://developer.open-douyin.com/docs/resource/js-component/apiMeta?apiName=button-getIdentityInfo&nodeId=7389524161669892389&scope=component.buttonGetIdentityInfo
同时满足以下条件:
抖音号不是“抖音B号”
内部能力申请通过
用户的抖音号已完成实名认证
满足小程序隐私协议管控要求 ,前置用户已授权小程序隐私协议
步骤:
open-type="getIdentityInfo"
bindgetidentityinfo="getIdentityInfoHandler"
这个 API 长什么样?
<button
open-type="getIdentityInfo"
bindgetidentityinfo="getIdentityInfoHandler"
The text was updated successfully, but these errors were encountered: