Commit bbbe231d by giaogiao

优化push默认值

parent cf00be49
......@@ -66,7 +66,7 @@ public class PushTask {
PushModel pushModel = new PushModel();
if (pushMap.isEmpty()) {
if (pushMap == null || pushMap.isEmpty()) {
pushModel.setTitle(PUSH_TITLE);
pushModel.setSubTitle(PUSH_BODY);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment