修改首页接口
This commit is contained in:
@@ -177,11 +177,11 @@ class IndexService extends BaseService
|
||||
defer(function() use ($wg) {
|
||||
$wg->done();
|
||||
});
|
||||
// $PatientDoctorService = new PatientDoctorService();
|
||||
//
|
||||
// if (!empty($user_info)) {
|
||||
// $my_doctor = $PatientDoctorService->getIndexPatientDoctorLimit($user_info['client_user_id']);
|
||||
// }
|
||||
$PatientDoctorService = new PatientDoctorService();
|
||||
|
||||
if (!empty($user_info)) {
|
||||
$my_doctor = $PatientDoctorService->getIndexPatientDoctorLimit($user_info['client_user_id']);
|
||||
}
|
||||
});
|
||||
|
||||
// 推荐医生
|
||||
|
||||
Reference in New Issue
Block a user