| 程序包 | 说明 |
|---|---|
| cn.net.wanmo.common.weixin.work.inner.server_api.pojo.authentication.web_auth | |
| cn.net.wanmo.common.weixin.work.inner.server_api.util.authentication |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetUserinfoReq |
GetUserinfoReq.build(String code) |
| 限定符和类型 | 方法和说明 |
|---|---|
static cn.net.wanmo.common.result.InterfaceResult<GetUserinfoRes> |
WebAuthUtil.getUserinfo(Agent agent,
GetUserinfoReq req)
网页授权登录 获取访问用户身份
该接口用于根据code获取成员信息,适用于自建应用与代开发应用 注:跳转的域名须完全匹配access_token对应应用的可信域名,否则会返回50001错误。 |
static cn.net.wanmo.common.result.InterfaceResult<GetUserinfoRes> |
WebAuthUtil.getUserinfo(String logPrevDesc,
String token,
GetUserinfoReq req)
网页授权登录 获取访问用户身份
该接口用于根据code获取成员信息,适用于自建应用与代开发应用 注:跳转的域名须完全匹配access_token对应应用的可信域名,否则会返回50001错误。 |
Copyright © 2023. All rights reserved.