From 9972f7823dae19ba24c2e420266a5b17670c8921 Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 15 Jan 2020 14:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dingdingcallback/receive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dingdingcallback/receive.php b/dingdingcallback/receive.php index 7109226c..1b1a7c9b 100644 --- a/dingdingcallback/receive.php +++ b/dingdingcallback/receive.php @@ -81,7 +81,7 @@ else * 套件创建成功后的回调推送 */ Log::i("DECRYPT MSG SUCCESS " . json_encode($_GET) . " " . $msg); - GetPost_http('http://www.mycht.cn/webht.php/apps/dingtools/recivecallback',$msg,'POST'); + GetPost_http('http://www.mycht.cn/webht.php/apps/dingtools/index/recivecallback',$msg,'POST'); $eventMsg = json_decode($msg); $eventType = $eventMsg->EventType; /**