修复添加文件类型订阅

This commit is contained in:
whyour
2023-02-14 21:15:32 +08:00
parent dbfa4049f5
commit 0c46606e14
3 changed files with 41 additions and 29 deletions
+4
View File
@@ -27,6 +27,10 @@ add_cron_api() {
local sub_id=$4
fi
if [[ ! $sub_id ]];then
sub_id="null"
fi
local api=$(
curl -s --noproxy "*" "http://0.0.0.0:5600/open/crons?t=$currentTimeStamp" \
-H "Accept: application/json" \