多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[api] get:/ecard/flowlist uid#学生uid type=1#1充值记录 2消费记录 status#-1充值失败,5充值成功,4下发成功,3,写卡成功,0消费流水的状态 province#省id city#市id area#区id schoolid#学校id gradeid#年级id classid#班级id username#学生帐号 realname#学生姓名 telephone#家长手机号 starttime#创建起始时间 endtime#创建截止时间 p=1#页码 num=10#每页数量 <<< success { "ret": 0, "msg": "ok", "data": { "count": 2, "totalPages": 1, "data": [ { "id": 38, "uid": "144463763681872", "puid": "1007142193034046993", "ordernum": "1516843564620262202", "cardid": "3016217889", "amount": "0.01", "schoolid": "1033144282848513500", "identitytype": 3, "type": 1, "sfdate": "2018-01-24T16:00:00.000Z", "create_time": 1516843564, "update_time": 1516843564, "status": -1, "username": "lkxsyinyuhe0751", "realname": "尹雨鹤", "sex": 0, "pusername": "2359366060", "prealname": "郝明路", "telephone": null }, { "id": 37, "uid": "144463763681872", "puid": "1007142193034046993", "ordernum": "1516843526628888813", "cardid": "3016217889", "amount": "0.01", "schoolid": "1033144282848513500", "identitytype": 3, "type": 1, "sfdate": "2018-01-24T16:00:00.000Z", "create_time": 1516843526, "update_time": 1516843526, "status": -1, "username": "lkxsyinyuhe0751", "realname": "尹雨鹤", "sex": 0, "pusername": "2359366060", "prealname": "郝明路", "telephone": null } ], "nowPage": 1, "totalRows": 2 } } <<< error { "ret": -1, "msg": "参数错误", "data":[] } ~~~