|
@@ -303,7 +303,6 @@ class AuthController extends Controller
|
|
if(env("APP_DEBUG")){
|
|
if(env("APP_DEBUG")){
|
|
return $this->api(['verify_code' => $verify_code]);
|
|
return $this->api(['verify_code' => $verify_code]);
|
|
}else{
|
|
}else{
|
|
- //product
|
|
|
|
$result = $this->sendSms($msg, $phone);
|
|
$result = $this->sendSms($msg, $phone);
|
|
}
|
|
}
|
|
// $result = $this->sendSms($msg, $phone);
|
|
// $result = $this->sendSms($msg, $phone);
|