소스 검색

打印category

locky 2 년 전
부모
커밋
f03babf00b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Service/HuaweiPushService/HuaweiPushService.py

+ 1 - 0
Service/HuaweiPushService/HuaweiPushService.py

@@ -88,6 +88,7 @@ class HuaweiPushObject:
             android=android,
             token=[token_val]
         )
+        LOGGER.info('通知栏推送category:{}'.format(message.android.category))
 
         try:
             import certifi