|
|
@@ -189,33 +189,33 @@ class PayNotifyLogic extends BaseLogic
|
|
|
TeamLogic::checkTeamSuccess($order['team_found_id']);
|
|
|
}
|
|
|
|
|
|
- // 消息通知 - 通知买家
|
|
|
- event('Notice', [
|
|
|
- 'scene_id' => NoticeEnum::ORDER_PAY_NOTICE,
|
|
|
- 'params' => [
|
|
|
- 'user_id' => $order['user_id'],
|
|
|
- 'order_id' => $order['id'],
|
|
|
- 'mobile' => $order['address']->mobile,
|
|
|
- ]
|
|
|
- ]);
|
|
|
-
|
|
|
- // 消息通知 - 通知卖家
|
|
|
- $mobile = ConfigService::get('shop', 'mall_contact_mobile', '');
|
|
|
- event('Notice', [
|
|
|
- 'scene_id' => NoticeEnum::SELLER_ORDER_PAY_NOTICE,
|
|
|
- 'params' => [
|
|
|
- 'mobile' => $mobile,
|
|
|
- 'order_id' => $order['id'],
|
|
|
- ]
|
|
|
- ]);
|
|
|
- //更新虚拟订单
|
|
|
- GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
|
|
|
- //更新用户等级
|
|
|
- UserLogic::updateLevel($order['user_id']);
|
|
|
-
|
|
|
- // 自动小票打印
|
|
|
- self::orderPrint($order['id']);
|
|
|
- outFileLog($mobile,'prepay','$ret3');
|
|
|
+// // 消息通知 - 通知买家
|
|
|
+// event('Notice', [
|
|
|
+// 'scene_id' => NoticeEnum::ORDER_PAY_NOTICE,
|
|
|
+// 'params' => [
|
|
|
+// 'user_id' => $order['user_id'],
|
|
|
+// 'order_id' => $order['id'],
|
|
|
+// 'mobile' => $order['address']->mobile,
|
|
|
+// ]
|
|
|
+// ]);
|
|
|
+//
|
|
|
+// // 消息通知 - 通知卖家
|
|
|
+// $mobile = ConfigService::get('shop', 'mall_contact_mobile', '');
|
|
|
+// event('Notice', [
|
|
|
+// 'scene_id' => NoticeEnum::SELLER_ORDER_PAY_NOTICE,
|
|
|
+// 'params' => [
|
|
|
+// 'mobile' => $mobile,
|
|
|
+// 'order_id' => $order['id'],
|
|
|
+// ]
|
|
|
+// ]);
|
|
|
+// //更新虚拟订单
|
|
|
+// GoodsVirtualLogic::afterPayVirtualDelivery($order['id']);
|
|
|
+// //更新用户等级
|
|
|
+// UserLogic::updateLevel($order['user_id']);
|
|
|
+//
|
|
|
+// // 自动小票打印
|
|
|
+// self::orderPrint($order['id']);
|
|
|
+ outFileLog(3,'prepay','$ret3');
|
|
|
}
|
|
|
|
|
|
/**
|