style: format

This commit is contained in:
Fu Diwei
2022-05-06 20:29:27 +08:00
parent d364c1a354
commit 7e6cfa5ca3
2352 changed files with 3542 additions and 4198 deletions

View File

@@ -1,3 +1,3 @@
{
"msgid": "vcT8gGc-7dFb4bxT35ONjBDz901sLlXPZw1DAMC_Gc26qRpK-AK5sTJkkb0128t"
}
}

View File

@@ -97,10 +97,7 @@
}
]
},
"selected_ticket_list": [
"xxx",
"yyy"
],
"selected_ticket_list": ["xxx", "yyy"],
"template_card": {
"card_type": "text_notice",
"source": {
@@ -207,4 +204,4 @@
"enable_id_trans": 0,
"enable_duplicate_check": 0,
"duplicate_check_interval": 1800
}
}

View File

@@ -1,5 +1,5 @@
{
"userids": [ "userid1", "userid2" ],
"userids": ["userid1", "userid2"],
"agentid": 1,
"task_id": "taskid122",
"replace_name": "已收到"

View File

@@ -1,5 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"invaliduser": [ "userid1", "userid2" ]
"invaliduser": ["userid1", "userid2"]
}

View File

@@ -1,7 +1,7 @@
{
"userids": [ "userid1", "userid2" ],
"partyids": [ 2, 3 ],
"tagids": [ 44, 55 ],
"userids": ["userid1", "userid2"],
"partyids": [2, 3],
"tagids": [44, 55],
"atall": 0,
"agentid": 1,
"response_code": "response_code",
@@ -142,4 +142,4 @@
},
"replace_text": "已提交"
}
}
}

View File

@@ -1,5 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"invaliduser": [ "userid1", "userid2" ]
}
"invaliduser": ["userid1", "userid2"]
}