mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复添加文件类型订阅
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user