From 18b6bf72ae9053ef3418d1cb2a8d3298b2113570 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 23 Apr 2024 13:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8C=BB=E7=94=9F=E4=BD=93?= =?UTF-8?q?=E7=8E=B0=E6=95=B0=E6=8D=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Request/DoctorAccountRequest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Request/DoctorAccountRequest.php b/app/Request/DoctorAccountRequest.php index 290d756..5e337df 100644 --- a/app/Request/DoctorAccountRequest.php +++ b/app/Request/DoctorAccountRequest.php @@ -20,7 +20,7 @@ class DoctorAccountRequest extends FormRequest 'year', ], 'addDoctorWithdrawal' => [ // 发起提现 - 'order_inquiry_id', + 'order_no', 'withdrawal_amount_total', 'bank_card_id', ],