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