瀏覽代碼

序列化AndroidConfig加上category

locky 2 年之前
父節點
當前提交
e51c2b4cae
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Service/HuaweiPushService/push_admin/_message_serializer.py

+ 2 - 1
Service/HuaweiPushService/push_admin/_message_serializer.py

@@ -112,7 +112,8 @@ class MessageSerializer(json.JSONEncoder):
             'bi_tag': android_config.bi_tag,
             'fast_app_target': android_config.fast_app_target,
             'data': android_config.data,
-            'notification': MessageSerializer.encode_android_notification(android_config.notification)
+            'notification': MessageSerializer.encode_android_notification(android_config.notification),
+            'category': android_config.category
         }
         return cls.remove_null_values(result)