|
|
@@ -208,10 +208,10 @@ class PayNotifyLogic extends BaseLogic
|
|
|
// 'order_id' => $order['id'],
|
|
|
// ]
|
|
|
// ]);
|
|
|
-// //更新虚拟订单
|
|
|
-// GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
|
|
|
-// //更新用户等级
|
|
|
-// UserLogic::updateLevel($order['user_id']);
|
|
|
+ //更新虚拟订单
|
|
|
+ GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
|
|
|
+ //更新用户等级
|
|
|
+ UserLogic::updateLevel($order['user_id']);
|
|
|
//
|
|
|
// // 自动小票打印
|
|
|
// self::orderPrint($order['id']);
|