用卡人列表

请求方法: GET

请求路径: /v2/holder/{page}/{pageSize}

响应数据

响应示例
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "records": [
            {
                "id": 79,
                "userId": 1,
                "businessId": 172589,
                "englishName": "WANG DAWEI",
                "chineseName": "王大伟",
                "birthday": "2018-12-25",
                "email": "[email protected]",
                "phone": "18169073610",
                "documentsType": "00",
                "idNumber": "398745657",
                "dateOfIssue": "2021-06-21",
                "mailingAddress": "桃園市楊梅區楊湖路三段82號",
                "dateOfExpiry": "2041-06-21",
                "status": 0,
                "createTime": "2024-09-20 11:14:56",
                "updateTime": "2024-09-20 11:14:56",
                "nationality": "CHN",
                "nationCode": "86",
                "sex": "M",
                "profession": "velit ex qui officia Excepteur",
                "posts": "exercitation",
                "purpose": "minim irure nostrud deserunt ut",
                "certificateImage": "{\"1\":\"http://dingyue.ws.126.net/2024/0712/5d5043a2j00sgij8d0015d000hs00hsg.jpg\",\"2\":\"https://www.quazero.com/uploads/allimg/140305/1-140305131415.jpg\"}",
                "signatureImage": "https://www.quazero.com/uploads/allimg/150109/1-150109101208.gif",
                "realNameStatus": 3
            }
        ],
        "total": 1,
        "size": 10,
        "current": 1,
        "pages": 1
    }
}