【打包】通知

main
马远征 2023-11-14 14:54:14 +08:00
parent f9906dd84b
commit 35856fbc5c
1 changed files with 1 additions and 1 deletions

2
Tool/BuildTool/to_wechat_robot.sh Normal file → Executable file
View File

@ -23,4 +23,4 @@ MESSAGE="{
echo "$MESSAGE"
# Use curl to send a POST request with the message
#curl -X POST "$NOTE_URL" -H 'Content-Type: application/json' -d "$MESSAGE"
curl -X POST "$NOTE_URL" -H 'Content-Type: application/json' -d "$MESSAGE"