|
|
@@ -74,7 +74,7 @@ func JgPush(args md3.PushParams) { |
|
|
|
Platform: "all", |
|
|
|
Audience: aud, |
|
|
|
Title: args.Title, |
|
|
|
Content: strings.Replace(args.Content, "\\n\\u0006", "", -1), |
|
|
|
Content: strings.Replace(args.Content, "\n\u0006", "", -1), |
|
|
|
Extras: extras, |
|
|
|
Intent: intent, |
|
|
|
} |
|
|
|