1
This commit is contained in:
parent
59f9860eb0
commit
1772d4c20f
@ -236,9 +236,6 @@ class LoginService extends BaseService
|
|||||||
*/
|
*/
|
||||||
public function mobileLogin(): array
|
public function mobileLogin(): array
|
||||||
{
|
{
|
||||||
$data = DoctorTitleCode::getMessage(1);
|
|
||||||
dump($data);
|
|
||||||
die;
|
|
||||||
$code = $this->request->input('code');
|
$code = $this->request->input('code');
|
||||||
$phone = $this->request->input('phone');
|
$phone = $this->request->input('phone');
|
||||||
$user_type = $this->request->input('user_type');
|
$user_type = $this->request->input('user_type');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user