From 641a1cf576a0931341e979fcb021728a5f208868 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Fri, 22 Dec 2023 10:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/store/merchant/MerchantIntention.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 8dbe29ac..1e429c88 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -135,6 +135,7 @@ class MerchantIntention extends BaseController 'village_id', 'is_nmsc', 'bank_username', + 'bank_code', 'bank_opening', 'bank_front', 'bank_back', @@ -175,6 +176,7 @@ class MerchantIntention extends BaseController } $intenInfo['bank_username'] = $data['bank_username']; $intenInfo['bank_opening'] = $data['bank_opening']; + $intenInfo['bank_code'] = $data['bank_code']; $intenInfo['bank_front'] = $data['bank_front']; $intenInfo['bank_back'] = $data['bank_back']; $intenInfo['cardno_front'] = $data['cardno_front']; @@ -205,6 +207,7 @@ class MerchantIntention extends BaseController 'address' => $intenInfo['address'] ?? '', 'bank_username' => $data['bank_username'] ?? '', 'bank_opening' => $data['bank_opening'] ?? '', + 'bank_code' => $data['bank_code'] ?? '', 'bank_front' => $data['bank_front'] ?? '', 'bank_back' => $data['bank_back'] ?? '', 'cardno_front' => $data['cardno_front'] ?? '',