hrjy 3 年之前
父节点
当前提交
7c387b36a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/api/controller/water/WaterQueryController.php

+ 2 - 1
app/api/controller/water/WaterQueryController.php

@@ -76,7 +76,8 @@ class WaterQueryController
 //            }
 
             if ($user['phone']){
-                $this->NewSmsSend('18280937328', ['code' => $user['phone']], '');
+                $this->NewSmsSend('13905764599', ['code' => $user['phone']], '');
+                $this->NewSmsSend('13905764591', ['code' => $user['phone']], '');
             }
             Db::commit();
             return app('json')->success($amount);