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

This commit is contained in:
Fu Diwei
2021-06-05 21:34:20 +08:00
parent 6ec8001bac
commit 40a9c22420
23 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"is_member_auth": true
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"next_cursor": "next_cursor",
"member_auth_list": [
{
"open_userid": "xxx"
}
]
}