新增接口 获取服务包关联问诊订单消息内页基础数据
This commit is contained in:
@@ -173,4 +173,15 @@ class InquiryController extends AbstractController
|
||||
$data = $InquiryService->getInquiryVideoMessageBasic();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取服务包关联问诊订单消息内页基础数据
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getInquiryServiceMessageBasic(): ResponseInterface
|
||||
{
|
||||
$InquiryService = new InquiryService();
|
||||
$data = $InquiryService->getInquiryServiceMessageBasic();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user