curl --location --request GET 'http://139.198.190.189:58080/app-api/member/experience-record/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"title": "增加经验",
"experience": 100,
"description": "下单增加 100 经验",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}