Authorization: Bearer ********************{
"dataId": 0,
"phonenumber": "string",
"shareUserId": 0,
"userId": 0,
"staffId": 0,
"dataName": "string",
"merchantId": 0,
"headOfficeId": 0,
"startDate": "string",
"endDate": "string",
"userType": "string"
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/consumer/v2/viewInfo/pageList?pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": 0,
"phonenumber": "string",
"shareUserId": 0,
"userId": 0,
"staffId": 0,
"dataName": "string",
"merchantId": 0,
"headOfficeId": 0,
"startDate": "string",
"endDate": "string",
"userType": "string"
}'{
"total": 0,
"rows": [
{
"id": 0,
"dataId": 0,
"lookTime": 0,
"lookCount": 0,
"headOfficeId": 0,
"merchantId": 0,
"lookDate": "string",
"staffId": 0,
"shareUserId": 0,
"sharePhone": "string",
"userId": 0,
"dataName": "string",
"interested": 0,
"fileUrl": "string",
"comment": "string",
"commentTime": "2019-08-24T14:15:22Z",
"likeCount": true,
"shareCount": true,
"commentCount": true,
"avatar": "string",
"nickName": "string",
"phonenumber": "string",
"sourceName": "string",
"stuffName": "string",
"stuffType": 0,
"updateTime": "2019-08-24T14:15:22Z",
"remarkName": "string"
}
],
"code": 0,
"msg": "string"
}