fix(work): fix typo

This commit is contained in:
fudiwei
2022-12-03 18:22:20 +08:00
parent 1e4659c0ad
commit 254221c5a1
89 changed files with 112 additions and 112 deletions

View File

@@ -0,0 +1,15 @@
{
"fileid": "FILEID",
"auth_info": [
{
"type": 1,
"userid": "USERID1",
"auth": 1
},
{
"type": 2,
"departmentid": 1,
"auth": 1
}
]
}

View File

@@ -0,0 +1,13 @@
{
"fileid": "FILEID",
"auth_info": [
{
"type": 1,
"userid": "USERID1"
},
{
"type": 2,
"departmentid": 1
}
]
}