增加openresty

master
pan 4 years ago
parent a6bad51ff1
commit 7acd40c28d
  1. 4
      shell/updateRisk

@ -30,9 +30,9 @@ function run(){
if [ $isUpdate -eq 1 ]
then
url="http://127.0.0.1:3000/finsh?name=$1"
url="http://127.0.0.1:3000/finsh"
echo "成功回调地址:$url"
curl $url
curl -X POST -d "name=$1" $url
fi
}

Loading…
Cancel
Save