moonsflyer 3 mesi fa
parent
commit
08825f666b
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 7 7
      app/common/logic/PayNotifyLogic.php

+ 7 - 7
app/common/logic/PayNotifyLogic.php

@@ -209,13 +209,13 @@ class PayNotifyLogic extends BaseLogic
 //            ]
 //        ]);
 //        //更新虚拟订单
-//        try{
-//            outFileLog(1,'prepay','$ret1');
-//            GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
-//            outFileLog(2,'prepay','$ret2');
-//        } catch (\Throwable $e) {
-//            Log::write($e->__toString(), 'FootprintError');
-//        }
+        try{
+            outFileLog(1,'prepay','$ret1');
+            GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
+            outFileLog(2,'prepay','$ret2');
+        } catch (\Throwable $e) {
+            Log::write($e->__toString(), 'FootprintError');
+        }
 //        //更新用户等级
 //        UserLogic::updateLevel($order['user_id']);
 //