|
@@ -265,7 +265,7 @@ class DevicePushService:
|
|
|
elif etype == 703:
|
|
|
msg_type = '摄像头唤醒'
|
|
|
elif etype == 606:
|
|
|
- msg_type = '有人呼叫'
|
|
|
+ msg_type = '有人呼叫,请点击查看'
|
|
|
else:
|
|
|
msg_type = ''
|
|
|
if is_sys:
|
|
@@ -280,7 +280,7 @@ class DevicePushService:
|
|
|
elif etype == 703:
|
|
|
msg_type = 'Camera wake'
|
|
|
elif etype == 606:
|
|
|
- msg_type = 'Someone called'
|
|
|
+ msg_type = 'Someone is calling, please click to view'
|
|
|
else:
|
|
|
msg_type = ''
|
|
|
if is_sys:
|