mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(work): 新增通过邮箱获取 UserId 接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"email": "12345@qq.com",
|
||||
"email_type": 1
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "zhangsan"
|
||||
}
|
||||
Reference in New Issue
Block a user