慕仰测试获取用户详情
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| userName | String | 必须 | 我是示例值-userName |
|
我是描述值-userName |
| userId | String | 必须 | 我是示例值-userId |
|
我是描述值-userId |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Result | 我是result的描述 | |
|
|||
| responseSuccess | Boolean | true | 我是responseSuccess描述 |
| responseErrorCode | String | 我是responseErrorCode的示例值 | 我是responseErrorCode的描述 |
| responseErrorMsg | String | 我是responseErrorMsg的示例值 | 我是responseErrorMsg的描述 |
{"openId":"默认值","userName":"我是示例值-userName","userId":"我是示例值-userId"}
{
"result":{
"userId":"我是bodyUserId示例值",
"userName":"我是bodyUserName示例值"
},
"responseSuccess":true,
"responseErrorCode":"我是responseErrorCode的示例值",
"responseErrorMsg":"我是responseErrorMsg的示例值"
}
{"responseSuccess":"不等于true","responseErrorCode":"sign-check-failure","responseErrorMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|