|
|
@@ -53,11 +53,7 @@ class InformAdminService extends BaseService
|
|
|
$adminId = $adminShop['adminId'];
|
|
|
$mobile = $data['mobile'];
|
|
|
$isOpen = isset($data['isOpen']) ? $data['isOpen'] : 0;
|
|
|
- if ($isOpen == 1) {
|
|
|
- $merchant = WxOpenService::getWxInfo();
|
|
|
- } else {
|
|
|
- $merchant = MerchantService::getMerchantById($merchantId);
|
|
|
- }
|
|
|
+ $merchant = WxOpenService::getWxInfo();
|
|
|
$hasSend = 0;
|
|
|
$noticeWay = 0;
|
|
|
if ($informWay == 'wx') {
|