## 积分记录列表
~~~[api]
post:/api/user/pointsLog
*int:page=1#页数
<<<
success
{
"code": 1,
"msg": "获取成功",
"count": 10,
"currentPage": "1",
"lastPage": 1,
"result": [
{
"id": 46,
"user_id": 1,
"with_id": 200,
"type": 2,
"points": "6",
"create_time": "2018-09-07 14:41:34",
"type_text": "转发帖子"
},
{
"id": 47,
"user_id": 1,
"with_id": 200,
"type": 2,
"points": "25",
"create_time": "2018-09-07 14:41:36",
"type_text": "转发帖子"
}
],
"ruleText": "积分规则内容"
}
~~~