文档
测试

app端获取指定任务上报内容

POST
http://127.0.0.1/sjbs/TaskAction.dod?action=getTaskContent

请求参数

参数名
类型
描述
必填
taskid
任务ID
必填
companyid
企业id
必填
reportid
上报记录ID
必填

响应参数

参数名
类型
描述
必填
countnum
用户填写上报内容的值,注意这个字段只是针对非top10以及文样本等非数字的上报内容
必填
istext
是否是文本,1是0否,如果上报内容是文样本,这这字段返回的是1否则就按照数字类型进行上报校验
必填
istopten
是否是top10,1是0否,如果是top10,返回1,在app端显示的上报信息用top的字段展示
必填
tjid
上报记录ID
必填
unit
单位
必填
targetcontent
上报内容
必填

说明 / 示例

{ "data_list": [ { "countnum": null, "istext": null, "istopten": null, "reportid": "ff808081747750cc017477676fe9000c", "targetcontent": "媒体微博官方账号报道", "tjid": "ff808081747750cc017477676ff5000d", "unit": "篇" }, { "countnum": null, "istext": null, "istopten": null, "reportid": "ff808081747750cc017477676fe9000c", "targetcontent": "主题新闻页面点击量", "tjid": "ff808081747750cc017477676ff6000e", "unit": "万次" }, { "countnum": null, "istext": null, "istopten": null, "reportid": "ff808081747750cc017477676fe9000c", "targetcontent": "相关贴文总数", "tjid": "ff808081747750cc017477676ff8000f", "unit": "万次" }, { "countnum": null, "istext": "1", "istopten": null, "reportid": "ff808081747750cc017477676fe9000c", "targetcontent": "热议贴文样本", "tjid": "ff808081747750cc017477676ff80010", "unit": null }, { "countnum": null, "istext": null, "istopten": null, "reportid": "ff808081747750cc017477676fe9000c", "targetcontent": "123", "tjid": "ff808081747750cc017477676ff90011", "unit": "1" } ] }