diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index e4a4672f..eef5b90c 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -216,7 +216,7 @@ class MerchantIntention extends BaseController 'cardno_back' => $data['cardno_back'] ?? '', 'mer_intention_id' => $intentionId, 'type_id'=>$merInfo['type_id']??'', - 'is_company'=>$data['is_company']??'', + 'is_company'=>$intenInfo['is_company']??'', ]; $postUrl = env('TASK_WORKER_HOST_URL') . '/adminapi/company/createShopMerchant';