更新
This commit is contained in:
parent
479226fd1a
commit
416fbd8ecf
@ -215,7 +215,8 @@ class MerchantIntention extends BaseController
|
|||||||
'cardno_front' => $data['cardno_front'] ?? '',
|
'cardno_front' => $data['cardno_front'] ?? '',
|
||||||
'cardno_back' => $data['cardno_back'] ?? '',
|
'cardno_back' => $data['cardno_back'] ?? '',
|
||||||
'mer_intention_id' => $intentionId,
|
'mer_intention_id' => $intentionId,
|
||||||
'type_id'=>$merInfo['type_id']??''
|
'type_id'=>$merInfo['type_id']??'',
|
||||||
|
'is_company'=>$data['is_company']??'',
|
||||||
|
|
||||||
];
|
];
|
||||||
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
||||||
@ -312,7 +313,8 @@ class MerchantIntention extends BaseController
|
|||||||
'village' => $data['village_id'] ?? '',
|
'village' => $data['village_id'] ?? '',
|
||||||
'address' => $data['address'] ?? '',
|
'address' => $data['address'] ?? '',
|
||||||
'mer_intention_id' => $id,
|
'mer_intention_id' => $id,
|
||||||
'type_id'=>$data['mer_type_id']??''
|
'type_id'=>$data['mer_type_id']??'',
|
||||||
|
'is_company'=>$data['is_company']??'',
|
||||||
|
|
||||||
];
|
];
|
||||||
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user