新增商户入驻申请营业执照图片

This commit is contained in:
yaooo 2023-09-14 11:09:30 +08:00
parent c501b14864
commit 1b123432d8

View File

@ -75,6 +75,7 @@ class MerchantIntention extends BaseController
'organization_code' => $data['social_credit_code'] ?? '',
'master_name' => $data['name'],
'master_phone' => $data['phone'],
'images' => !empty($data['images'])?json_encode($data['images']):'',
'city' => $cityId,
'area' => $areaInfo['area_id'] ?? 0,
'street' => $streetId,