diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index 8b84a2a4..86f321a8 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -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';