修改 获取患者优惠卷列表 ,增加问诊类型字段
This commit is contained in:
@@ -43,13 +43,13 @@ class UserPatientController extends AbstractController
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function getPatientCouponlist(): ResponseInterface
|
||||
public function getPatientCouponList(): ResponseInterface
|
||||
{
|
||||
$request = $this->container->get(UserPatientRequest::class);
|
||||
$request->scene('getPatientCouponlist')->validateResolved();
|
||||
$request->scene('getPatientCouponList')->validateResolved();
|
||||
|
||||
$UserPatientService = new UserPatientService();
|
||||
$data = $UserPatientService->getPatientCouponlist();
|
||||
$data = $UserPatientService->getPatientCouponList();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user