Jelajahi Sumber

新的申请

shish 3 tahun lalu
induk
melakukan
4b52a84c39
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      app-ghs/controllers/ApplyController.php

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

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