文档
测试

app端获取上报详情

POST
http://127.0.0.1/sjbs/TjrecordAction.dod?action=getReportDetail

请求参数

参数名
类型
描述
必填
reportid
上报记录ID
必填

响应参数

参数名
类型
描述
必填
content_list
内容列表
必填
targetcontent
上报内容名称
必填
unit
单位
必填
countnum
上报数量
必填
reportinfo
上报信息,用于显示信息状态是否上报以及上报时间等
必填
userinfo
用户信息
必填

说明 / 示例

输出: { "content_list": [ { "countnum": "123123", "reportid": "4028883a742efd8701742f02026e0005", "targetcontent": "我去问", "tjid": "4028883a742efd8701742f0202770006", "unit": "票" }, { "countnum": "4343", "reportid": "4028883a742efd8701742f02026e0005", "targetcontent": "的", "tjid": "4028883a742efd8701742f0202770007", "unit": "册" } ], "reportinfo": { "companyid": "4028098174059bb7017405b918a80005", "companyname": "美团", "fristseename": null, "fristseetime": null, "isread": 0, "recordid": "4028883a742efd8701742f02023b0001", "reportcontent": null, "reportid": "4028883a742efd8701742f02026e0005", "reportmobile": "14735357862", "reportstate": 1, "reporttime": "2020-08-27 16:29:45", "reportuserid": "11232000-oYuRjIeyx5DxHVVpxVvUp1oR0S5pgPvg", "reportusername": "贾云舒", "taskid": "4028883a742efd8701742f0202270000" }, "userinfo": { "data": { "avatar": "https://lxs3.b.qianxin.com/lanxinnewpublic/b570cf0e-54b2-4782-9abc-e4e317721be7.jpg", "avatarId": "11232000-37unfxMPoPMC33dG3nC8RLXnubxPR3", "avatarid": "11232000-37unfxMPoPMC33dG3nC8RLXnubxPR3", "department": [ { "externalId": "", "id": "11232000-5WuqRIjlRvvPCqqbRq0FzMjL8heDEMg", "name": "四和创想", "order": 40, "orderNumber": 0 } ], "departments": [ { "externalId": "", "id": "11232000-5WuqRIjlRvvPCqqbRq0FzMjL8heDEMg", "name": "四和创想", "order": 40, "orderNumber": 0 } ], "gender": 0, "name": "贾云舒", "orgId": "11232000", "orgName": "应用联调测试组织", "orgid": "11232000", "orgname": "应用联调测试组织", "signature": "", "staffId": "", "status": 1 }, "errCode": 0, "errMsg": "ok", "sxsh_result": true } }