GET https://qw-openapi-tx.dustess.com/open-integration-api/external_get_user_detail?accessToken=xxx&encryptToken=xxx| 字段 | 类型 | 描述 | 是否必须 |
|---|---|---|---|
| accessToken | String | accessToken | true |
| encryptToken | String | 尘锋返回的内嵌URL的token参数值 | true |
| 响应参数名 | 类型 | 说明 |
|---|---|---|
| code | Int | 响应码 |
| msg | String | 消息提示 |
| data | Object | 返回数据 |
| data.staff_id | String | 员工ID |
| data.staff_phone | String | 员工手机号 |
| data.expired_time | Int | 过期时间 |
{
"code": 0,
"msg": "OK",
"data": {
"staff_id":"xxx",
"staff_phone": "13999999999",
"expired_time": 1650265732
}
}