Bläddra i källkod

关闭不必要的短信通知

shish 1 år sedan
förälder
incheckning
777ea2d960

+ 1 - 1
app-ghs/controllers/ApplyController.php

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

+ 1 - 1
app-pt/controllers/ApplyController.php

@@ -75,7 +75,7 @@ class ApplyController extends BaseController
                 $mobile = $apply['mobile'] ?? '';
                 $cf = '15280215347';
                 if (getenv('YII_ENV') == 'production') {
-                    sms::freeSend($mobile . ',' . $cf, '恭喜,开店申请审核通过了,登录后请及时修改密码,如有疑问请联系 {$var}');
+                    //sms::freeSend($mobile . ',' . $cf, '恭喜,开店申请审核通过了,登录后请及时修改密码,如有疑问请联系 {$var}');
                 }
             }
         } catch (\Exception $exception) {

+ 1 - 1
biz-mall/saas/classes/ApplyClass.php

@@ -39,7 +39,7 @@ class ApplyClass extends BaseClass
         $time = time();
         $data['addTime'] = $time;
         $mobile = $data['mobile'];
-        sms::freeSend(15280215347, '客户 ' . $mobile . ' 已提交开店资料,请及时跟进');
+        //sms::freeSend(15280215347, '客户 ' . $mobile . ' 已提交开店资料,请及时跟进');
 
         //邀请人数+1
         $introMerchantId = isset($data['introMerchantId']) ? $data['introMerchantId'] : '';