瀏覽代碼

sunguidong

zhangguidong 2 年之前
父節點
當前提交
a4ce1443a7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/pay/controller/Pay.php

+ 2 - 2
app/pay/controller/Pay.php

@@ -28,8 +28,8 @@ class Pay extends Controller
 	public function notify()
 	{
         $param = input();
-//        Log::write('pay_notifiy_log:'.json_encode($param), 'notice');
-	    event('PayNotify', []);
+        Log::write('pay_notifiy_log:'.json_encode($param), 'notice');
+	    event('VipPayNotify', $param);
 	}
 	
 	public function payReturn()