🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
+++ get:/User/points *string:uid#用户uid get=-1#1是获取的积分学币成长值,-1是扣除的积分学币成长值,不传就是全部的 num#每页条数(默认10条) p#第几页 <<< success { "ret": 0, "msg": "ok", "count": "3", "totalPages": 1, "totalRows": "3", "nowPage": 1, "data": [ { "id": "4", "uid": "1000145286031341210", "prestige": "0", "experience": "0", "point": "0", "gold": "-8", "comment": "123123", "create_time": "1458112039", "create_uid": "1111", "status": "0" }, { "id": "3", "uid": "1000145286031341210", "prestige": "0", "experience": "0", "point": "0", "gold": "22", "comment": "123123", "create_time": "1458112024", "create_uid": "1111", "status": "0" }, ...... ] } <<< error { "ret": -1, "msg": "参数错误" } +++