文档
测试

根据任务code查询任务问题

GET
http://192.168.0.7:8086/supervision/problem/find/{problemCode}

接口描述

http://192.168.0.7:8086/supervision/problem/find/d35340de823f4ee89a3bb75b09613f72

响应参数

参数名
类型
描述
必填
code
string
示例:0
必填
result
object
数据字典
必填
problemCode
string
示例:b14f23ce8ad946e590727b267ccc3604
必填
checkCode
string
示例:2b856cfc8e2e4a6f922b9ae46a0ac1e3
必填
communityCode
string
示例:万枫小区121111
必填
community
string
示例:202
必填
address
string
示例:50幢
必填
score
int
示例:3
必填
remarks
string
示例:
必填
typeCode
string
示例:ec3b82526a924903b3708ada0f32bd72
必填
firstType
string
示例:问题大类11111
必填
secondType
string
示例:问题小类222222
必填
concreteProblem
string
示例:具体问题333
必填
problemImage
array
数据列表
必填
assistImage
array
数据列表
必填
status
int
示例:200
必填
timestamp
int
示例:1601434365583
必填

说明 / 示例

{ "code": "0", "result": { "problemCode": "b14f23ce8ad946e590727b267ccc3604", "checkCode": "2b856cfc8e2e4a6f922b9ae46a0ac1e3", "communityCode": "万枫小区121111", "community": "202", "address": "50幢", "score": 3, "remarks": "", "typeCode": "ec3b82526a924903b3708ada0f32bd72", "firstType": "问题大类11111", "secondType": "问题小类222222", "concreteProblem": "具体问题333", "problemImage": [ "http://pic.5tu.cn/uploads/allimg/201603/010P000040925954927-1.jpg" ], "assistImage": [ "http://pic.5tu.cn/uploads/allimg/201603/010P000040925954927-1.jpg" ] }, "status": 200, "timestamp": 1601434365583 }