curl --location --request GET 'https://test-api.yunjishop.cn/member/messageRecord/list?id=&messageContent=&messageSource=&sendStatus='
{
"total": 0,
"rows": [
{
"id": 0,
"messageContent": "string",
"messageSource": "string",
"sendStatus": "string",
"expire": "2019-08-24T14:15:22Z",
"isUsed": 0,
"phoneNumber": "string"
}
],
"code": 0,
"msg": "string"
}