|
@@ -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()
|