ソースを参照

打印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