💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 销售总览 +++ get:/api/v1/sale/saleDetails datetype#1年,3月,4自定义 date#日期,开始日期 enddate#结束日期,datetype=4的时候有效 level=0#//1运营中心,3是学校0全国 id#运营中心id或者学校id,根据level来 online=1#1线上,0线下 <<< 导出到excel { "status": 1, "info": "success", "data": { "user": 7,//总用户数 "amount": 8455.16,//总金额 "serviceuser": 6,//服务费用户数 "serviceamount": 4192.06,//服务费金额 "service": [//服务费详情 { "id": 1, "type": 1, "name": "一年及以内", "total": 2, "amount": 1995.06 }, { "id": 2, "type": 1, "name": "一年以上至二年", "total": 1, "amount": 1198 }, { "id": 4, "type": 1, "name": "三年以上至四年", "total": 3, "amount": 999 } ], "machine": [//学习机详情 { "id": 9, "name": "lenovo", "total": 2, "type": 2, "amount": 0.02 } ], "machinecount": 2,//学习机数量 "machineamount": 0.02,//学习机金额 "book": [//自主学习单详情 { "id": 1345, "name": "历史 山东省牟平第一中学 高中(3年制) 岳麓版 必修1", "type": 3, "total": 1, "amount": 0 }, { "id": 1346, "name": "语文 山东省烟台第一中学 一年级(5年制) 沪教版(2015秋) 上册", "type": 3, "total": 1, "amount": 5 }, { "id": 1347, "name": "语文 山东省烟台第一中学 一年级(5年制) 人教版(2016部编版) 上册", "type": 3, "total": 1, "amount": 66 } ], "bookcount": 25,//学习单数量 "bookamount": 4263.08,//学习单金额 "card": [//卡片详情,只展示数量即可,金额为0 { "id": 15603, "name": "卡片", "type": 4, "total": 4 } ], "cardcount": 4,//卡片数量 "cardamount": 0.02,//卡片金额 "pitao": [],//皮套数据,格式与学习单一致 "pitaocount": 0, "pitaoamount": 0, "erji": [],//皮套数据,格式与学习单一致 "erjicount": 0, "erjiamount": 0, "machineservice": [],//皮套数据,格式与学习单一致 "machineservicecount": 0, "machineserviceamount": 0 } } <<< 服务费 { "status": 1, "info": "success", "data": [ { "id": 1, "type": 1, "name": "一年及以内", "total": 2, "amount": 1995.06 }, { "id": 2, "type": 1, "name": "一年以上至二年", "total": 1, "amount": 1198 }, { "id": 4, "type": 1, "name": "三年以上至四年", "total": 3, "amount": 999 } ] } <<< 学习机(除了卡片、服务费其他都按这个格式来) { "status": 1, "info": "success", "data": [ { "id": 9, "name": "lenovo", "total": 2,//总数 "type": 2, "amount": 0.02//总金额 } ] } +++