mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(work): 新增获取访问用户身份或敏感信息接口
This commit is contained in:
@@ -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": "广州市海珠区新港中路"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userid": "USERID",
|
||||
"user_ticket": "USER_TICKET",
|
||||
"openid": "OPENID",
|
||||
"external_userid": "EXTERNAL_USERID"
|
||||
}
|
Reference in New Issue
Block a user