{{wikiTitle}}
公众号链接
复制链接
编辑文档
页面路径文档
解释:
例如我想让公众号首页某张幻灯片,用户点击后跳转到某一商品,使用方法如下
1.既然是跳转到具体商品,则在下表中找到 商品详情 页面路径
2.通过下表查询得知:商品详情 带参路径为 /detail/:id
3.例如我想跳转至下图 商品,通过商品管理,可以看到该商品 id为 8
4.那么根据带参例子,同理可得,跳转该商品的链接为: http://你的域名/detail/8

| 其他跳转方法都是类似相同,具体页面路径如下: | |||||
|---|---|---|---|---|---|
| 页面 | 名字 | 路径 | 带参例子(使用中需前面加域名) | 参数解释 | |
| 首页 | Index | / | |||
| 客服聊天 | CustomerService | /customer/chat/:id | /customer/chat/166 | id: 客服聊天人id | |
| 产品分类 | GoodsClass | /category/:pid? | /category | pid一级分类 | |
| 收藏商品 | GoodsCollection | /collection | |||
| 搜索商品 | GoodSearch | /search | |||
| 新闻详情 | NewsDetail | /news_detail/:id | /news_detail/65 | id:新闻id | |
| 新闻 | NewsList | /news_list | |||
| 商品评分 | EvaluateList | /evaluate_list/:id | /evaluate_list/3 | id:商品id | |
| 商品评价 | GoodsEvaluate | /goods_evaluate/:id | /evaluate_list/4578784545 | id:购物车和订单号MD5加密的唯一值 | |
| 促销单品 | GoodsPromotion | /promotion | |||
| 热门榜单/ 精品推荐/ 首发新品 | HotNewGoods | /hot_new_goods/:type | /hot_new_goods/1 | 区分列表:1为精品推荐、2为热门榜单、3为首发新品 | |
| 商品详情 | GoodsCon | /detail/:id | /detail/8 | 产品id | |
| 购物车 | ShoppingCart | /cart | |||
| 商品列表 | GoodsList | /goods_list | |||
| 注册 | Register | /register | |||
| 修改密码 | ChangePassword | /change_password | |||
| 找回密码 | RetrievePassword | /retrieve_password | |||
| 登录 | Login | /login | |||
| 页面找不到 | NotDefined | * | |||
| 海报 | Poster | /activity/poster/:id/:type | /activity/poster/3/1 | id:拼团id或者砍价id; type:1为拼团、2为砍价 | |
| 砍价详情 | DargainDetails | /activity/dargain_detail/:id/:partake? | /activity/dargain_detail/14/0 | id:砍价产品编号;partake:用户编号 | |
| 砍价列表 | GoodsBargain | /activity/bargain | |||
| 砍价记录 | BargainRecord | /activity/bargain/record | |||
| 拼团列表 | GoodsGroup | /activity/group | |||
| 拼团详情 | GroupDetails | /activity/group_detail/:id | /activity/group_detail/13 | id:拼团产品编号 | |
| 拼团 | GroupRule | /activity/group_rule/:id | /activity/group_rule/17 | id:拼团编号 | |
| 限时抢购 | GoodsSeckill | /activity/goods_seckill | |||
| 抢购详情页 | SeckillDetails | /activity/seckill_detail/:id?/:time | /activity/seckill_detail/11/1569232800 | id:秒杀产品编号;time:秒杀结束时间 | |
| 订单首页 | OrderIndex | /customer/index | |||
| 订单列表 | AdminOrderList | /customer/orders/:types? | /customer/orders/0 | type:0为待付款、1为待发货、2为待收货、3为待评价、-3为退款 | |
| 订单发货 | GoodsDeliver | /customer/delivery/:oid? | /customer/delivery/14 | oid:订单编号 | |
| 订单详情 | AdminOrder | /customer/orderdetail/:oid? | /customer/orderdetail/14 | oid:订单编号 | |
| 订单数据统计 | Statistics | /customer/statistics/:type/:time? | /customer/statistics/price/today | type:price:成交额,order:订单数;time:today:今天、yesterday:昨天、month:本月; | |
| 订单核销 | OrderCancellation | /order/order_cancellation | |||
| 我的订单 | MyOrder | /order/list/:type? | /order/list/0 | type: 0为待付款、1为待发货、2为待收货、3为待评价、4为已完成、-1为退款中、-2为已退款、-3为退款、无参数为全部订单; | |
| 物流信息 | Logistics | /order/logistics/:id | /order/logistics/X47855496654 | id:订单号 | |
| 订单详情 | OrderDetails | /order/detail/:id | /order/detail/X47855496654 | id:订单号 | |
| 提交订单 | OrderSubmission | /order/submit/:id | /order/submit/12 | id:购物车编号 | |
| 支付状态 | PaymentStatus | /order/status | |||
| 申请退货 | GoodsReturn | /order/refund/:id | /order/refund/X47855496654 | id:订单号 | |
| 退货列表 | ReturnList | /order/refund_list | |||
| 个人中心 | User | /user | |||
| 绑定手机 | BindingPhone | /user/binding | |||
| 添加收货地址 | AddAddress | /user/add_address/:id? | /user/add_address/14 | id:地址编号;无id时为新增地址 | |
| 我的账户 | UserAccount | /user/account | |||
| 地址管理 | AddressManagement | /user/add_manage | |||
| 分销海报 | Poster | /user/poster | |||
| 签到 | Sign | /user/sign | |||
| 签到记录 | SignRecord | /user/sign_record | |||
| 提现 | UserCash | /user/cash | |||
| 提现审核 | CashAudit | /user/audit | |||
| 推广人订单 | PromoterOrder | /user/promoter_order | |||
| 推广人列表 | PromoterList | /user/promoter_list | |||
| 我的推广 | UserPromotion | /user/user_promotion | |||
| 账单明细 | UserBill | /user/bill/:types? | /user/bill/:types? | type:0为账单记录、1为消费记录、2为充值记录 | |
| 提现记录 | CashRecord | /user/cashrecord | |||
| 佣金明细 | CommissionDetails | /user/commission | |||
| 积分详情 | Integral | /user/integral | |||
| 会员中心 | UserVip | /user/vip | |||
| 个人资料 | PersonalData | /user/data | |||
| 我的优惠券 | UserCoupon | /user/user_coupon | |||
| 领取优惠券 | GetCoupon | /user/get_coupon | |||
| 申请提现 | UserCash | /user/user_cash | |||
| 客服列表 | CustomerList | /customer/list | |||
| 余额充值 | Recharge | /user/Recharge | |||
| 推广人排行 | PromoterRank | /user/promoter_rank | |||
| 佣金排行 | CommissionRank | /user/commission/rank |
评论({{cateWiki.comment_num}})
最新
最早
{{cateWiki.page_view_num}}人看过该文档
评论(0)
最新
最早
344人看过
登录/注册
即可发表评论
{{item.user ? item.user.nickname : ''}}
(自评)
{{item.content}}
搜索结果
为您找到{{wikiCount}}条结果
{{item.page_view_num}}
{{item.like ? item.like.like_num : 0}}
{{item.comment ? item.comment.comment_num : 0}}
位置:
{{path.name}}
{{(i+1) == getCataloguePathData(item.catalogue).length ? '':'/'}}
