Skip to content

功能概述

发起人审核人员列表

接口访问

接口地址

common/shareExamine/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

返回值

属性类型必填说明
landShareListarraytrue土地分享相关列表
projectShareListarraytrue项目分享相关列表

landShareList

属性类型必填说明
landIDinttrue土地id
nicknamestringtrue被分享人昵称
headImgUrlstringtrue被分享人头像
mobilestringtrue被分享人联系方式

projectShareList

属性类型必填说明
projectIDinttrue项目id
nicknamestringtrue被分享人昵称
headImgUrlstringtrue被分享人头像
mobilestringtrue被分享人联系方式

返回示例

    "response": {
        "landShareList": [
            {
                "landID": 96,
                "nickname": "web",
                "headImgUrl": "https://file.pushhaa.com/5d4fdc2bfbe888721ac914d4105402cc.jpeg",
                "mobile": "18789887516"
            }
        ],
        "projectShareList": [
            {
                "projectID": 95,
                "nickname": "鹿",
                "headImgUrl": "",
                "mobile": "18734925065"
            }
        ]
    },
    "requestId": "4aa10ff8-efa4-4633-97d3-94399bfef644"