feat(work): 新增获取访问用户身份或敏感信息接口

This commit is contained in:
Fu Diwei
2022-10-31 10:53:30 +08:00
parent aad11dde21
commit d6153646be
8 changed files with 242 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"userid": "lisi",
"gender": "1",
"avatar": "http://shp.qpic.cn/bizmp/xxxxxxxxxxx/0",
"qr_code": "https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vcfc13b01dfs78e981c",
"mobile": "13800000000",
"email": "zhangsan@gzdev.com",
"biz_mail": "zhangsan@qyycs2.wecom.work",
"address": "广州市海珠区新港中路"
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"userid": "USERID",
"user_ticket": "USER_TICKET",
"openid": "OPENID",
"external_userid": "EXTERNAL_USERID"
}