|
|
@@ -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']);
|
|
|
//
|