更新
This commit is contained in:
parent
44f915df67
commit
ee6829fd18
@ -204,7 +204,7 @@ class MerchantIntention extends BaseController
|
||||
'cardno_front' => $data['cardno_front'] ?? '',
|
||||
'cardno_back' => $data['cardno_back'] ?? '',
|
||||
'mer_intention_id' => $intentionId,
|
||||
'type_id'=>$data['mer_type_id']??''
|
||||
'type_id'=>$merInfo['type_id']??''
|
||||
|
||||
];
|
||||
$postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';
|
||||
|
Loading…
x
Reference in New Issue
Block a user