问题统计分析报表

用于查询问题统计分析报表

1. 请求说明

请求方式:POST

请求URL :/api/AppApi/GetStatisticalAnalysisReport

2. 请求参数

body:

字段 字段类型 必填 字段说明
userId String Y 用户ID
projectId String Y 项目ID
startTime String Y 开始时间
endTime String Y 截止时间
unit String N 施工单位
qType String N 问题类型 (getBaseData中类型为QualityProblemType)
UserType String N 用户类型(从login获得)

示例:

{
  "userId": "496",
  "projectId": "61",
  "startTime": "2018-11-01",
  "endTime": "2018-11-30",
  "unit": "",
  "qType": "",
  "UserType": "2"
}

3. 返回参数

字段 字段类型 字段说明
Code string 0:成功 ;其他:失败
CodeMsg String 失败时原因信息
Datas String 动态json,数据根据平台上同等条件下报表的表头排列顺序而排列

返回示例:

{
  "Code": 0,
  "CodeMsg": "OK",
  "Datas": "[[\"中铁十二局第二公司\",\"418\",\"2018-11\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"]]"
}
Copyright © Sogrey 2018, all right reserved,powered by Gitbook 使用中遇到问题?提个Issue,最后修订时间: 2019-01-29 10:56:47

results matching ""

    No results matching ""