更新极光推送
This commit is contained in:
parent
a188437bdb
commit
4090218232
@ -444,6 +444,7 @@ class StoreOrderRepository extends BaseRepository
|
||||
} catch (Exception $e) {
|
||||
}
|
||||
}
|
||||
|
||||
Queue::push(SendSmsJob::class, ['tempId' => 'ORDER_PAY_SUCCESS', 'id' => $groupOrder->group_order_id]);
|
||||
Queue::push(SendSmsJob::class, ['tempId' => 'ADMIN_PAY_SUCCESS_CODE', 'id' => $groupOrder->group_order_id]);
|
||||
Queue::push(UserBrokerageLevelJob::class, ['uid' => $groupOrder->uid, 'type' => 'pay_money', 'inc' => $groupOrder->pay_price]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user