소스 검색

android fcm推送V1 调整图片字段

linhaohong 1 년 전
부모
커밋
5e79045466
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Service/PushService.py

+ 0 - 1
Service/PushService.py

@@ -211,7 +211,6 @@ class PushObject:
                 push_data['priority'] = 'high'
                 push_data['content_available'] = True
                 push_data['direct_boot_ok'] = True
-            print(f"msg_title:{msg_title}, msg_text:{msg_text}, image:{image}")
             message = messaging.Message(
                 notification=messaging.Notification(
                     title=msg_title,