curl --location --request GET '/api/user/getGrowthList'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"count": 2,
"lists": [
{
"id": 1944,
"source_type": "系统扣减成长值",
"change_amount_format": "-15",
"change_type": 0,
"create_time_format": "2021-05-31 15:28:18"
},
{
"id": 1943,
"source_type": "系统增加成长值",
"change_amount_format": "+20",
"change_type": 1,
"create_time_format": "2021-05-31 15:27:19"
}
],
"page_no": 1,
"page_size": 15,
"more": 0,
"user_growth": 35
}
}