feat(work): 新增获取家校访问用户身份接口

This commit is contained in:
Fu Diwei
2022-06-23 11:25:18 +08:00
parent 206fce50e5
commit fea1c8061e
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "ok",
"DeviceId": "DEVICEID",
"parent_userid": "parent_userid",
"student_userid": "student_userid"
}