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