From 6e4477186ab83a9601253d58eb058bca0a5b0286 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 04:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openresty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index 4563e2f..35bf133 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -32,7 +32,7 @@ function run(){ then url="http://127.0.0.1:3000/finsh" echo "成功回调地址:$url" - curl -X POST -d "name=$1" $url + curl -X POST -d "{'name':'$1'}" $url fi }