💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/ecard/flowlist` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |starttime|否|string|创建起始时间|-| |endtime|否|string|创建截止时间|-| |area|否|string|区id|-| |schoolid|否|string|学校id|-| |gradeid|否|string|年级id|-| |classid|否|string|班级id|-| |username|否|string|学生帐号|-| |realname|否|string|学生姓名|-| |telephone|否|string|家长手机号|-| |uid|否|string|学生uid|-| |type|否|string|1充值记录 2消费记录|1| |status|否|string|-1充值失败,5充值成功,4下发成功,3,写卡成功,0消费流水的状态|-| |province|否|string|省id|-| |city|否|string|市id|-| |p|否|string|页码|1| |num|否|string|每页数量|10| **返回示例** - error ```json { "ret": -1, "msg": "参数错误", "data":[] } ``` - success ```json { "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 } } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2018-01-25 10:49:35 * * * * *