소스 검색

追加打印

peng 1 년 전
부모
커밋
5046b3d997
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):