mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
custom menu attempt success
This commit is contained in:
29
src/main/resources/menu.json
Normal file
29
src/main/resources/menu.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"button": [
|
||||
{
|
||||
"name": "我要",
|
||||
"sub_button": [
|
||||
{
|
||||
"type": "click",
|
||||
"name": "提交报修",
|
||||
"key": "SUBMIT"
|
||||
},
|
||||
{
|
||||
"type": "click",
|
||||
"name": "查询报修",
|
||||
"key": "QUERY"
|
||||
},
|
||||
{
|
||||
"type": "click",
|
||||
"name": "撤销报修",
|
||||
"key": "CANCEL"
|
||||
},
|
||||
{
|
||||
"type": "click",
|
||||
"name": "修改资料",
|
||||
"key": "PROFILE"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user