Skip to content

Update 小程序场景值.md #2456

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

Merged
merged 1 commit into from
Aug 10, 2023
Merged
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
4 changes: 2 additions & 2 deletions mini/framework/小程序场景值.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

**版本需求**:
1. 基础库 1.10.0 开始支持,低版本需做兼容处理。
2. 基础库 2.8.17 开始新增渠道场景值。完整场景值定义见 [场景值列表](https://opendocs.alipay.com/mini/08otyv?pathHash=5e710835)。

场景值用于描述用户进入小程序的路径。

Expand All @@ -17,7 +18,7 @@
| --- | --- |
| 1000 | 首页十二宫格及更多 |
| 1002 | 我的小程序入口 |
| 1005 | 顶部搜索框的搜索结果页 |
| 1005 | 支付宝首页、消息 tab 顶部搜索框的搜索结果页 |
| 1007 | 单人聊天会话中的小程序消息卡片(分享) |
| 1011 | 扫描二维码 |
| 1014 | 小程序商家消息(服务提醒) |
Expand All @@ -31,7 +32,6 @@
| 1209 | 支付宝会员频道 |
| 1400 | 付费流量(通过商家数字推广平台,灯火等投放的广告) |
| 1401 | 卡包 |
| 1402 |支付宝客户端 > 我的 |
| 1403 | 支付成功页 |
| 1300 | 第三方 APP(如钉钉)打开,在跳转链接中传入访问来源参数:chInfo=ch_orderCenter,跳转链接拼接方法,可查看 [小程序跳转 FAQ](https://opendocs.alipay.com/mini/0090ty)。 |
| 0000 | 其他渠道场景渠道。 |
Expand Down