From 7c03e86a06f00c4d36fc30a531b365047d018a5f Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 05:19:27 +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 35bf133..ae2eab4 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 }