ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
+++ 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": "参数错误" } +++