{
"unionid": "string",
"processStatus": 1,
"cursorId": "string",
"pageSize": 0
}curl --location --request POST '/open-api/customer/biz-submit/get-business-info' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"unionid": "string",
"processStatus": 1,
"cursorId": "string",
"pageSize": 0
}'{
"code": 0,
"data": {
"records": [
{
"customerName": "张晓霞",
"wxNickName": "春夏秋冬",
"avatar": "http://wx.qlogo.cn/mmhead/Q3auHgzwzM6XDASBQOJw1xOlmDicbsR2EtzyeibicAWibHI0YzocDBnBOg/0",
"phones": "[18377335659,18965725631]",
"lineName": "理财规划",
"businessCreateTime": "1726824285000",
"processName": "保障规划",
"processStatus": 1,
"followUser": "巫春龙",
"processStageName": "阶段一",
"previousContactTime": "1726827885000",
"nextContactTime": "1727000685000",
"startTime": "1726827885000",
"remark": "备注"
}
]
},
"msg": "",
"requestId": "12321554"
}