可提现问诊订单列表
This commit is contained in:
@@ -57,4 +57,15 @@ class DoctorAccountController extends AbstractController
|
||||
$data = $DoctorAccountService->getDoctorWithdrawal();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取可提现问诊订单列表
|
||||
* @return ResponseInterface
|
||||
*/
|
||||
public function getDoctorWithdrawalOrderList(): ResponseInterface
|
||||
{
|
||||
$DoctorAccountService = new DoctorAccountService();
|
||||
$data = $DoctorAccountService->getDoctorWithdrawalOrderList();
|
||||
return $this->response->json($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user