|
|
@@ -84,7 +84,7 @@ func JgPush(args md3.PushParams) { |
|
|
|
"send": send, |
|
|
|
"res": res, |
|
|
|
"push_alia": args.PushAlia, |
|
|
|
"title": param.Title, |
|
|
|
"title": strings.Replace(param.Title, "\\n", "", -1), |
|
|
|
"content": param.Content, |
|
|
|
"jg_push_app_key": jgPushAppKey, |
|
|
|
"jg_push_app_secret": jgPushAppSecret, |
|
|
|