@@ -297,11 +297,11 @@ class PushObject:
.reg_id(token_val) \
.title(msg_title) \
.content(msg_text) \
- .push_mode(1) \
+ .push_mode(0) \
.notify_type(3) \
.skip_type(1) \
.request_id(m_code) \
- .classification(0) \
+ .classification(1) \
.client_custom_map(**push_data) \
.message_dict()
rec = sender_send.send(message)