|
|
|
@ -128,6 +128,7 @@ class Customer extends ApiCommon
|
|
|
|
|
if (!empty($customerCheck)) {
|
|
|
|
|
$data['flow_id'] = $customerCheck['flow_id'];
|
|
|
|
|
$data['owner_user_id']=$customerCheck['user_id'];
|
|
|
|
|
$data['customer_check_id']=$customerCheck['customer_check_id'];
|
|
|
|
|
}
|
|
|
|
|
return resultArray(['data' => $data]);
|
|
|
|
|
}
|
|
|
|
|