|
|
@@ -158,6 +158,8 @@ class ApplyController extends BaseController
|
|
|
ApplyService::replaceGhs($post);
|
|
|
$transaction->commit();
|
|
|
|
|
|
+ $noticeMobile = '15280215347';
|
|
|
+ sms::send($noticeMobile . ',' . $mobile, '有新的批发店申请开店,手机号:{$var}');
|
|
|
noticeUtil::push("供货商 {$shopName} 手机号 {$mobile} 申请开店", '15280215347');
|
|
|
|
|
|
} catch (\Exception $exception) {
|