文档
测试

报表字段列表

POST
http://leave2.com/examreport/api/Report/getReportFieldList

请求头

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

请求参数

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

响应参数

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

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "405", "field": "class_name", "filed_title": "班级名称", "status": "1", "weight": null }, { "id": "406", "field": "school_name", "filed_title": "学校名称", "status": "1", "weight": null }, { "id": "407", "field": "student_num", "filed_title": "考生人数", "status": "1", "weight": null }, { "id": "408", "field": "history_num", "filed_title": "历史人数", "status": "1", "weight": null }, { "id": "409", "field": "current_num", "filed_title": "本次人数", "status": "1", "weight": null }, { "id": "410", "field": "rate", "filed_title": "比率", "status": "1", "weight": null }, { "id": "411", "field": "level_diff", "filed_title": "水平差值", "status": "1", "weight": null }, { "id": "412", "field": "develop_diff", "filed_title": "发展差值", "status": "1", "weight": null }, { "id": "413", "field": "rank", "filed_title": "排名", "status": "1", "weight": null } ] }