shish 3 жил өмнө
parent
commit
4b52a84c39

+ 2 - 0
app-ghs/controllers/ApplyController.php

@@ -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) {