新增获取系统问诊配置接口
This commit is contained in:
@@ -61,9 +61,6 @@ class PatientDoctorService extends BaseService
|
||||
"doctor_id",
|
||||
"user_id",
|
||||
"user_name",
|
||||
"open_id",
|
||||
"status",
|
||||
"iden_auth_status",
|
||||
"multi_point_status",
|
||||
"is_bind_bank",
|
||||
"is_recommend",
|
||||
@@ -74,7 +71,6 @@ class PatientDoctorService extends BaseService
|
||||
"department_custom_id",
|
||||
"department_custom_name",
|
||||
"hospital_id",
|
||||
"hospital_name",
|
||||
"served_patients_num",
|
||||
"praise_rate",
|
||||
"avg_response_time",
|
||||
@@ -137,6 +133,9 @@ class PatientDoctorService extends BaseService
|
||||
}else{
|
||||
$user_doctor['is_display_score'] = true;
|
||||
}
|
||||
|
||||
// 头像
|
||||
$user_doctor['avatar'] = addAliyunOssWebsite($user_doctor['avatar']);
|
||||
}
|
||||
}
|
||||
return success($user_doctors);
|
||||
@@ -161,12 +160,8 @@ class PatientDoctorService extends BaseService
|
||||
"doctor_id",
|
||||
"user_id",
|
||||
"user_name",
|
||||
"open_id",
|
||||
"status",
|
||||
"iden_auth_status",
|
||||
"multi_point_status",
|
||||
"is_bind_bank",
|
||||
"is_recommend",
|
||||
"sex",
|
||||
"age",
|
||||
"avatar",
|
||||
@@ -268,6 +263,9 @@ class PatientDoctorService extends BaseService
|
||||
$result['is_display_score'] = true;
|
||||
}
|
||||
|
||||
// 头像
|
||||
$result['avatar'] = addAliyunOssWebsite($user_doctor['avatar']);
|
||||
|
||||
return success($result);
|
||||
}
|
||||
|
||||
@@ -291,7 +289,6 @@ class PatientDoctorService extends BaseService
|
||||
"doctor_title",
|
||||
"department_custom_name",
|
||||
"hospital_id",
|
||||
"hospital_name",
|
||||
"be_good_at",
|
||||
"brief_introduction",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user