更新
This commit is contained in:
parent
4a543633e3
commit
15715e717c
@ -203,7 +203,9 @@ class MerchantIntention extends BaseController
|
|||||||
'bank_back' => $data['bank_back'] ?? '',
|
'bank_back' => $data['bank_back'] ?? '',
|
||||||
'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'=>$data['mer_type_id']??''
|
||||||
|
|
||||||
];
|
];
|
||||||
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
||||||
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
||||||
@ -297,7 +299,9 @@ class MerchantIntention extends BaseController
|
|||||||
'area' => $data['area_id'] ?? '',
|
'area' => $data['area_id'] ?? '',
|
||||||
'street' => $data['street_id'] ?? '',
|
'street' => $data['street_id'] ?? '',
|
||||||
'address' => $data['address'] ?? '',
|
'address' => $data['address'] ?? '',
|
||||||
'mer_intention_id' => $id
|
'mer_intention_id' => $id,
|
||||||
|
'type_id'=>$data['mer_type_id']??''
|
||||||
|
|
||||||
];
|
];
|
||||||
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
||||||
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
$res = $this->sendMerIntentionApply($sendData, $postUrl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user