mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
fix(work): fix typo
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"fileid": "FILEID",
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID1",
|
||||
"auth": 1
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1,
|
||||
"auth": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"fileid": "FILEID",
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID1"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user