修改人:何铃
修改时间:2024-7-3
菜单说明:
注意:公众号绑定自我游系统后,公众号菜单需在自我游系统后台进行修改&设置。
1、自定义菜单最多包括3个一级菜单,每个一级菜单最多包含5个二级菜单。 2、一级菜单最多4个汉字,二级菜单最多7个汉字,多出来的部分将会以“...”代替。 3、创建自定义菜单后,会有缓存至少5分钟。测试时可以尝试取消关注公众账号后再次关注,则可以看到创建后的效果。
菜单配置方式:
配置路径:自我游系统后台【微信参数配置】-【公众号菜单配置】
①新版菜单设置进行配置。
②代码格式
配置服务号时,自我游会协助配置代码,后续如需协助调整可联系自我游微信公众号【自我游运营中心】
代码自定义格式如下,本文后有实例参考:
{ "button": [
{
"name": " 旅游预订",
"sub_button": [
{
"type": "view",
"name": "商城首页",
"url": "http://运营商域名/m2c/"
}
]
}
]
}
自我游常用链接(请将运营商域名替换为您的网址即可):
①通用菜单(即直客可见,区别于同业菜单)
名称 | 连接地址 |
首页 | http://运营商域名/m2c |
门票类目 | http://运营商域名/newb2c/tickets |
抢购类目 | http://运营商域名/newb2c/shoppingrush |
度假类目 | http://运营商域名/newb2c/linechannel |
酒店类目 | http://运营商域名/newb2c/hotel |
套餐类目 | http://运营商域名/newb2c/setmeal |
商品类目 | http://运营商域名/newb2c/goods |
交通类目 | http://运营商域名/newb2c/traffic |
签证类目 | http://运营商域名/newb2c/visa |
租车类目 | http://运营商域名/newb2c/carrental |
资讯(动态通告) | http://运营商域名/newb2c/activity |
订单管理 | http://运营商域名/newb2c/order |
会员中心 | http://运营商域名/m2c/member/ |
门票主题 | http://运营商域名/m2c/2/list0.jsp?catid=*** 其中***代表主题的ID |
抢购主题 | http://域名/newb2c/shoppingrush?catId=*** 其中***代表主题的ID |
门票区域 | http://运营商域名/m2c/2/list0.jsp?area_id=*** 其中***代表城市的编号 如果要默认选中某一个城市 就在链接后面带上参数如: 如要默认选中某一个分类 两者都需要 https://域名/newb2c/shoppingrush?areaId=城市ID&catId=主题ID |
②分销商相关菜单
名称 | 连接地址 |
门票类目 | http://运营商域名/m2/#/ticketChannel |
抢购类目 | http://运营商域名/m2/#/snapChannel |
度假类目 | http://运营商域名/m2/#/line |
酒店类目 | http://运营商域名/m2/#/hotel |
套餐类目 | http://运营商域名/m2/#/ticketChannel |
商品类目 | http://运营商域名/m2/#/goods |
单个邀请分销商海报链接 | http://运营商域名/m2/#/currentPoster?type=1&posterId=邀请分销商海报编号 |
单个邀请粉丝海报链接 | http://运营商域名//m2/#/currentPoster?type=2&posterId=邀请粉丝海报编号 |
佣金提现 | http://运营商域名/m2/#/withdrawalAccount |
快捷邀请海报连接 | http://运营商域名/m2/#/invitePoster |
粉丝管理 | http://运营商域名m2/#/fansAdmin |
海报分享 | http://运营商域名/m2/#/sharePoster |
订单管理 | http://运营商域名/m2/#/orderList |
通告资讯 | http://运营商域名/m2/#/newsActivity |
分销商微店 | http://运营商域名/newb2c/home?order_cust_id=分销商ID |
分销商微信账号绑定/解除 | http://运营商域名/m/bind.jsp |
③供应商相关菜单
供应商/运营商验证系统 http://运营商域名/yz/
④服务号菜单添加小程序入口
{
"type":"miniprogram",
"name":"抢购小程序",
"url":"http://mp.weixin.qq.com",
"appid":"小程序appid",
"pagepath":"pages/home/index"
}
【抢购小程序】为自定义菜单名称
【小程序appid】是您的小程序appid,可登录小程序后台查看
【pagepath后面内容】需要配置小程序对应展示页面路径,如果您的小程序是第三方开发,需来联系对方获取对应页面路径。
除以上3项,其它2项不要改动。
自我游微信小程序相关页面路径 | |
首页 | /pages/home/index |
门票类目 | product/tickets/index |
抢购类目 | product/shoppingrush/index |
酒店类目 | product/hotel/index |
线路类目 | product/linechannel/index |
商品类目 | product/goods/index |
拼团 | joint/home/index |
动态通告 | 单独通告:product/activity/particulars?id=通告id 全部通告:product/activity/index |
直播 | product/live/index |
产品链接 | /product/detail/index?infoId=产品id |
实例
仅有3个一级餐单,我们称之为1-1-1,见底部附件【1-1-1微信公众号菜单.txt】
效果如下图
带二级菜单,
4-1-2,3个一级菜单,分别包含4,1,2个二级菜单。见底部附件【4-1-2微信公众号菜单.txt】
效果如下图
回复(1)
很棒