简要描述:

  • wap端查询授权证书

请求URL:

POST/wapapi/addons/execute/addons/credential/controller/credential/action/searchUserCredential

参数:

参数名 是否必须 类型 说明
cred_no string 证书编号

返回示例:

正确时返回:

{
    "code": 0,
    "message": "获取成功",
    "data": {
        "cred_id": 1,
        "cred_no": "061903639181",//证书编号
        "cred_name": "大111",//证书名称
        "cred_type": "区域代理授权证书",//证书类型
        "is_default": 1,
        "is_system_default": 0,
        "website_id": 26,
        "shop_id": 0,
        "create_time": 1561016345,
        "update_time": 0,
        "ucred_id": 1,
        "uid": 168,
        "wchat_name": "memories",//被授权人微信号
        "nickname": "15768882033",//被授权人昵称
        "user_tel": "15768882033",//被授权人手机号
        "mall_name": "111",//授权人
        "create_date": "2019-06-20 15:39:05",//授权时间
        "image_path": "upload\\26\\credential\\区域代理授权证书\\168\\1.png"
    }
}