Merge pull request '添加返回字段' (#24) from zm into master

Reviewed-on: mengfucius/wkcrm#24
pull/40/head
张萌 2 years ago
commit aaf895df3f

@ -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]);
}

Loading…
Cancel
Save