mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
style: format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"user": [ "UserID1", "UserID2", "UserID3" ],
|
||||
"party": [ 1, 2 ],
|
||||
"tag": [ 1, 2 ]
|
||||
"user": ["UserID1", "UserID2", "UserID3"],
|
||||
"party": [1, 2],
|
||||
"tag": [1, 2]
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"invaliduser": [ "UserID1", "UserID2" ],
|
||||
"invalidparty": [ 1, 2 ],
|
||||
"invalidtag": [ 1, 2 ]
|
||||
"invaliduser": ["UserID1", "UserID2"],
|
||||
"invalidparty": [1, 2],
|
||||
"invalidtag": [1, 2]
|
||||
}
|
||||
|
Reference in New Issue
Block a user