test(work): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-04 01:10:54 +08:00
parent be687f5ffb
commit 31f9425171
130 changed files with 1875 additions and 0 deletions

View File

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

View File

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