REQ-3284: 荣耀设置消息类型

This commit is contained in:
yanglin 2024-12-03 17:08:43 +08:00
parent f355dcced4
commit 23dcf5b28b

View File

@ -31,7 +31,7 @@ class HWPushPayloadBuilder extends AndroidPushPayloadBuilder<UriIntent> {
androidConfig.put("category", content.determineAndroidCategory());
JSONObject hwField = new JSONObject();
hwField.put("androidConfig", androidConfig);
hwField.put("android", androidConfig);
hwField.put("style", 1);
hwField.put("big_title", content.getTitle());
hwField.put("big_body", content.getContent());