多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 家长查看当月的费用 ~~~[api] post:/api/jiaofei/jiazhangjiaofei _ajax=1#ajax请求标记 token=MDAwMDAwMDAwMJjeu2uOm55igeC03IOKzp6MsIDVhWKNrJt90GODnInXmLizdA#token <<< success { "code": 1, "msg": "", "data": { "id": 55, "school_id": 1, "banji_id": 2, "jizhang_id": 1, "xuesheng_id": 15, "baojiao_money": 1500, "queqin_nums": 0, "huoshi_money": 450, "huoshi_jianshao": 0, "upper_month": 0, "yingjiao_money": 1500, "shijiao_money": 1500, "is_jiaofei": 0, "time": "1554048000", "created_time": "1556590968", "time_text": "2019-04" }, "url": "", "wait": 3 } <<< error ~~~ ## 老师查看班级的缴费情况 ~~~[api] post:/api/jiaofei/laoshijiaofei _ajax=1#ajax请求标记 token=MDAwMDAwMDAwMIOWv2uNiKarlpjW3pd7t2KUiozOhHiCpoR6vmaWZGyWhKi7dA#token <<< success { "code": 1, "msg": "", "data": { "1554048000": { "logs": [ { "id": 75, "time": "1554048000", "xuesheng_id": 15, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-04", "xusheng_name": "慕容嫣", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 76, "time": "1554048000", "xuesheng_id": 16, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-04", "xusheng_name": "慕容清秋", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 77, "time": "1554048000", "xuesheng_id": 17, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-04", "xusheng_name": "楚欣佳", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 78, "time": "1554048000", "xuesheng_id": 18, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-04", "xusheng_name": "楚雨彤", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 79, "time": "1554048000", "xuesheng_id": 19, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-04", "xusheng_name": "轩辕龙飞", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 80, "time": "1554048000", "xuesheng_id": 20, "is_jiaofei": 1, "jiaofei_time": "1556593099", "time_text": "2019-04", "xusheng_name": "轩辕柔紫", "is_jiaofei_text": "已缴", "jiaofei_time_text": "2019-04-30 10:58" } ], "time": "2019-04" }, "1556640000": { "logs": [ { "id": 95, "time": "1556640000", "xuesheng_id": 15, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "慕容嫣", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 96, "time": "1556640000", "xuesheng_id": 16, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "慕容清秋", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 97, "time": "1556640000", "xuesheng_id": 17, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "楚欣佳", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 98, "time": "1556640000", "xuesheng_id": 18, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "楚雨彤", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 99, "time": "1556640000", "xuesheng_id": 19, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "轩辕龙飞", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" }, { "id": 100, "time": "1556640000", "xuesheng_id": 20, "is_jiaofei": 0, "jiaofei_time": "0", "time_text": "2019-05", "xusheng_name": "轩辕柔紫", "is_jiaofei_text": "未缴", "jiaofei_time_text": "" } ], "time": "2019-05" } }, "url": "", "wait": 3 } <<< error ~~~ ## 家长的缴费记录 ~~~[api] post:/api/jiaofei/jiaofeilog _ajax=1#ajax请求标记 token=MDAwMDAwMDAwMJjeu2uOm55igeC03IOKzp6MsIDVhWKNrJt90GODnInXmLizdA#token <<< success { "code": 1, "msg": "", "data": { "id": 55, "school_id": 1, "banji_id": 2, "jizhang_id": 1, "xuesheng_id": 15, "baojiao_money": 1500, "queqin_nums": 0, "huoshi_money": 450, "huoshi_jianshao": 0, "upper_month": 0, "yingjiao_money": 1500, "shijiao_money": 1500, "is_jiaofei": 0, "time": "1554048000", "created_time": "1556590968", "time_text": "2019-04" }, "url": "", "wait": 3 } <<< error ~~~ ## 家长缴费 ~~~[api] post:/api/jiaofei/jiaofei _ajax=1#ajax请求标记 token=MDAwMDAwMDAwMJjeu2uOm55igeC03IOKzp6MsIDVhWKNrJt90GODnInXmLizdA#token id=80#缴费记录的id <<< success { "code": 1, "msg": "缴费成功", "data": "", "url": "/api/Jiaofei/jiaofei", "wait": 3 } <<< error ~~~