From cc4cca90af5fe676e1db03bd2a1d7068c24e5dd3 Mon Sep 17 00:00:00 2001 From: gogogogoqq1 <495679584@qq.com> Date: Sun, 18 May 2025 13:37:43 +0800 Subject: [PATCH 1/3] Update pushplus_check.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新新地址 --- pushplus/pushplus/scripts/pushplus_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushplus/pushplus/scripts/pushplus_check.sh b/pushplus/pushplus/scripts/pushplus_check.sh index 86c9384..b7f75d1 100755 --- a/pushplus/pushplus/scripts/pushplus_check.sh +++ b/pushplus/pushplus/scripts/pushplus_check.sh @@ -422,7 +422,7 @@ for nu in ${token_nu}; do pushplus_config_topic=$(dbus get pushplus_config_topic_${nu}) # pushplus_config_channel=`dbus get pushplus_config_channel_${nu}` pushplus_config_channel="wechat" - url="http://pushplus.hxtrip.com/send/${pushplus_config_token}" + url="http://www.pushplus.plus/send/${pushplus_config_token}" reqstr="curl -H \"content-type:application/json\" -X POST -d '{\"template\":\"route\",\"topic\":\""${pushplus_config_topic}"\",\"channel\":\""${pushplus_config_channel}"\",\"title\":\""${pushplus_send_title}"\",\"content\":"${pushplus_send_content}"}' ${url}" result=$(eval ${reqstr}) if [[ -n "$(echo $result | grep "success")" ]]; then From 0a38f6c1365717b7358085b1ca1fffaaa2511088 Mon Sep 17 00:00:00 2001 From: gogogogoqq1 <495679584@qq.com> Date: Sun, 18 May 2025 13:39:15 +0800 Subject: [PATCH 2/3] Update pushplus_dhcp_trigger.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新新地址 --- pushplus/pushplus/scripts/pushplus_dhcp_trigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushplus/pushplus/scripts/pushplus_dhcp_trigger.sh b/pushplus/pushplus/scripts/pushplus_dhcp_trigger.sh index dabba41..9f2d4f7 100755 --- a/pushplus/pushplus/scripts/pushplus_dhcp_trigger.sh +++ b/pushplus/pushplus/scripts/pushplus_dhcp_trigger.sh @@ -147,7 +147,7 @@ for nu in ${token_nu}; do pushplus_config_topic=$(dbus get pushplus_config_topic_${nu}) # pushplus_config_channel=`dbus get pushplus_config_channel_${nu}` pushplus_config_channel="wechat" - url="http://pushplus.hxtrip.com/send/${pushplus_config_token}" + url="http://www.pushplus.plus/send/${pushplus_config_token}" reqstr="curl -H \"content-type:application/json\" -X POST -d '{\"template\":\"route\",\"topic\":\""${pushplus_config_topic}"\",\"channel\":\""${pushplus_config_channel}"\",\"title\":\""${pushplus_send_title}"\",\"content\":"${pushplus_send_content}"}' ${url}" result=$(eval ${reqstr}) if [[ -n "$(echo $result | grep "success")" ]]; then From c7f0e25944e5398cf795555c54e88ab40adbf618 Mon Sep 17 00:00:00 2001 From: gogogogoqq1 <495679584@qq.com> Date: Sun, 18 May 2025 13:40:05 +0800 Subject: [PATCH 3/3] Update pushplus_ifup_trigger.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新新地址 --- pushplus/pushplus/scripts/pushplus_ifup_trigger.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushplus/pushplus/scripts/pushplus_ifup_trigger.sh b/pushplus/pushplus/scripts/pushplus_ifup_trigger.sh index 1409763..fae8a11 100755 --- a/pushplus/pushplus/scripts/pushplus_ifup_trigger.sh +++ b/pushplus/pushplus/scripts/pushplus_ifup_trigger.sh @@ -93,7 +93,7 @@ for nu in ${token_nu}; do pushplus_config_topic=$(dbus get pushplus_config_topic_${nu}) # pushplus_config_channel=`dbus get pushplus_config_channel_${nu}` pushplus_config_channel="wechat" - url="http://pushplus.hxtrip.com/send/${pushplus_config_token}" + url="http://www.pushplus.plus/send/${pushplus_config_token}" reqstr="curl -H \"content-type:application/json\" -X POST -d '{\"template\":\"route\",\"topic\":\""${pushplus_config_topic}"\",\"channel\":\""${pushplus_config_channel}"\",\"title\":\""${pushplus_send_title}"\",\"content\":"${pushplus_send_content}"}' ${url}" result=$(eval ${reqstr}) if [[ -n "$(echo $result | grep "success")" ]]; then