瀏覽代碼

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