2-2 人行场景事件
2.2 人行场景
Topic(租户级):{tenant}/proj_{项目}/v1-business-model-walking
2.2.1 人员进出场(s0020001)
2.2.2 访客签到/签离
事件定义
事件名称 | 事件类型 | 事件描述 |
---|---|---|
in | 通知型 | 人员入场事件 |
out | 通知型 | 人员出场事件 |
signin | 通知型 | 访客签到事件 |
signout | 通知型 | 访客签离事件 |
{
"reportTs": 1661154622,
"profile": {
"poiCode": "s0020001",
"appType": "walking",
"modelId": 20001
},
"events": {
"in": {
"eventTs": 148813512323,
"eventType": 1,
"personId": "sdsasdsad4545d45sad45",
"personName": "张三",
"phoneNumber": "13888888888",
"exitType": 1,
"positionId": "sdsasdsad4545d45sad45",
"positionName": "大厅入口道闸1",
"positionLocation": "达实大厦/1楼/大厅入口道闸1",
"openMode":"1"// 1:二维码识别;2:人脸识别;3:app开门;4:刷卡;5:蓝牙;6其他
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
personId | string | 人员ID | 是 | |
personName | string | 人员名称 | 是 | 20 |
phoneNumber | int | 人员手机号 | 是 | 20 |
exitType | string | 进出类型 | 是 | 10 |
positionId | string | 门禁ID | 是 | |
positionName | string | 门禁名称 | 是 | 50 |
positionLocation | string | 通行门禁位置 | 是 | 200 |
openMode | enum | 开门方式 | 是 |
{
"reportTs": 1661154622,
"profile": {
"poiCode": "s0020001",
"appType": "walking",
"modelId": 20001
},
"events": {
"out": {
"eventTs": 148813512323,
"eventType": 1,
"personId": "sdsasdsad4545d45sad45",
"personName": "张三",
"phoneNumber": "13888888888",
"exitType": 2,
"positionId": "sdsasdsad4545d45sad45",
"positionName": "大厅出口道闸1",
"positionLocation": "达实大厦/1楼/大厅出口道闸1",
"openMode":"1"// 1:二维码识别;2:人脸识别;3:app开门; 4:刷卡;5:蓝牙;6其他
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
personId | string | 人员ID | 是 | |
personName | string | 人员名称 | 是 | 20 |
phoneNumber | int | 人员手机号 | 是 | 20 |
exitType | string | 进出类型 | 是 | 10 |
positionId | string | 门禁ID | 是 | |
positionName | string | 门禁名称 | 是 | 50 |
positionLocation | string | 通行门禁位置 | 是 | 200 |
openMode | enum | 开门方式 | 是 |
2.2.2 访客签到/签离(s0020002)
{
"msgId":"hfjld729jc927894n02783n49"//建议uuid确定消息唯一性
"reportTs": 1661154622,
"profile": {
"poiCode": "s0020002",
"appType": "walking",
"modelId": 20002
},
"events": {
"signin": {
"eventTs": 148813512323,
"eventType": 1,
"visitFormExtId": "访客单对接主键",
"callerExtId ": "子系统的来访者标识",
"visitorName": "访客名称",
"visitorPhone": "访客电话",
"type": "签到类型",
"time": "签到时间戳",
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型,此处默认1 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
visitFormExtId | string | 访客单对接主键 | 是 | 36 |
callerExtId | string | 子系统的来访者标识 | 是 | 36 |
visitorName | string | 访客名称 | 是 | 20 |
visitorPhone | string | 访客电话 | 是 | 15 |
type | int | 签到/签离类型,1手机号码 2身份证 3二维码 4其他 | 是 | 11 |
time | long | 签到/签离时间戳 | 是 | 13 |
{
"msgId":"hfjld729jc927894n02783n49"//建议uuid确定消息唯一性
"reportTs": 1661154622,
"profile": {
"poiCode": "s0020002",
"appType": "walking",
"modelId": 20002
},
"events": {
"signout": {
"eventTs": 148813512323,
"eventType": 1,
"visitFormExtId": "访客单对接主键",
"callerExtId": "子系统的来访者标识",
"visitorName": "访客名称",
"visitorPhone": "访客电话",
"type": "签离类型",
"time": "签离时间戳",
}
}
}
字段定义
字段名称 | 字段类型 | 字段描述 | 是否必传 | 长度 |
---|---|---|---|---|
eventType | int | 事件类型,此处默认1 | 是 | |
eventTs | long | 事件时间 | 是 | 13 |
visitFormExtId | string | 访客单对接主键 | 是 | 36 |
callerExtId | string | 子系统的来访者标识 | 是 | 36 |
visitorName | string | 访客名称 | 是 | 20 |
visitorPhone | string | 访客电话 | 是 | 15 |
type | int | 签到/签离类型,1手机号码 2身份证 3二维码 4其他 | 是 | 11 |
time | long | 签到/签离时间戳 | 是 | 13 |
修改于 2024-02-01 08:46:34