service/msgPush.go
@@ -184,6 +184,7 @@ androidPush := map[string]map[string]map[string]string { "ups": { "notification": { "title": title, "body": msg, "big_text": msg, "click_type": "intent", @@ -195,6 +196,7 @@ "type":"notify", "aps":map[string]interface{}{ "alert":map[string]string{ "title": title, "body": msg, }, "content-available":0, @@ -207,6 +209,7 @@ }, "push_message": map[string]map[string]string { "notification": { "title": title, "body": msg, "click_type": "intent", "intent": intent,