修正首页认证状态、新增银行卡
This commit is contained in:
@@ -72,4 +72,15 @@ class UserDoctorController extends AbstractController
|
||||
$data = $DoctorInquiryService->putInquiryConfig();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取医生银行卡
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorBankCard(): ResponseInterface
|
||||
{
|
||||
$UserDoctorService = new UserDoctorService();
|
||||
$data = $UserDoctorService->getDoctorBankCard();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user