REQ-3284: 荣耀设置消息类型
This commit is contained in:
parent
f355dcced4
commit
23dcf5b28b
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user