修正医生评价
This commit is contained in:
@@ -122,6 +122,13 @@ class DoctorInquiryService extends BaseService
|
||||
// 沟通时长(分钟,0为不限制时长)
|
||||
$result['config']['duration'] = $system_inquiry_config['duration'];
|
||||
|
||||
// 系统价格(公益问诊)
|
||||
$result['config']['system_inquiry_price'] = [];
|
||||
if ($inquiry_type == 3)
|
||||
{
|
||||
$result['config']['system_inquiry_price'] = explode(',',$system_inquiry_config['inquiry_price']);
|
||||
}
|
||||
|
||||
return success($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user