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');
|
||||
|
||||
@@ -863,6 +863,7 @@ class PatientFamilyService extends BaseService
|
||||
$page = $this->request->input('page', 1);
|
||||
$per_page = $this->request->input('per_page', 10);
|
||||
|
||||
$params = array();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user