Commit 28e75d91 by 王岩

.

parent 088b71f5
...@@ -72,7 +72,7 @@ jPush() { ...@@ -72,7 +72,7 @@ jPush() {
echo $(curl -s "https://api.jpush.cn/v3/push" \ echo $(curl -s "https://api.jpush.cn/v3/push" \
-H "Authorization: Basic YjhiNjcyZmY3MjkyNjM1MTkzZjFhNjgwOmJmYWExYTg3YTEwZTNlMTJjNTI0ZmI0OQ==" \ -H "Authorization: Basic YjhiNjcyZmY3MjkyNjM1MTkzZjFhNjgwOmJmYWExYTg3YTEwZTNlMTJjNTI0ZmI0OQ==" \
-H "Content-Type: text/plain;charset=UTF-8" \ -H "Content-Type: text/plain;charset=UTF-8" \
-d '{"platform":["android", "ios"],"audience":{"alias":'$1'},"message":{"title":"user_update","msg_content":"user_update"}}' \ -d '{"platform":["android", "ios"],"audience":{"alias":'$1'},"message":{"title":"Update","msg_content":"Update"}}' \
--compressed) --compressed)
} }
......
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