Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/merchant/information/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&merchantId=&type=&url=&videoHeight=&name=&description=&headName=&likeCount=&commentCount=&shareCount=&labelId=&typeId=&secret=&shareTitle=&shareImage=&top=&topTime=&remark=&commentList=&attachmentList=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"merchantId": 0,
"type": 0,
"url": "string",
"videoHeight": "string",
"name": "string",
"description": "string",
"headName": "string",
"likeCount": 0,
"commentCount": 0,
"shareCount": 0,
"labelId": 0,
"labelName": "string",
"typeId": 0,
"typeName": "string",
"secret": 0,
"shareTitle": "string",
"shareImage": "string",
"top": 0,
"topTime": "2019-08-24T14:15:22.123Z",
"remark": "string",
"attachmentList": [
{
"id": 0,
"eventId": 0,
"type": 0,
"fileUrl": "string",
"height": "string",
"max": true,
"remake": "string"
}
],
"commentList": [
{
"id": 0,
"eventId": 0,
"openId": 0,
"phone": "string",
"faceUrl": "string",
"nickName": "string",
"commentId": 0,
"comment": "string",
"imageUrl": "string",
"location": "string",
"commentTime": "2019-08-24T14:15:22.123Z",
"likeCount": "string",
"customization": "string"
}
]
}
],
"code": 0,
"msg": "string"
}