更新微信的菜单

This commit is contained in:
Linus Torvalds
2026-02-27 00:22:06 +08:00
parent 55a94d5774
commit c59bc967ff
3 changed files with 42 additions and 57 deletions

View File

@@ -9,24 +9,19 @@
"url":"https://www.zsxyww.com/wiki"
},
{
"type": "click",
"type": "view",
"name": "快速报修",
"key": "USER_NEW_TICKET"
"url": "https://wwbx.davisye.cn/repair/new"
},
{
"type": "click",
"type": "view",
"name": "查看报修",
"key": "USER_QUERY_TICKET"
"url": "https://wwbx.davisye.cn/repair"
},
{
"type": "click",
"name": "撤销报修",
"key": "USER_CANCEL_TICKET"
},
{
"type": "click",
"type": "view",
"name": "进入报修系统",
"key": "ADMIN_ENTER_SYSTEM"
"url": "https://wwbx.davisye.cn"
}
]
@@ -36,24 +31,24 @@
"sub_button": [
{
"type":"view",
"name":"查看修后台",
"url":"https://wts.zsxyww.com/console"
"name":"查看修后台",
"url":"https://wwbx.davisye.cn/op"
},
{
"type":"view",
"name":"查看管理层后台",
"url":"https://wts.zsxyww.com/admin"
"url":"https://wwbx.davisye.cn/admin"
},
{
"type":"click",
"name":"我的资料",
"key":"OP_CHECK_PROFILE"
"type":"view",
"name":"我的排班",
"url":"https://wwbx.davisye.cn/op/scheduler"
}
]
}
],
"matchrule": {
"tag_id": "101"
"tag_id": "100"
}
}

View File

@@ -4,24 +4,19 @@
"name": "快捷操作",
"sub_button": [
{
"type": "click",
"type": "view",
"name": "我要报修!",
"key": "USER_NEW_TICKET"
"url": "https://wwbx.davisye.cn/repair/new"
},
{
"type": "click",
"type": "view",
"name": "查看报修",
"key": "USER_QUERY_TICKET"
},
{
"type": "click",
"name": "撤销报修",
"key": "USER_CANCEL_TICKET"
"url": "https://wwbx.davisye.cn/repair"
},
{
"type": "view",
"name": "使用攻略",
"url": "https://wts.zsxyww.com/self-service/usage"
"url": "https://wwbx.davisye.cn/help"
}
]
@@ -30,20 +25,20 @@
"name": "全部功能",
"sub_button": [
{
"type": "click",
"type": "view",
"name": "进入报修系统",
"key": "USER_ENTER_SYSTEM"
"url": "https://wwbx.davisye.cn"
},
{
"type": "click",
"name": "修改个人资料",
"key": "USER_CHECK_PROFILE"
"type": "view",
"name": "查看/修改个人资料",
"url": "https://wwbx.davisye.cn/me"
},
{
"type": "view",
"name": "联系我们",
"url": "https://wts.zsxyww.com/self-service/contact"
"url": "https://wwbx.davisye.cn"
}
]
@@ -51,7 +46,7 @@
{
"type": "view",
"name": "关于网维",
"url": "https://wts.zsxyww.com/about"
"url": "https://wwbx.davisye.cn/about"
}
]
}

View File

@@ -9,24 +9,19 @@
"url":"https://www.zsxyww.com/wiki"
},
{
"type": "click",
"type": "view",
"name": "快速报修",
"key": "USER_NEW_TICKET"
"url": "https://wwbx.davisye.cn/repair/new"
},
{
"type": "click",
"type": "view",
"name": "查看报修",
"key": "USER_QUERY_TICKET"
"url": "https://wwbx.davisye.cn/repair"
},
{
"type": "click",
"name": "撤销报修",
"key": "USER_CANCEL_TICKET"
},
{
"type": "click",
"type": "view",
"name": "进入报修系统",
"key": "OP_ENTER_SYSTEM"
"url": "https://wwbx.davisye.cn"
}
]
@@ -35,14 +30,14 @@
"name": "后台",
"sub_button": [
{
"type":"click",
"type":"view",
"name":"查看后台",
"key":"OP_ENTER_CONSOLE"
"url":"https://wwbx.davisye.cn/op"
},
{
"type":"click",
"name":"我的资料",
"key":"OP_CHECK_PROFILE"
"type":"view",
"name":"我的排班",
"url":"https://wwbx.davisye.cn/op/scheduler"
}
]