@ -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;
/**