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