Skip to content

Commit

Permalink
Update ssp-autocheckin.sh
Browse files Browse the repository at this point in the history
pushplus发送地址变更
  • Loading branch information
imkingcn authored Mar 5, 2023
1 parent 04d34de commit 48a15f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssp-autocheckin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ send_message() {
# PushPlus 通知
if [ "${PUSHPLUS_TOKEN}" ]; then
echo -e "token=${PUSHPLUS_TOKEN}&title=${TITLE}&content=${log_text}" >${PUSH_TMP_PATH}
push=$(curl -k -s --data-binary @${PUSH_TMP_PATH} "http://pushplus.hxtrip.com/send")
push=$(curl -k -s --data-binary @${PUSH_TMP_PATH} "http://www.pushplus.plus/send")
push_code=$(echo ${push} | jq -r ".code" 2>&1)
if [ ${push_code} -eq 200 ]; then
echo -e "PushPlus 推送结果: 成功"
Expand Down

0 comments on commit 48a15f0

Please sign in to comment.