更新机关推送
This commit is contained in:
parent
cea8e97054
commit
85c8a98b07
@ -18,8 +18,8 @@ class JgPush
|
|||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
// $this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54');
|
$this->client = new Client('b5f679f4357018605ea6fd2e', 'c4fb573758f8d7058d697c54');
|
||||||
$this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078');
|
// $this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078');
|
||||||
$this->push = $this->client->push();
|
$this->push = $this->client->push();
|
||||||
$this->setPlatform();
|
$this->setPlatform();
|
||||||
}
|
}
|
||||||
@ -31,7 +31,7 @@ class JgPush
|
|||||||
$groupOrder = app()->make(StoreGroupOrderRepository::class)->get($data['id']);
|
$groupOrder = app()->make(StoreGroupOrderRepository::class)->get($data['id']);
|
||||||
if ($groupOrder) {
|
if ($groupOrder) {
|
||||||
foreach ($groupOrder->orderList as $order) {
|
foreach ($groupOrder->orderList as $order) {
|
||||||
$this->client = new Client('8a5efd65cda14fafa6e64ad3', 'daebe19b547c43128796a078');
|
$this->client = new Client('b5f679f4357018605ea6fd2e', 'b5f679f4357018605ea6fd2e');
|
||||||
$this->push = $this->client->push();
|
$this->push = $this->client->push();
|
||||||
$this->setPlatform();
|
$this->setPlatform();
|
||||||
$route = "/pages/admin/orderDetail/index?id={$order['order_id']}&mer_id={$order['mer_id']}";
|
$route = "/pages/admin/orderDetail/index?id={$order['order_id']}&mer_id={$order['mer_id']}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user