qimen.taobao.muyang.user.getdetail (慕仰测试获取用户详情)

慕仰测试获取用户详情

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
userName String 必须 我是示例值-userName
  • 默认值:我是默认值-userName
  • 我是描述值-userName
    userId String 必须 我是示例值-userId
  • 默认值:我是默认值-userId
  • 我是描述值-userId

    响应参数

    名称 类型 示例值 描述
    result Result 我是result的描述
    • └ userId
    • String
    • 我是bodyUserId示例值
    • 我是bodyUserId描述
    • └ userName
    • String
    • 我是bodyUserName示例值
    • 我是bodyUserName描述
    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"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部