Commit e08785c8 by 王岩

保存

parent 87676868
......@@ -50,7 +50,11 @@ jPush() {
-d '{"platform":["android", "ios"],"audience":{"alias":["test_83916"]},"message":{"title":"Update","msg_content":"Update"}}' \
--compressed)
echo $response
sendno=$(echo $response | jq -r '.sendno')
msg_id=$(echo $response | jq -r '.msg_id')
echo $sendno
echo $msg_id
if [ $? -ne 0 ];then
log $? "error"
......
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