更新
This commit is contained in:
parent
9a822e6267
commit
b15a510c1c
@ -143,7 +143,7 @@ class MerchantIntention extends BaseController
|
||||
'cardno_back',
|
||||
]);
|
||||
|
||||
if (empty($data['bank_username']) || empty($data['bank_opening']) || empty($data['bank_front']) || empty($data['bank_back']) || empty($data['cardno_front']) || empty($data['cardno_back'])) {
|
||||
if (empty($data['bank_username']) || empty($data['bank_opening'])||empty($data['bank_code'])) {
|
||||
return app('json')->fail('请完善银行卡及身份信息');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user