首页获取人员信息 传入企业微信userId
简要描述:
- 首页获取人员信息 传入企业微信userId
请求URL:
http://localhost:10078/dangfei-develop/miniprogram/people/getQywxPeopleInfo
请求方式:
- GET
请求参数:
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
userId | true | string | userId | - |
响应实体:CommonResponse«JSONObject» 响应示例
{
"data" : {
"key" : "object"
},
"errorMessage" : "string",
"errorCode" : 0
}
数据模型
<a name="CommonResponse«JSONObject»"></a>CommonResponse«JSONObject»
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
data | false | object | - | - |
errorCode | false | integer | - | - |
errorMessage | false | string | - | - |