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

@@ -5,8 +5,8 @@
"mch_id": "12334",
"merchant_name": "test",
"allow_use_scope": {
"user": [ "zhangsan", "lisi" ],
"partyid": [ 1 ],
"tagid": [ 1, 2, 3 ]
"user": ["zhangsan", "lisi"],
"partyid": [1],
"tagid": [1, 2, 3]
}
}

View File

@@ -1,8 +1,8 @@
{
"mch_id": "12334",
"allow_use_scope": {
"user": [ "zhangsan", "lisi" ],
"partyid": [ 1 ],
"tagid": [ 1, 2, 3 ]
"user": ["zhangsan", "lisi"],
"partyid": [1],
"tagid": [1, 2, 3]
}
}