1
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
use App\Constants\DoctorTitleCode;
|
||||
use App\Constants\HttpEnumCode;
|
||||
use App\Model\User as UserModel;
|
||||
use App\Model\UserDoctor as UserDoctorModel;
|
||||
@@ -235,6 +236,9 @@ class LoginService extends BaseService
|
||||
*/
|
||||
public function mobileLogin(): array
|
||||
{
|
||||
$data = DoctorTitleCode::getMessage(1);
|
||||
dump($data);
|
||||
die;
|
||||
$code = $this->request->input('code');
|
||||
$phone = $this->request->input('phone');
|
||||
$user_type = $this->request->input('user_type');
|
||||
|
||||
Reference in New Issue
Block a user