小程序页面路径对照表
我们在给小程序焦点图添加链接,其他地方做小程序跳转都需要用到小程序页面路径,
这里整理出一些常用的小程序页面路径
注意:在网站后台广告管理中加小程序页面路径 前面需要斜杠 如:/pages/index/index
| 首页 | pages/index/index |
| 京东商品列表 | pages/cate/jditemlist |
| 拼多多商品列表 | pages/cate/dditemlist |
| 京东商品详情 | pages/cate/jditem?num_iid=商品ID |
| 拼多多商品详情 | pages/cate/dditem?num_iid=goods_sign(加密的商品ID) |
| 淘宝商品列表 | pages/cate/itemlist?pid=分类ID |
| 淘宝商品详情 | pages/cate/item?num_iid=商品ID |
| 小程序内打开H5页面 | pages/so/webview?url=https://m.xxx.com |
| 文章列表 | pages/article/list |
| 文章详情页面 | pages/article/view?id=文章ID |
| 淘宝商品搜索 | pages/cate/itemlist?key=搜索词 |
| 京东商品搜索 | pages/cate/jditemlist?key=搜索词 |
| 拼多多商品搜索 | pages/cate/dditemlist?key=搜索词 |
| 一元购 | pages/other/topic?id=20150318020003158 |
| 天猫超市 | pages/other/topic?id=20150318020003022 |
| 超划算 | pages/other/toplist?id=chaohuasuan&name=超划算 |
| 海淘优选 | pages/other/toplist?id=haitao&name=海淘优选 |
| 百亿补贴 | pages/other/topic?id=20150318020000462 |
| 淘礼金专区 | pages/other/toplijin |
| 用户中心 | pages/user/index |
| 一分包邮 | pages/other/topic?id=20150318020004151 |
123


