|
@@ -159,7 +159,7 @@ class DevicePushService:
|
|
|
is_app_push = True if params['event_type'] in [702, 704] and params['detection'] == 0 else is_app_push
|
|
|
redis_obj = RedisObject(3)
|
|
|
# 推送
|
|
|
- LOGGING.info('{}is_app_push{}'.format(uid, is_app_push))
|
|
|
+ LOGGING.info('{}is_app_push{}, {}'.format(uid, is_app_push, params))
|
|
|
if is_app_push:
|
|
|
msg_key = 'PUSH:MSG:IMAGE:{}:{}:{}'.format(params['uid'], params['channel'], params['n_time'])
|
|
|
d_params = {'is_st': params['is_st'], 'storage_location': params['storage_location'],
|