GET city/v3/ShootAnyTimeWW/GetEventInfo?eventId={eventId}
获取事件 [p2.0.1]
Request
URI Params
字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
eventId |
事件编号 |
integer |
Required |
Body Params
None.
Response
APITResultOfSSP_EventInfoWWModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | SSP_EventInfoWWModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "Id": "1", "BCategoryId": "2", "BCategoryName": "sample string 3", "SCategoryId": "sample string 4", "SCategoryName": "sample string 5", "CollectorOpenId": "sample string 6", "CollectorName": "sample string 7", "CollectorMobilePhone": "sample string 8", "EventDesc": "sample string 9", "EventAddress": "sample string 10", "EventPhotos": [ "sample string 1", "sample string 2" ], "ES": "1", "ESDesc": "处置中", "IsQualified": 0, "IsQualifiedDesc": "否", "Disposer": "sample string 11", "DisposerMobilePhone": "sample string 12", "DisposerOrg": "sample string 13", "ReplyStatusDesc": "sample string 14", "ReplyDesc": "sample string 15", "ReplyPhotos": [ "sample string 1", "sample string 2" ], "DisposeDate": "sample string 16", "CityId": "17", "CityName": "sample string 18", "CountyId": "19", "CountyName": "sample string 20", "TownId": "21", "TownName": "sample string 22", "VillageId": "23", "VillageName": "sample string 24", "WorkGridId": "25", "WorkGridName": "sample string 26", "BaseGridId": "27", "BaseGrid": "sample string 28", "Range": { "Longitude": 1.1, "Latitude": 2.1 }, "CDate": "sample string 29" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }