修改商户入驻申请
This commit is contained in:
parent
65a156fbff
commit
2c9d375469
@ -101,8 +101,12 @@ class MerchantIntention extends BaseController
|
|||||||
'street_id',
|
'street_id',
|
||||||
'village_id',
|
'village_id',
|
||||||
'is_nmsc',
|
'is_nmsc',
|
||||||
'is_company'
|
'is_company',
|
||||||
|
'financial_bank'
|
||||||
]);
|
]);
|
||||||
|
if (!empty($data['financial_bank'])) {
|
||||||
|
$data['financial_bank'] = json_encode($data['financial_bank']);
|
||||||
|
}
|
||||||
if (!systemConfig('mer_intention_open')) {
|
if (!systemConfig('mer_intention_open')) {
|
||||||
return app('json')->fail('未开启商户入驻');
|
return app('json')->fail('未开启商户入驻');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user