GET city/v3/ShootAnyTimeH5/GetEventInfo?eventId={eventId}

获取事件 [p3.0.1]

Request

URI Params

字段名字段说明字段类型附加信息
eventId

事件编号

integer

Required

Body Params

None.

Response

APITResultOfSSP_EventInfoH5Model
字段名字段说明字段类型附加信息
Data

SSP_EventInfoH5Model

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": "否",
    "EventId": "11",
    "Disposer": "sample string 12",
    "DisposerMobilePhone": "sample string 13",
    "DisposerOrg": "sample string 14",
    "ReplyStatusDesc": "sample string 15",
    "ReplyDesc": "sample string 16",
    "ReplyPhotos": [
      "sample string 1",
      "sample string 2"
    ],
    "DisposeDate": "sample string 17",
    "CityId": "18",
    "CityName": "sample string 19",
    "CountyId": "20",
    "CountyName": "sample string 21",
    "TownId": "22",
    "TownName": "sample string 23",
    "VillageId": "24",
    "VillageName": "sample string 25",
    "WorkGridId": "26",
    "WorkGridName": "sample string 27",
    "BaseGridId": "28",
    "BaseGrid": "sample string 29",
    "Range": {
      "Longitude": 1.1,
      "Latitude": 2.1
    },
    "CDate": "sample string 30",
    "btIsTransfer": true,
    "btIsReply": true,
    "btIsExamineQualified": true
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}