1
This commit is contained in:
parent
d5ccd546da
commit
ab557a857a
@ -50,6 +50,7 @@ class IndexService extends BaseService
|
||||
"is_online",
|
||||
"is_img_expert_reception",
|
||||
"is_img_welfare_reception",
|
||||
"is_img_quick_reception",
|
||||
];
|
||||
|
||||
$doctor = UserDoctorModel::getOne($params, $fields);
|
||||
@ -108,6 +109,7 @@ class IndexService extends BaseService
|
||||
$info['avatar'] = addAliyunOssWebsite($doctor['avatar']);
|
||||
$info['is_img_expert_reception'] = $doctor['is_img_expert_reception'];// 是否参加专家图文接诊(0:否 1:是)
|
||||
$info['is_img_welfare_reception'] = $doctor['is_img_welfare_reception'];// 是否参加公益图文问诊(0:否 1:是)
|
||||
$info['is_img_quick_reception'] = $doctor['is_img_quick_reception'];// 是否参加快速图文接诊(0:否 1:是)
|
||||
$info['praise_rate'] = $doctor['praise_rate'];// 好评率(百分制。回复质量占4、服务态度占3、回复速度占3。每周计算一次)
|
||||
$info['avg_response_time'] = $doctor['avg_response_time'];// 平均响应时间(分钟制)
|
||||
$info['number_of_fans'] = $doctor['number_of_fans'];// 被关注数量
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user