peng hai 1 ano
pai
achega
5046b3d997
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Service/DevicePushService.py

+ 1 - 1
Service/DevicePushService.py

@@ -305,7 +305,7 @@ class DevicePushService:
         try:
             push_kwargs = param['push_kwargs']
             push_result = False
-            LOGGING.info('准备推送的数据:{}'.format(push_kwargs))
+            LOGGING.info('准备推送的数据:{}'.format(param))
             # is_st为1或3,且推送类型为apns,gcm,华为,异步推送图片
             if (param['is_st'] == 1 or param['is_st'] == 3) and \
                     (push_type == 0 or push_type == 1 or push_type == 3):