Skip to content
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

docs:Semantic problem modification #2629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
| color | String | 选填。咨询按钮颜色,默认白底蓝色。<br />**默认值:** #00A3FF<br />**版本要求:** 基础库 [1.9.0](https://opendocs.alipay.com/mini/framework/compatibility) 及以上 |
| icon | ImgUrl | 选填。咨询按钮头像。<br />**版本要求:** 基础库 [1.9.0](https://opendocs.alipay.com/mini/framework/compatibility) 及以上 |
| alipay-card-no | String | 选填。支付宝访客用户 ID(2088 开头)。<br />**说明:** 客服回答问题时,如客户已离开咨询窗口,则通过推送消息到支付宝 card 中提醒客户。 |
| ext-info | String | 选填。该属性主要用于传递一些扩展信息给组件,以实现一些高级功能。该属性值的生成方式为:encodeURIComponent({"字段名":"字段值"}), 其中,字段名和字段值要根据实际使用的功能进行替换。<br />目前通过传入扩展信息可支持的 3 个功能:<br />1.访客名片。需传 cinfo 和 key 两个扩展字段,代码形如在云客服中进入 **设置** > **服务窗配置**,点击操作栏中的 **部署** ,获取 `tntInstId`(企业编码)和 `scene`(聊天窗编码)。`encodeURIComponent({"cinfo":"生成的 cinfo","key":"生成的key"})`,cinfo 和 key 的值说明 支付宝小程序接入访客名片;<br />2.聊天窗默认带出用户的小程序订单数据。需传 appId 字段,代码形如`encodeURIComponent({"appId":"商户小程序appid"})`<br />3.未读客服消息同步至"我的小程序-我的"。同样需传 appId 字段,代码形如 `encodeURIComponent({"appId":"商户小程序appid"})`。 |
| ext-info | String | 选填。该属性主要用于传递一些扩展信息给组件,以实现一些高级功能。该属性值的生成方式为:encodeURIComponent({"字段名":"字段值"}), 其中,字段名和字段值要根据实际使用的功能进行替换。<br />目前通过传入扩展信息可支持的 3 个功能:<br />1.访客名片。需传 cinfo 和 key 两个扩展字段,代码形如在云客服中进入 **设置** > **服务窗配置**,点击操作栏中的 **部署** ,获取 `tntInstId`(企业编码)和 `scene`(聊天窗编码)。`encodeURIComponent({"cinfo":"生成的 cinfo","key":"生成的key"})`,cinfo 和 key 的值说明 支付宝小程序接入访客名片;<br />2.聊天窗默认带出用户的小程序订单数据。需传 appId 字段,代码示例如:`encodeURIComponent({"appId":"商户小程序appid"})`<br />3.未读客服消息同步至"我的小程序-我的"。同样需传 appId 字段,代码示例如: `encodeURIComponent({"appId":"商户小程序appid"})`。 |

# 常见问题

Expand Down