Skip to content

功能概述

用户名片列表展示模块

接口访问

接口地址

user/business/card/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

返回值

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

返回示例

{
    "response": [
        {
            "id": 2,
            "companyName": "小舟(海南)智慧水务科技有限公司",
            "ailas": "小舟",
            "logo": "图片地址",
            "name": "王杰",
            "englishName": "Jayne",
            "mobile": "18918134549",
            "mail": "18918134549@163.com",
            "position": "CEO",
            "QRCode": "二维码地址",
            "address": "海南省海口市龙昆北路30号宏源证券大厦",
            "role": "DIRECTOR",
            "styleType": 2,
            "isHideProfilePicture": 0,
            "isDefault": 0
        },
        {
            "id": 1,
            "companyName": "字极(上海)网络科技有限公司",
            "ailas": "字极",
            "logo": "小logo",
            "name": "王杰",
            "englishName": "JayneWang",
            "mobile": "19989027201",
            "mail": "19989027201@163.com",
            "position": "CEO",
            "QRCode": "demo",
            "address": "海南省海口市秀英区华侨城16-706",
            "role": "DIRECTOR",
            "styleType": 3,
            "isHideProfilePicture": 1,
            "isDefault": 1
        }
    ],
    "requestId": "7be22c75-93f2-45ba-acde-9fb54ecdfe29"
}