test(work): 适配新的接口模型

This commit is contained in:
Fu Diwei
2021-08-20 12:57:29 +08:00
parent 59fb93b4ae
commit 873f452411
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"allow_scope": {
"students": [
{ "userid": "student1" },
{ "userid": "student2" }
],
"departments": [ 1, 2 ]
}
}