文档
测试

查询核心消息

GET
/info/info/{stastus}/info

请求参数

参数名
类型
描述
必填
stastus
Integer
消息状态(0识别错误1无积水2积水3内涝4冰雪)
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
array
数据列表
必填
infoId
int
示例:1
必填
infoName
string
示例:null
必填
infoDescription
string
示例:南昌工程学院
必填
infoImage
int
示例:6
必填
infoSource
int
示例:1
必填
infoStatus
int
示例:2
必填
infoArea
int
示例:1244
必填
infoCoordinate
int
示例:1
必填
infoIdentify
int
示例:1
必填
infoCreateTime
string
示例:2020-08-26 08:08:46
必填
infoUpdateTime
string
示例:2020-08-26 08:08:46
必填
imageEntity
object
数据字典
必填
imageId
int
示例:6
必填
imageName
object
示例:null
必填
imageUrl
string
示例:http://market-lyc.oss-cn-hangzhou.aliyuncs.com/2020-08-26/7ac7eec073884286a3048adf8f1d01c20_128_001A.jpg?Expires=1600255570&OSSAccessKeyId=LTAI4GEsfeY7AYWFZ86cq1yv&Signature=McGXKzJ2aLgoynRiZHt7zdZAeT8%3D
必填
areaEntity
object
数据字典
必填
areaId
int
示例:1244
必填
areaCode
string
示例:360121
必填
areaName
string
示例:南昌县
必填
cityCode
string
示例:360100
必填
cityEntity
object
数据字典
必填
cityId
int
示例:124
必填
cityCode
string
示例:360100
必填
cityName
string
示例:南昌市
必填
provinceCode
string
示例:360000
必填
coordinateEntity
object
数据字典
必填
coordinateId
int
示例:1
必填
longitude
string
示例:116.03749241224243
必填
latitude
string
示例:28.695855252419574
必填
provinceEntity
object
数据字典
必填
provinceId
int
示例:14
必填
provinceCode
string
示例:360000
必填
provinceName
string
示例:江西省
必填

响应参数

{ "msg": "success", "code": 0, "data": [ { "infoId": 1, "infoName": null, "infoDescription": "南昌工程学院", "infoImage": 6, "infoSource": 1, "infoStatus": 2, "infoArea": 1244, "infoCoordinate": 1, "infoIdentify": 1, "infoCreateTime": "2020-08-26 08:08:46", "infoUpdateTime": "2020-08-26 08:08:46", "imageEntity": { "imageId": 6, "imageName": null, "imageUrl": "http://market-lyc.oss-cn-hangzhou.aliyuncs.com/2020-08-26/7ac7eec073884286a3048adf8f1d01c20_128_001A.jpg?Expires=1600255570&OSSAccessKeyId=LTAI4GEsfeY7AYWFZ86cq1yv&Signature=McGXKzJ2aLgoynRiZHt7zdZAeT8%3D" }, "areaEntity": { "areaId": 1244, "areaCode": "360121", "areaName": "南昌县", "cityCode": "360100" }, "cityEntity": { "cityId": 124, "cityCode": "360100", "cityName": "南昌市", "provinceCode": "360000" }, "coordinateEntity": { "coordinateId": 1, "longitude": "116.03749241224243", "latitude": "28.695855252419574" }, "provinceEntity": { "provinceId": 14, "provinceCode": "360000", "provinceName": "江西省" } }] }