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);