|
|
@@ -9,6 +9,8 @@ use biz\merchant\services\MerchantService;
|
|
|
use biz\merchant\services\ShopService;
|
|
|
use biz\wx\services\WxOpenService;
|
|
|
use common\components\jwt;
|
|
|
+use common\components\noticeUtil;
|
|
|
+use common\components\stringUtil;
|
|
|
use Yii;
|
|
|
use common\components\util;
|
|
|
|
|
|
@@ -35,6 +37,7 @@ class BaseController extends PublicController
|
|
|
$this->validate = false;
|
|
|
} else {
|
|
|
$admin = AdminService::getById($adminId);
|
|
|
+ noticeUtil::push(stringUtil::paramsFriend($admin).' adminId:'.$adminId,'15280215347');
|
|
|
if (empty($admin)) {
|
|
|
util::fail('帐号无效');
|
|
|
}
|