mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
47 lines
846 B
JSON
47 lines
846 B
JSON
{
|
|
"button": [
|
|
{
|
|
"name": "我要",
|
|
"sub_button": [
|
|
{
|
|
"type": "click",
|
|
"name": "提交报修",
|
|
"key": "SUBMIT"
|
|
},
|
|
{
|
|
"type": "click",
|
|
"name": "查询报修",
|
|
"key": "QUERY"
|
|
},
|
|
{
|
|
"type": "click",
|
|
"name": "撤销报修",
|
|
"key": "CANCEL"
|
|
},
|
|
{
|
|
"type": "click",
|
|
"name": "修改资料",
|
|
"key": "PROFILE"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "OP",
|
|
"sub_button": [
|
|
{
|
|
"type": "click",
|
|
"name": "网维资料",
|
|
"key": "OPERATOR_INFO"
|
|
},
|
|
{
|
|
"type": "click",
|
|
"name": "后台登录",
|
|
"key": "LOGIN"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"matchrule": {
|
|
"group_id": "100"
|
|
}
|
|
} |