moonsflyer 3 月之前
父節點
當前提交
08825f666b
共有 1 個文件被更改,包括 7 次插入7 次删除
  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']);
 //