Skip to content

功能概述

用户名片详情展示模块

接口访问

接口地址

user/business/card/detail

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明访问版本
buinessCardIDinteger11true名片ID-

返回值

属性类型必填说明
idintegertrue名片ID
companyNamestringtrue公司名称
ailasstringtrue公司别名
logostringtrue公司logo
namestringtrue联系人姓名
englishNamestringtrue英文名
mobilestringtrue手机号
mailstringtrue邮箱
positionstringtrue职位
QRCodestringtrue二维码地址
addressstringtrue公司地址
rolestringtrue联合会职位
styleTypeintegertrue名片样式类型,前端自行维护
isHideProfilePictureintegertrue是否隐藏头像
isDefaultintegertrue是否默认名片

返回示例

{
    "response": {
        "id": 4,
        "companyName": "字竞未来(海南)网络科技有限公司",
        "alias": null,
        "logo": "图片地址",
        "name": "王杰",
        "englishName": "",
        "mobile": "18918134549",
        "mail": "18918134549@163.com",
        "position": "总经理",
        "QRCode": "",
        "address": "海南省海口市龙昆北路30号宏源证券大厦",
        "role": "DIRECTOR",
        "styleType": 2,
        "isHideProfilePicture": 0,
        "isDefault": 1
    },
    "requestId": "22382885-e804-49c7-8b8f-82b312a4c947"
}