curl --location --request GET '/admin-api/crm/follow-up-record/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 28800,
"bizType": 2,
"bizId": 5564,
"type": 2,
"content": "string",
"nextTime": "2019-08-24T14:15:22.123Z",
"businessIds": [
0
],
"businessNames": [
"string"
],
"contactIds": [
0
],
"contactNames": [
"string"
],
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}