新增获取订单问诊评价
This commit is contained in:
@@ -74,6 +74,17 @@ class InquiryController extends AbstractController
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取订单问诊评价
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getInquiryEvaluation(): ResponseInterface
|
||||
{
|
||||
$InquiryService = new InquiryService();
|
||||
$data = $InquiryService->getInquiryEvaluation();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取问诊最低价格
|
||||
* @return ResponseInterface
|
||||
|
||||
Reference in New Issue
Block a user