Browse Source

sunguidong

zhangguidong 2 năm trước cách đây
mục cha
commit
0a49f346d4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/event.php

+ 3 - 0
app/event.php

@@ -96,6 +96,9 @@ return [
 		'OrderPayNotify' => [
 			'app\event\OrderPayNotify',//商城订单支付异步回调
 		],
+        'VipPayNotify' => [
+            'app\event\VipPayNotify',//商城订单支付异步回调
+        ],
 		//订单创建后执行事件
 		'OrderCreate' => [
 			'app\event\OrderCreateShopMember',  //创建订单后添加店铺关注