文档
测试

字段列表

POST
http://leave2.com/examreport/api/Quality/getQualityFieldList

请求头

参数名
类型
描述
必填
Authorization
aXZxVW5mN3dKemFJPVIzTVRuOGJFVlhZMW5SajdoTlE0Ui1vN2pYcjFSWHpVakswOVE2WkFvNHdJaGE1cDNTbjR2ZUVCUXUzR2ozTDFRMzdPaUp0NmNhMVBxdDRPbFhJMm5TM1J5ZXQ4aXJhVg%3D%3D
必填

请求参数

参数名
类型
描述
必填
quality_id
报表id
必填

响应参数

参数名
类型
描述
必填
id
字段id
必填
field
字段
必填
filed_title
字段名称
必填
status
状态
必填
weight
权重
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "507", "field": "school_name", "filed_title": "校区", "status": "1", "weight": null }, { "id": "508", "field": "class_name", "filed_title": "班级", "status": "1", "weight": null }, { "id": "509", "field": "average_rate", "filed_title": "班级总均分系数", "status": "1", "weight": "15" }, { "id": "510", "field": "hege_rate", "filed_title": "全科合格率", "status": "1", "weight": "15" }, { "id": "511", "field": "rank_num_100", "filed_title": "集团前100", "status": "1", "weight": "20" }, { "id": "512", "field": "rank_num_300", "filed_title": "集团前300", "status": "1", "weight": "20" }, { "id": "513", "field": "rank_num_500", "filed_title": "集团前500", "status": "1", "weight": "10" }, { "id": "514", "field": "rank_num_1000", "filed_title": "集团前1000", "status": "1", "weight": "10" }, { "id": "515", "field": "rank_num_1500", "filed_title": "集团前1500", "status": "1", "weight": "10" }, { "id": "516", "field": "total_score", "filed_title": "总分", "status": "1", "weight": null }, { "id": "517", "field": "rank", "filed_title": "排名", "status": "1", "weight": null } ] }