Authorization: ********************curl --location 'http://localhost:8080/member/growth/list?page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"message": "string",
"data": {
"total": 0,
"records": [
{
"happenDate": "string",
"title": "string",
"content": "string",
"imageUrl": "string",
"sortOrder": 0,
"publicStatus": 1,
"id": 0,
"user_id": 0,
"create_time": "2019-08-24T14:15:22.123Z"
}
]
}
}