Authorization: Bearer ********************
{
"checkInterval": 86400000
}
curl --location --request PATCH 'http://127.0.0.1:9897/api/sub/interval' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkInterval": 86400000
}'
{"success":true,"message":"IP黑名单订阅规则更新间隔设置成功","data":null}