feat(work): 新增通过邮箱获取 UserId 接口

This commit is contained in:
Fu Diwei
2025-10-13 20:39:12 +08:00
parent 8b764f549c
commit 49f6172f61
5 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"email": "12345@qq.com",
"email_type": 1
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"userid": "zhangsan"
}