peng 1 éve
szülő
commit
5046b3d997
1 módosított fájl, 1 hozzáadás és 1 törlés
  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):