|
@@ -222,6 +222,23 @@ XM_PUSH_CHANNEL_ID = {
|
|
|
'single_login': 126707 # 单点登录
|
|
|
}
|
|
|
|
|
|
+XM_PUSH_CHANNEL_DICT = {
|
|
|
+ 'com.ansjer.zccloud_ab': {
|
|
|
+ 'push_to_talk': 111934, # 一键通话
|
|
|
+ 'device_reminder': 104551, # 设备提醒
|
|
|
+ 'service_reminder': 104552, # 服务提醒
|
|
|
+ 'sys_notification': 104553, # 系统通知
|
|
|
+ 'single_login': 126707 # 单点登录
|
|
|
+ },
|
|
|
+ 'com.cloudlife.commissionf_a': {
|
|
|
+ 'push_to_talk': 131636, # 一键通话
|
|
|
+ 'device_reminder': 131638, # 设备提醒
|
|
|
+ 'service_reminder': 131640, # 服务提醒
|
|
|
+ 'sys_notification': 131639, # 系统通知
|
|
|
+ 'single_login': 131637 # 单点登录
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
firebase_admin.initialize_app(credentials.Certificate(
|
|
|
BASE_DIR + '/static/fcm/adcloud-fdf9b-firebase-adminsdk-dcvn1-d53e047cc8.json'))
|
|
|
|