|
|
@@ -200,9 +200,7 @@ class InformAdminClass extends BaseClass
|
|
|
if (empty($shopId)) {
|
|
|
$shopId = MerchantClass::getDefaultShopId($merchant);
|
|
|
}
|
|
|
- echo $shopId;
|
|
|
$adminList = ShopAdminService::getNoticeAdminList($shopId);
|
|
|
- print_r($adminList);
|
|
|
$tm = xhTMessageService::getList(0);
|
|
|
$shortTempId = 'OPENTM201205968';//订单送达通知
|
|
|
$tempId = $tm[$shortTempId];
|
|
|
@@ -229,7 +227,6 @@ class InformAdminClass extends BaseClass
|
|
|
$data['miniprogram']['appid'] = $open['miniAppId'];
|
|
|
$data['miniprogram']['pagepath'] = 'admin/order/detail?id=' . $orderId;
|
|
|
}
|
|
|
- print_r($data);
|
|
|
wxUtil::sendTaskInform($data, $open);
|
|
|
}
|
|
|
}
|