修改结束问诊订单

This commit is contained in:
2023-04-17 18:59:23 +08:00
parent 8802a55aa8
commit d249429b2b
5 changed files with 129 additions and 124 deletions
-12
View File
@@ -371,16 +371,4 @@ class UserDoctorController extends AbstractController
$data = $UserDoctorService->addDoctorInquiry();
return $this->response->json($data);
}
/**
* 结束问诊
* @return ResponseInterface
* @throws GuzzleException
*/
public function putDoctorFinishInquiry(): ResponseInterface
{
$UserDoctorService = new UserDoctorService();
$data = $UserDoctorService->putDoctorFinishInquiry();
return $this->response->json($data);
}
}