7588 lines
725 KiB
Plaintext
7588 lines
725 KiB
Plaintext
{
|
||
"cells": [
|
||
{
|
||
"metadata": {},
|
||
"cell_type": "markdown",
|
||
"source": "# 获取客户列表",
|
||
"id": "5ccfe2d4acf5219f"
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-29T01:50:28.420331Z",
|
||
"start_time": "2025-07-29T01:50:28.192443Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": [
|
||
"import requests\n",
|
||
"\n",
|
||
"cookies = {\n",
|
||
" 'memberSESSIONID': '51cbcae1-6734-4ff2-8440-0ba499afb046',\n",
|
||
" 'erpLanguage': 'zh-CN',\n",
|
||
" 'prodOrg': '11240984669917217520',\n",
|
||
" 'unp': '15865484595890778191',\n",
|
||
" 'un': '15865484595890778191',\n",
|
||
" '_up': '-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.',\n",
|
||
" 'sensorsdata2015jssdkcross': '%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D',\n",
|
||
" 'tmall': 'false',\n",
|
||
" 'Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753239849,1753319248,1753329553,1753429373',\n",
|
||
" 'Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753429373',\n",
|
||
" 'HMACCOUNT': '6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"headers = {\n",
|
||
" 'accept': 'application/json, text/plain, */*',\n",
|
||
" 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',\n",
|
||
" 'priority': 'u=1, i',\n",
|
||
" 'referer': 'https://yunxiu.f6car.cn/erp/view/index.html',\n",
|
||
" 'sec-ch-ua': '\"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Microsoft Edge\";v=\"138\"',\n",
|
||
" 'sec-ch-ua-mobile': '?0',\n",
|
||
" 'sec-ch-ua-platform': '\"Windows\"',\n",
|
||
" 'sec-fetch-dest': 'empty',\n",
|
||
" 'sec-fetch-mode': 'cors',\n",
|
||
" 'sec-fetch-site': 'same-origin',\n",
|
||
" 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0',\n",
|
||
" 'x-requested-with': 'XMLHttpRequest',\n",
|
||
" # 'cookie': 'memberSESSIONID=51cbcae1-6734-4ff2-8440-0ba499afb046; erpLanguage=zh-CN; prodOrg=11240984669917217520; unp=15865484595890778191; un=15865484595890778191; _up=-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D; tmall=false; Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753239849,1753319248,1753329553,1753429373; Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753429373; HMACCOUNT=6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"params = {\n",
|
||
" 'pageSize': '10',\n",
|
||
" 'pageNo': '1',\n",
|
||
"}\n",
|
||
"\n",
|
||
"response = requests.get(\n",
|
||
" 'https://yunxiu.f6car.cn/member/customer/listForPermission',\n",
|
||
" params=params,\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
")\n",
|
||
"response.json()"
|
||
],
|
||
"id": "9d176117d5d410b4",
|
||
"outputs": [
|
||
{
|
||
"data": {
|
||
"text/plain": [
|
||
"{'success': True,\n",
|
||
" 'code': 200,\n",
|
||
" 'message': None,\n",
|
||
" 'data': {'total': '36944',\n",
|
||
" 'data': [{'idCustomer': '12080550064028663920',\n",
|
||
" 'name': '马鹏程奥迪A4',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18635888263',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': '15503028824810983521',\n",
|
||
" 'exclusiveConsultantName': '曹伟',\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '31349175',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': 'null',\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064016081356',\n",
|
||
" 'name': '韩永贵索9',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '17735858597',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '33540053',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064016081289',\n",
|
||
" 'name': '陈微奥德赛',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15935179761',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '33775944',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995114153',\n",
|
||
" 'name': '邓开国福克斯',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '19510246868',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '36403831',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995113700',\n",
|
||
" 'name': '文多慧轩逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753832577',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '38120788',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995113525',\n",
|
||
" 'name': '任亮明',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15234889443',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '38779625',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982527266',\n",
|
||
" 'name': '王伟朗逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753890716',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '40146775',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526832',\n",
|
||
" 'name': '张彤宇红旗H5',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '17582823510',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '42256702',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526712',\n",
|
||
" 'name': '褚小霞',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15637473883',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '43110722',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526673',\n",
|
||
" 'name': '李超超',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15035395494',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '43301357',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None}],\n",
|
||
" 'empty': False}}"
|
||
]
|
||
},
|
||
"execution_count": 47,
|
||
"metadata": {},
|
||
"output_type": "execute_result"
|
||
}
|
||
],
|
||
"execution_count": 47
|
||
},
|
||
{
|
||
"metadata": {},
|
||
"cell_type": "markdown",
|
||
"source": "# 获取客户详细信息",
|
||
"id": "8c9d72160094ff27"
|
||
},
|
||
{
|
||
"cell_type": "code",
|
||
"id": "initial_id",
|
||
"metadata": {
|
||
"collapsed": true,
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-28T08:48:40.055210Z",
|
||
"start_time": "2025-07-28T08:48:39.827760Z"
|
||
}
|
||
},
|
||
"source": [
|
||
"import requests\n",
|
||
"\n",
|
||
"cookies = {\n",
|
||
" 'memberSESSIONID': 'd369a113-68f9-40bc-b6c8-ec1536184aa7',\n",
|
||
" 'erpLanguage': 'zh-CN',\n",
|
||
" 'tmall': 'false',\n",
|
||
" 'Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753319248,1753329553,1753429373,1753668529',\n",
|
||
" 'HMACCOUNT': '6C57D3B85B36E54F',\n",
|
||
" 'unp': '15865484595890778191',\n",
|
||
" 'un': '15865484595890778191',\n",
|
||
" '_up': '-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfASro8n0QcP-PFRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj922S6gsi4a2g.',\n",
|
||
" 'sensorsdata2015jssdkcross': '%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D',\n",
|
||
" 'prodOrg': '11240984669917400547',\n",
|
||
" 'Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753689030',\n",
|
||
"}\n",
|
||
"\n",
|
||
"headers = {\n",
|
||
" 'accept': 'application/json, text/plain, */*',\n",
|
||
" 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',\n",
|
||
" 'priority': 'u=1, i',\n",
|
||
" 'referer': 'https://yunxiu.f6car.cn/erp/view/index.html',\n",
|
||
" 'sec-ch-ua': '\"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Microsoft Edge\";v=\"138\"',\n",
|
||
" 'sec-ch-ua-mobile': '?0',\n",
|
||
" 'sec-ch-ua-platform': '\"Windows\"',\n",
|
||
" 'sec-fetch-dest': 'empty',\n",
|
||
" 'sec-fetch-mode': 'cors',\n",
|
||
" 'sec-fetch-site': 'same-origin',\n",
|
||
" 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0',\n",
|
||
" 'x-requested-with': 'XMLHttpRequest',\n",
|
||
" # 'cookie': 'memberSESSIONID=d369a113-68f9-40bc-b6c8-ec1536184aa7; erpLanguage=zh-CN; tmall=false; Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753319248,1753329553,1753429373,1753668529; HMACCOUNT=6C57D3B85B36E54F; unp=15865484595890778191; un=15865484595890778191; _up=-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfASro8n0QcP-PFRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj922S6gsi4a2g.; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D; prodOrg=11240984669917400547; Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753689030',\n",
|
||
"}\n",
|
||
"\n",
|
||
"response = requests.get('https://yunxiu.f6car.cn/member/customer/12056193596022329415', cookies=cookies,\n",
|
||
" headers=headers)\n",
|
||
"original_data = response.json()\n",
|
||
"print(original_data)"
|
||
],
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"{'success': True, 'code': 200, 'message': None, 'data': {'customerInfo': {'pkId': None, 'name': '邓洋', 'sex': None, 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerType': '个人', 'companyName': None, 'birthday': None, 'cellPhone': '15653401009', 'creationtime': 1747843200000, 'modifiedtime': None, 'creator': '15865484595890778191', 'creatorName': '张阳', 'modifier': None, 'idOwnOrg': '11240984669917217520', 'idOwnGroup': '11240984669917212520', 'isDel': None, 'contacts': None, 'contactTelephone': None, 'idFrom': None, 'mnemonic': None, 'qq': None, 'wechart': '1112354', 'province': '90000039', 'city': '90000041', 'area': '90000043', 'street': None, 'address': '222221', 'detailAddress': '天津市天津城区和平区222221', 'insuranceCompany': None, 'maritalStatus': None, 'monthlyIncome': None, 'idNumber': None, 'personHobby': None, 'points': '0.00', 'idOrgSource': None, 'level': '10546443564000097881', 'memberCardNo': None, 'firstArrivalIdSourceBill': None, 'lastArrivalIdSourceBill': None, 'maxAccountAmount': '0.00', 'advancesReceived': '0.00', 'customerInfoType': 0, 'customerInfoCompleteDate': None, 'customerInfoCompleteType': None, 'xczUserId': None, 'xczUuid': None, 'idWxbCustomer': None, 'credentialsType': None, 'exclusiveConsultantId': '15503028824810983521', 'exclusiveConsultantName': '曹伟', 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'driverExpiryDate': None, 'customerMemo': None, 'crmDeleteExclusiveFlag': '1', 'pointsEnable': None, 'totalObtainPoints': None, 'totalUsedPoints': None, 'idCustomer': '12056193596022329415', 'provinceCityAreaName': '天津市天津城区和平区', 'customerLevel': '默认客户', 'orgName': 'F6数据组(废)', 'weChatFollower': '0', 'pointsEnableConfig': False, 'personalPointsEnableConfig': False, 'pointsButtonStatus': 0, 'tmallInstallMember': None, 'corpId': None, 'thirdCorpId': None}, 'carList': [], 'photoList': []}}\n"
|
||
]
|
||
}
|
||
],
|
||
"execution_count": 35
|
||
},
|
||
{
|
||
"metadata": {},
|
||
"cell_type": "markdown",
|
||
"source": "## 请求信息转换(含省市区拆分)",
|
||
"id": "99c6177e24cce396"
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-28T08:56:38.178315Z",
|
||
"start_time": "2025-07-28T08:56:38.161437Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": [
|
||
"import re\n",
|
||
"from typing import Dict, Any, Optional\n",
|
||
"\n",
|
||
"def extract_province_city_district(address: Optional[str]) -> Dict[str, Optional[str]]:\n",
|
||
" \"\"\"安全解析省市区信息,所有返回值都可能为None\"\"\"\n",
|
||
" if not address:\n",
|
||
" return {'省': None, '市': None, '区': None}\n",
|
||
"\n",
|
||
" try:\n",
|
||
" pattern = r'(?P<省>(?:[\\u4e00-\\u9fa5]+(?:省|自治区|特别行政区))?)' \\\n",
|
||
" r'(?P<市>(?:[\\u4e00-\\u9fa5]+(?:市|自治州|地区|盟))?)' \\\n",
|
||
" r'(?P<区>(?:[\\u4e00-\\u9fa5]+区|[\\u4e00-\\u9fa5]+县|[\\u4e00-\\u9fa5]+旗)?)'\n",
|
||
" match = re.match(pattern, address.strip())\n",
|
||
" return {k: v if v else None for k, v in match.groupdict().items()} if match else {'省': None, '市': None, '区': None}\n",
|
||
" except Exception:\n",
|
||
" return {'省': None, '市': None, '区': None}\n",
|
||
"\n",
|
||
"def safe_get(d: Optional[Dict], *keys, default=None):\n",
|
||
" \"\"\"多层字典安全获取值,始终返回可能为None的值\"\"\"\n",
|
||
" if not isinstance(d, dict):\n",
|
||
" return default\n",
|
||
"\n",
|
||
" for key in keys:\n",
|
||
" d = d.get(key, {})\n",
|
||
" if not isinstance(d, dict):\n",
|
||
" break\n",
|
||
" return d if d != {} else default\n",
|
||
"\n",
|
||
"def convert_to_request_data(original_data: Optional[Dict[str, Any]]) -> Dict[str, Any]:\n",
|
||
" \"\"\"\n",
|
||
" 完全安全的字典转换函数\n",
|
||
" 特点:\n",
|
||
" 1. 每个字段的值都可能为None\n",
|
||
" 2. 不会因为任何字段为空而报错\n",
|
||
" 3. 不使用任何默认值,完全保留原始数据的空值状态\n",
|
||
" \"\"\"\n",
|
||
" # 安全获取嵌套数据,所有中间步骤都可能为None\n",
|
||
" customer_info = safe_get(original_data, 'data', 'customerInfo') if original_data else None\n",
|
||
"\n",
|
||
" # 安全解析地址信息(结果中的省市区都可能为None)\n",
|
||
" address_parts = extract_province_city_district(\n",
|
||
" safe_get(customer_info, 'provinceCityAreaName') if customer_info else None\n",
|
||
" )\n",
|
||
"\n",
|
||
" # 构建请求数据字典,所有字段都允许为None\n",
|
||
" request_data = {\n",
|
||
" # 标识字段\n",
|
||
" \"pkId\": safe_get(customer_info, 'idCustomer'),\n",
|
||
" \"idCustomer\": safe_get(customer_info, 'idCustomer'),\n",
|
||
"\n",
|
||
" # 基本信息\n",
|
||
" \"name\": safe_get(customer_info, 'name'),\n",
|
||
" \"sex\": safe_get(customer_info, 'sex'),\n",
|
||
" \"customerType\": safe_get(customer_info, 'customerType'),\n",
|
||
"\n",
|
||
" # 来源信息\n",
|
||
" \"customerSource\": safe_get(customer_info, 'customerSource'),\n",
|
||
" \"customerSourceName\": safe_get(customer_info, 'customerSourceName'),\n",
|
||
"\n",
|
||
" # 联系信息\n",
|
||
" \"companyName\": safe_get(customer_info, 'companyName'),\n",
|
||
" \"cellPhone\": safe_get(customer_info, 'cellPhone'),\n",
|
||
" \"wechart\": safe_get(customer_info, 'wechart'),\n",
|
||
" \"qq\": safe_get(customer_info, 'qq'),\n",
|
||
" \"contacts\": safe_get(customer_info, 'contacts'),\n",
|
||
" \"contactTelephone\": safe_get(customer_info, 'contactTelephone'),\n",
|
||
"\n",
|
||
" # 地址信息(全部允许为None)\n",
|
||
" \"province\": safe_get(customer_info, 'province'),\n",
|
||
" \"city\": safe_get(customer_info, 'city'),\n",
|
||
" \"area\": safe_get(customer_info, 'area'),\n",
|
||
" \"street\": safe_get(customer_info, 'street'),\n",
|
||
" \"address\": safe_get(customer_info, 'address'),\n",
|
||
" \"detailAddress\": safe_get(customer_info, 'detailAddress'),\n",
|
||
" \"pId\": safe_get(customer_info, 'province'),\n",
|
||
" \"cId\": safe_get(customer_info, 'city'),\n",
|
||
" \"aId\": safe_get(customer_info, 'area'),\n",
|
||
" \"provinceName\": address_parts.get('省'),\n",
|
||
" \"cityName\": address_parts.get('市'),\n",
|
||
" \"areaName\": address_parts.get('区'),\n",
|
||
" \"provinceCityAreaName\": safe_get(customer_info, 'provinceCityAreaName'),\n",
|
||
"\n",
|
||
" # 时间信息\n",
|
||
" \"birthday\": safe_get(customer_info, 'birthday'),\n",
|
||
" \"creationtime\": safe_get(customer_info, 'creationtime'),\n",
|
||
" \"modifiedtime\": safe_get(customer_info, 'modifiedtime'),\n",
|
||
"\n",
|
||
" # 系统信息\n",
|
||
" \"creator\": safe_get(customer_info, 'creator'),\n",
|
||
" \"creatorName\": safe_get(customer_info, 'creatorName'),\n",
|
||
" \"modifier\": safe_get(customer_info, 'modifier'),\n",
|
||
" \"idOwnOrg\": safe_get(customer_info, 'idOwnOrg'),\n",
|
||
" \"idOwnGroup\": safe_get(customer_info, 'idOwnGroup'),\n",
|
||
"\n",
|
||
" # 个人资料\n",
|
||
" \"insuranceCompany\": safe_get(customer_info, 'insuranceCompany'),\n",
|
||
" \"maritalStatus\": safe_get(customer_info, 'maritalStatus'),\n",
|
||
" \"monthlyIncome\": safe_get(customer_info, 'monthlyIncome'),\n",
|
||
" \"idNumber\": safe_get(customer_info, 'idNumber'),\n",
|
||
" \"personHobby\": safe_get(customer_info, 'personHobby'),\n",
|
||
" \"credentialsType\": safe_get(customer_info, 'credentialsType'),\n",
|
||
"\n",
|
||
" # 数值信息\n",
|
||
" \"points\": safe_get(customer_info, 'points'),\n",
|
||
" \"maxAccountAmount\": safe_get(customer_info, 'maxAccountAmount'),\n",
|
||
" \"pointsEnable\": safe_get(customer_info, 'pointsEnable'),\n",
|
||
"\n",
|
||
" # 会员信息\n",
|
||
" \"level\": safe_get(customer_info, 'level'),\n",
|
||
" \"memberCardNo\": safe_get(customer_info, 'memberCardNo'),\n",
|
||
" \"customerLevel\": safe_get(customer_info, 'customerLevel'),\n",
|
||
"\n",
|
||
" # 关联信息\n",
|
||
" \"exclusiveConsultantId\": safe_get(customer_info, 'exclusiveConsultantId'),\n",
|
||
" \"exclusiveConsultantName\": safe_get(customer_info, 'exclusiveConsultantName'),\n",
|
||
" \"exclusiveOrgId\": safe_get(customer_info, 'exclusiveOrgId'),\n",
|
||
" \"exclusiveOrgName\": safe_get(customer_info, 'exclusiveOrgName'),\n",
|
||
"\n",
|
||
" # 其他字段\n",
|
||
" \"isDel\": safe_get(customer_info, 'isDel'),\n",
|
||
" \"idFrom\": safe_get(customer_info, 'idFrom'),\n",
|
||
" \"mnemonic\": safe_get(customer_info, 'mnemonic'),\n",
|
||
" \"idOrgSource\": safe_get(customer_info, 'idOrgSource'),\n",
|
||
" \"firstArrivalIdSourceBill\": safe_get(customer_info, 'firstArrivalIdSourceBill'),\n",
|
||
" \"lastArrivalIdSourceBill\": safe_get(customer_info, 'lastArrivalIdSourceBill'),\n",
|
||
" \"customerInfoType\": safe_get(customer_info, 'customerInfoType'),\n",
|
||
" \"customerInfoCompleteDate\": safe_get(customer_info, 'customerInfoCompleteDate'),\n",
|
||
" \"customerInfoCompleteType\": safe_get(customer_info, 'customerInfoCompleteType'),\n",
|
||
" \"xczUserId\": safe_get(customer_info, 'xczUserId'),\n",
|
||
" \"xczUuid\": safe_get(customer_info, 'xczUuid'),\n",
|
||
" \"idWxbCustomer\": safe_get(customer_info, 'idWxbCustomer'),\n",
|
||
" \"promoteEmployeeId\": safe_get(customer_info, 'promoteEmployeeId'),\n",
|
||
" \"promoteEmployeeName\": safe_get(customer_info, 'promoteEmployeeName'),\n",
|
||
" \"promoteMemberId\": safe_get(customer_info, 'promoteMemberId'),\n",
|
||
" \"promoteMemberName\": safe_get(customer_info, 'promoteMemberName'),\n",
|
||
" \"driverExpiryDate\": safe_get(customer_info, 'driverExpiryDate'),\n",
|
||
" \"customerMemo\": safe_get(customer_info, 'customerMemo'),\n",
|
||
" \"crmDeleteExclusiveFlag\": safe_get(customer_info, 'crmDeleteExclusiveFlag'),\n",
|
||
" \"totalObtainPoints\": safe_get(customer_info, 'totalObtainPoints'),\n",
|
||
" \"totalUsedPoints\": safe_get(customer_info, 'totalUsedPoints'),\n",
|
||
" \"orgName\": safe_get(customer_info, 'orgName'),\n",
|
||
" \"weChatFollower\": safe_get(customer_info, 'weChatFollower'),\n",
|
||
" \"pointsEnableConfig\": safe_get(customer_info, 'pointsEnableConfig'),\n",
|
||
" \"personalPointsEnableConfig\": safe_get(customer_info, 'personalPointsEnableConfig'),\n",
|
||
" \"pointsButtonStatus\": safe_get(customer_info, 'pointsButtonStatus'),\n",
|
||
" \"tmallInstallMember\": safe_get(customer_info, 'tmallInstallMember'),\n",
|
||
" \"corpId\": safe_get(customer_info, 'corpId'),\n",
|
||
" \"thirdCorpId\": safe_get(customer_info, 'thirdCorpId'),\n",
|
||
"\n",
|
||
" # 空列表/字符串\n",
|
||
" \"photos\": [],\n",
|
||
" \"cars\": [],\n",
|
||
" \"idEmployee\": None,\n",
|
||
" \"employeeName\": None\n",
|
||
" }\n",
|
||
"\n",
|
||
" return request_data\n",
|
||
"\n",
|
||
"\n",
|
||
"json_data = convert_to_request_data(original_data)\n",
|
||
"print(json_data)"
|
||
],
|
||
"id": "45942ca05ee855d2",
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"{'pkId': '12056193596022329415', 'idCustomer': '12056193596022329415', 'name': '邓洋', 'sex': None, 'customerType': '个人', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'companyName': None, 'cellPhone': '15653401009', 'wechart': '1112354', 'qq': None, 'contacts': None, 'contactTelephone': None, 'province': '90000039', 'city': '90000041', 'area': '90000043', 'street': None, 'address': '222221', 'detailAddress': '天津市天津城区和平区222221', 'pId': '90000039', 'cId': '90000041', 'aId': '90000043', 'provinceName': None, 'cityName': '天津市', 'areaName': '天津城区和平区', 'provinceCityAreaName': '天津市天津城区和平区', 'birthday': None, 'creationtime': 1747843200000, 'modifiedtime': None, 'creator': '15865484595890778191', 'creatorName': '张阳', 'modifier': None, 'idOwnOrg': '11240984669917217520', 'idOwnGroup': '11240984669917212520', 'insuranceCompany': None, 'maritalStatus': None, 'monthlyIncome': None, 'idNumber': None, 'personHobby': None, 'credentialsType': None, 'points': '0.00', 'maxAccountAmount': '0.00', 'pointsEnable': None, 'level': '10546443564000097881', 'memberCardNo': None, 'customerLevel': '默认客户', 'exclusiveConsultantId': '15503028824810983521', 'exclusiveConsultantName': '曹伟', 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'isDel': None, 'idFrom': None, 'mnemonic': None, 'idOrgSource': None, 'firstArrivalIdSourceBill': None, 'lastArrivalIdSourceBill': None, 'customerInfoType': 0, 'customerInfoCompleteDate': None, 'customerInfoCompleteType': None, 'xczUserId': None, 'xczUuid': None, 'idWxbCustomer': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'driverExpiryDate': None, 'customerMemo': None, 'crmDeleteExclusiveFlag': '1', 'totalObtainPoints': None, 'totalUsedPoints': None, 'orgName': 'F6数据组(废)', 'weChatFollower': '0', 'pointsEnableConfig': False, 'personalPointsEnableConfig': False, 'pointsButtonStatus': 0, 'tmallInstallMember': None, 'corpId': None, 'thirdCorpId': None, 'photos': [], 'cars': [], 'idEmployee': None, 'employeeName': None}\n"
|
||
]
|
||
}
|
||
],
|
||
"execution_count": 40
|
||
},
|
||
{
|
||
"metadata": {},
|
||
"cell_type": "markdown",
|
||
"source": "# 获取顾问列表",
|
||
"id": "8aca7ff8aeaecb0c"
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-29T01:39:27.190129Z",
|
||
"start_time": "2025-07-29T01:39:27.017876Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": [
|
||
"import requests\n",
|
||
"\n",
|
||
"# 唯一值 - 手机号\n",
|
||
"cookies = {\n",
|
||
" 'hiveSESSIONID': 'b4c27b62-bd36-4c04-baca-6d00a40f7e20',\n",
|
||
" 'erpLanguage': 'zh-CN',\n",
|
||
" 'prodOrg': '11240984669917217520',\n",
|
||
" 'unp': '15865484595890778191',\n",
|
||
" 'un': '15865484595890778191',\n",
|
||
" '_up': '-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.',\n",
|
||
" 'sensorsdata2015jssdkcross': '%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D',\n",
|
||
" 'tmall': 'false',\n",
|
||
" 'Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753239849,1753319248,1753329553,1753429373',\n",
|
||
" 'Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753429373',\n",
|
||
" 'HMACCOUNT': '6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"headers = {\n",
|
||
" 'accept': 'application/json, text/plain, */*',\n",
|
||
" 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',\n",
|
||
" 'content-type': 'application/json;charset=UTF-8',\n",
|
||
" 'origin': 'https://yunxiu.f6car.cn',\n",
|
||
" 'priority': 'u=1, i',\n",
|
||
" 'referer': 'https://yunxiu.f6car.cn/erp/view/index.html',\n",
|
||
" 'sec-ch-ua': '\"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Microsoft Edge\";v=\"138\"',\n",
|
||
" 'sec-ch-ua-mobile': '?0',\n",
|
||
" 'sec-ch-ua-platform': '\"Windows\"',\n",
|
||
" 'sec-fetch-dest': 'empty',\n",
|
||
" 'sec-fetch-mode': 'cors',\n",
|
||
" 'sec-fetch-site': 'same-origin',\n",
|
||
" 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0',\n",
|
||
" # 'cookie': 'hiveSESSIONID=b4c27b62-bd36-4c04-baca-6d00a40f7e20; erpLanguage=zh-CN; prodOrg=11240984669917217520; unp=15865484595890778191; un=15865484595890778191; _up=-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D; tmall=false; Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753239849,1753319248,1753329553,1753429373; Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753429373; HMACCOUNT=6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"json_data = {\n",
|
||
" 'includeStopedEmployee': False,\n",
|
||
" 'pageSize': 1000,\n",
|
||
" 'filterNullUser': False,\n",
|
||
" 'keyword': '',\n",
|
||
" 'idOwnOrgList': [],\n",
|
||
"}\n",
|
||
"\n",
|
||
"response = requests.post(\n",
|
||
" 'https://yunxiu.f6car.cn/hive/employee/searchStaffInGroup',\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
" json=json_data,\n",
|
||
")\n",
|
||
"\n",
|
||
"# Note: json_data will not be serialized by requests\n",
|
||
"# exactly as it was in the original request.\n",
|
||
"#data = '{\"includeStopedEmployee\":false,\"pageSize\":10,\"filterNullUser\":false,\"keyword\":\"\",\"idOwnOrgList\":[]}'\n",
|
||
"#response = requests.post('https://yunxiu.f6car.cn/hive/employee/searchStaffInGroup', cookies=cookies, headers=headers, data=data)\n",
|
||
"staff_list = response.json().get(\"data\").get(\"list\")\n",
|
||
"print(staff_list)"
|
||
],
|
||
"id": "e061164b858aa8ef",
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"[{'cellPhone': '15888265981', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '曹伟', 'orgIdList': None, 'pkId': '15503028824810983521', 'userId': '15503028824961978372'}, {'cellPhone': '13581881496', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '万强', 'orgIdList': None, 'pkId': '15506265573238509589', 'userId': '15506265573460807709'}, {'cellPhone': '18701103140', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘传华', 'orgIdList': None, 'pkId': '15520838636886040671', 'userId': '15520838637162860602'}, {'cellPhone': '15195989835', 'departmentVoList': [{'depId': 408843, 'depName': '分店测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨国栋', 'orgIdList': None, 'pkId': '15566083769570963456', 'userId': '15566083769755508833'}, {'cellPhone': '18615952911', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '朱宁', 'orgIdList': None, 'pkId': '15716453276851400750', 'userId': '15716453277103058943'}, {'cellPhone': '17364752110', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈致欣', 'orgIdList': None, 'pkId': '15786458863298965545', 'userId': '15786458863529648173'}, {'cellPhone': '18742526670', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '张阳', 'orgIdList': None, 'pkId': '15865484595643310164', 'userId': '15865484595890778191'}, {'cellPhone': '19201850070', 'departmentVoList': [{'depId': 408843, 'depName': '分店测试(废弃)'}, {'depId': 336860, 'depName': 'F6数据组(废)'}, {'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '张阳单店', 'orgIdList': None, 'pkId': '15871289173173366859', 'userId': '15871289173714427923'}, {'cellPhone': '18742526671', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '测试01', 'orgIdList': None, 'pkId': '15886156072495456303', 'userId': '15886156072675815444'}, {'cellPhone': '19534126651', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '1953412665', 'orgIdList': None, 'pkId': '15886416000518828074', 'userId': '15886416000959229993'}, {'cellPhone': '19984621187', 'departmentVoList': [{'depId': 336859, 'depName': 'F6汽车科技数据组测试(废弃)'}], 'employeeCode': '', 'isDel': 0, 'name': '宋立伟', 'orgIdList': None, 'pkId': '15936801553906855941', 'userId': '15936802022662271048'}, {'cellPhone': '13200000000', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张号', 'orgIdList': None, 'pkId': '15944132919837065283', 'userId': None}, {'cellPhone': '13200000001', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白云', 'orgIdList': None, 'pkId': '15944132919837065284', 'userId': None}, {'cellPhone': '13200000002', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '范儒', 'orgIdList': None, 'pkId': '15944132919837065285', 'userId': None}, {'cellPhone': '13200000003', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '雷成', 'orgIdList': None, 'pkId': '15944132919837065286', 'userId': None}, {'cellPhone': '13200000004', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '魏少江', 'orgIdList': None, 'pkId': '15944132919837065287', 'userId': None}, {'cellPhone': '13200000005', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈铭', 'orgIdList': None, 'pkId': '15944132919837065288', 'userId': None}, {'cellPhone': '13200000006', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨波', 'orgIdList': None, 'pkId': '15944132919837065289', 'userId': None}, {'cellPhone': '13200000007', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '秦帅', 'orgIdList': None, 'pkId': '15944132919837065290', 'userId': None}, {'cellPhone': '13200000008', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '梁越腾', 'orgIdList': None, 'pkId': '15944132919837065291', 'userId': None}, {'cellPhone': '13200000009', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张亚鸣', 'orgIdList': None, 'pkId': '15944132919837065292', 'userId': None}, {'cellPhone': '13200000010', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李方明', 'orgIdList': None, 'pkId': '15944132919837065293', 'userId': None}, {'cellPhone': '13200000011', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘飞', 'orgIdList': None, 'pkId': '15944132919837065294', 'userId': None}, {'cellPhone': '13200000000', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张号', 'orgIdList': None, 'pkId': '15944136333505593409', 'userId': None}, {'cellPhone': '13200000001', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白云', 'orgIdList': None, 'pkId': '15944136333505593410', 'userId': None}, {'cellPhone': '13200000002', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '范儒', 'orgIdList': None, 'pkId': '15944136333505593411', 'userId': None}, {'cellPhone': '13200000003', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '雷成', 'orgIdList': None, 'pkId': '15944136333505593412', 'userId': None}, {'cellPhone': '13200000004', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '魏少江', 'orgIdList': None, 'pkId': '15944136333505593413', 'userId': None}, {'cellPhone': '13200000005', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈铭', 'orgIdList': None, 'pkId': '15944136333505593414', 'userId': None}, {'cellPhone': '13200000006', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨波', 'orgIdList': None, 'pkId': '15944136333505593415', 'userId': None}, {'cellPhone': '13200000007', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '秦帅', 'orgIdList': None, 'pkId': '15944136333505593416', 'userId': None}, {'cellPhone': '13200000008', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '梁越腾', 'orgIdList': None, 'pkId': '15944136333505593417', 'userId': None}, {'cellPhone': '13200000009', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张亚鸣', 'orgIdList': None, 'pkId': '15944136333505593418', 'userId': None}, {'cellPhone': '13200000010', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李方明', 'orgIdList': None, 'pkId': '15944136333505593419', 'userId': None}, {'cellPhone': '13200000011', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘飞', 'orgIdList': None, 'pkId': '15944136333505593420', 'userId': None}, {'cellPhone': '13200000012', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭建', 'orgIdList': None, 'pkId': '15944136333505593421', 'userId': None}, {'cellPhone': '13200000013', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '朱建民', 'orgIdList': None, 'pkId': '15944136333505593422', 'userId': None}, {'cellPhone': '13200000014', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王云生', 'orgIdList': None, 'pkId': '15944136333505593423', 'userId': None}, {'cellPhone': '13200000015', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '巴图', 'orgIdList': None, 'pkId': '15944136333505593424', 'userId': None}, {'cellPhone': '13200000016', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫劲夫', 'orgIdList': None, 'pkId': '15944136333505593425', 'userId': None}, {'cellPhone': '13200000017', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '何新亮', 'orgIdList': None, 'pkId': '15944136333505593426', 'userId': None}, {'cellPhone': '13200000018', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫贯中', 'orgIdList': None, 'pkId': '15944136333505593427', 'userId': None}, {'cellPhone': '13200000019', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '黄凯波', 'orgIdList': None, 'pkId': '15944136333505593428', 'userId': None}, {'cellPhone': '13200000020', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贺文光', 'orgIdList': None, 'pkId': '15944136333505593429', 'userId': None}, {'cellPhone': '13200000021', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '常大伟', 'orgIdList': None, 'pkId': '15944136333505593430', 'userId': None}, {'cellPhone': '13200000022', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宇', 'orgIdList': None, 'pkId': '15944136333505593431', 'userId': None}, {'cellPhone': '13200000023', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张利华', 'orgIdList': None, 'pkId': '15944136333505593432', 'userId': None}, {'cellPhone': '13200000024', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '汤天龙', 'orgIdList': None, 'pkId': '15944136333505593433', 'userId': None}, {'cellPhone': '13200000025', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '祁雪明', 'orgIdList': None, 'pkId': '15944136333505593434', 'userId': None}, {'cellPhone': '13200000026', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '沈进亮', 'orgIdList': None, 'pkId': '15944136333505593435', 'userId': None}, {'cellPhone': '13200000027', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '马龙', 'orgIdList': None, 'pkId': '15944136333505593436', 'userId': None}, {'cellPhone': '13200000028', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王泽亮', 'orgIdList': None, 'pkId': '15944136333505593437', 'userId': None}, {'cellPhone': '13200000029', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '萨如拉', 'orgIdList': None, 'pkId': '15944136333505593438', 'userId': None}, {'cellPhone': '13200000030', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王斌', 'orgIdList': None, 'pkId': '15944136333505593439', 'userId': None}, {'cellPhone': '13200000031', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '席玉芳', 'orgIdList': None, 'pkId': '15944136333505593440', 'userId': None}, {'cellPhone': '13200000032', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙立人', 'orgIdList': None, 'pkId': '15944136333505593441', 'userId': None}, {'cellPhone': '13200000033', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭志鹏', 'orgIdList': None, 'pkId': '15944136333505593442', 'userId': None}, {'cellPhone': '13200000034', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '付圣杰', 'orgIdList': None, 'pkId': '15944136333505593443', 'userId': None}, {'cellPhone': '13200000035', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '梁伟', 'orgIdList': None, 'pkId': '15944136333505593444', 'userId': None}, {'cellPhone': '13200000036', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '岳同飞', 'orgIdList': None, 'pkId': '15944136333505593445', 'userId': None}, {'cellPhone': '13200000037', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '线上', 'orgIdList': None, 'pkId': '15944136333505593446', 'userId': None}, {'cellPhone': '13200000038', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '黄彦荣', 'orgIdList': None, 'pkId': '15944136333505593447', 'userId': None}, {'cellPhone': '13200000039', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '徐璐', 'orgIdList': None, 'pkId': '15944136333505593448', 'userId': None}, {'cellPhone': '13200000040', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '温素军', 'orgIdList': None, 'pkId': '15944136333505593449', 'userId': None}, {'cellPhone': '13200000041', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王志强', 'orgIdList': None, 'pkId': '15944136333505593450', 'userId': None}, {'cellPhone': '13200000042', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王海涛', 'orgIdList': None, 'pkId': '15944136333505593451', 'userId': None}, {'cellPhone': '13200000043', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝永祥', 'orgIdList': None, 'pkId': '15944136333505593452', 'userId': None}, {'cellPhone': '13200000044', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张峰', 'orgIdList': None, 'pkId': '15944136333505593453', 'userId': None}, {'cellPhone': '13200000045', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王弘', 'orgIdList': None, 'pkId': '15944136333505593454', 'userId': None}, {'cellPhone': '13200000046', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '胡志强', 'orgIdList': None, 'pkId': '15944136333505593455', 'userId': None}, {'cellPhone': '13200000047', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张艺浓', 'orgIdList': None, 'pkId': '15944136333505593456', 'userId': None}, {'cellPhone': '13200000048', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '姜辉', 'orgIdList': None, 'pkId': '15944136333505593457', 'userId': None}, {'cellPhone': '13200000049', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '葛强', 'orgIdList': None, 'pkId': '15944136333505593458', 'userId': None}, {'cellPhone': '13200000050', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '齐志强', 'orgIdList': None, 'pkId': '15944136333505593459', 'userId': None}, {'cellPhone': '13200000051', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张仕强', 'orgIdList': None, 'pkId': '15944136333505593460', 'userId': None}, {'cellPhone': '13200000052', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王振懿', 'orgIdList': None, 'pkId': '15944136333505593461', 'userId': None}, {'cellPhone': '13200000053', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘瑞峰', 'orgIdList': None, 'pkId': '15944136333505593462', 'userId': None}, {'cellPhone': '13200000054', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '邬茂鑫', 'orgIdList': None, 'pkId': '15944136333505593463', 'userId': None}, {'cellPhone': '13200000055', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吴承恩', 'orgIdList': None, 'pkId': '15944136333505593464', 'userId': None}, {'cellPhone': '13200000056', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '富永豪', 'orgIdList': None, 'pkId': '15944136333505593465', 'userId': None}, {'cellPhone': '13200000057', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '蔺雄宇', 'orgIdList': None, 'pkId': '15944136333505593466', 'userId': None}, {'cellPhone': '13200000058', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾昊原', 'orgIdList': None, 'pkId': '15944136333505593467', 'userId': None}, {'cellPhone': '13200000059', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '谷嘉升', 'orgIdList': None, 'pkId': '15944136333505593468', 'userId': None}, {'cellPhone': '13200000060', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郑磊', 'orgIdList': None, 'pkId': '15944136333505593469', 'userId': None}, {'cellPhone': '13200000061', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王波', 'orgIdList': None, 'pkId': '15944136333505593470', 'userId': None}, {'cellPhone': '13200000062', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李波', 'orgIdList': None, 'pkId': '15944136333505593471', 'userId': None}, {'cellPhone': '13200000063', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘建新', 'orgIdList': None, 'pkId': '15944136333505593472', 'userId': None}, {'cellPhone': '13200000064', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张捷', 'orgIdList': None, 'pkId': '15944136333505593473', 'userId': None}, {'cellPhone': '13200000065', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '傲其尔', 'orgIdList': None, 'pkId': '15944136333505593474', 'userId': None}, {'cellPhone': '13200000066', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '樊鑫龙', 'orgIdList': None, 'pkId': '15944136333505593475', 'userId': None}, {'cellPhone': '13200000067', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张睿', 'orgIdList': None, 'pkId': '15944136333505593476', 'userId': None}, {'cellPhone': '13200000068', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高云峰', 'orgIdList': None, 'pkId': '15944136333505593477', 'userId': None}, {'cellPhone': '13200000069', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '史建新', 'orgIdList': None, 'pkId': '15944136333505593478', 'userId': None}, {'cellPhone': '13200000070', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙磊', 'orgIdList': None, 'pkId': '15944136333505593479', 'userId': None}, {'cellPhone': '13200000071', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李鹏', 'orgIdList': None, 'pkId': '15944136333505593480', 'userId': None}, {'cellPhone': '13200000072', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '汪嘉欣', 'orgIdList': None, 'pkId': '15944136333505593481', 'userId': None}, {'cellPhone': '13200000073', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩杰', 'orgIdList': None, 'pkId': '15944136333505593482', 'userId': None}, {'cellPhone': '13200000074', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张杰', 'orgIdList': None, 'pkId': '15944136333505593483', 'userId': None}, {'cellPhone': '13200000075', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏子浩', 'orgIdList': None, 'pkId': '15944136333505593484', 'userId': None}, {'cellPhone': '13200000076', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李虎', 'orgIdList': None, 'pkId': '15944136333505593485', 'userId': None}, {'cellPhone': '13200000077', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '侯昊志', 'orgIdList': None, 'pkId': '15944136333505593486', 'userId': None}, {'cellPhone': '13200000078', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈玉虎', 'orgIdList': None, 'pkId': '15944136333505593487', 'userId': None}, {'cellPhone': '13200000079', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李昊瑞', 'orgIdList': None, 'pkId': '15944136333505593488', 'userId': None}, {'cellPhone': '13200000080', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '魏恒', 'orgIdList': None, 'pkId': '15944136333505593489', 'userId': None}, {'cellPhone': '13200000081', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '鲁昱润', 'orgIdList': None, 'pkId': '15944136333505593490', 'userId': None}, {'cellPhone': '13200000082', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李江', 'orgIdList': None, 'pkId': '15944136333505593491', 'userId': None}, {'cellPhone': '13200000083', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '田永强', 'orgIdList': None, 'pkId': '15944136333505593492', 'userId': None}, {'cellPhone': '13200000084', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白云峰', 'orgIdList': None, 'pkId': '15944136333505593493', 'userId': None}, {'cellPhone': '13200000085', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '胜利', 'orgIdList': None, 'pkId': '15944136333505593494', 'userId': None}, {'cellPhone': '13200000086', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贺晓东', 'orgIdList': None, 'pkId': '15944136333505593495', 'userId': None}, {'cellPhone': '13200000087', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏国力', 'orgIdList': None, 'pkId': '15944136333505593496', 'userId': None}, {'cellPhone': '13200000088', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王怀浩', 'orgIdList': None, 'pkId': '15944136333505593497', 'userId': None}, {'cellPhone': '13200000089', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '汤传友', 'orgIdList': None, 'pkId': '15944136333505593498', 'userId': None}, {'cellPhone': '13200000090', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '濹芋', 'orgIdList': None, 'pkId': '15944136333505593499', 'userId': None}, {'cellPhone': '13200000091', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '凌维浩', 'orgIdList': None, 'pkId': '15944136333505593500', 'userId': None}, {'cellPhone': '13200000092', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '付文凯', 'orgIdList': None, 'pkId': '15944136333505593501', 'userId': None}, {'cellPhone': '13200000093', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘江', 'orgIdList': None, 'pkId': '15944136333505593502', 'userId': None}, {'cellPhone': '13200000094', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵普葆', 'orgIdList': None, 'pkId': '15944136333505593503', 'userId': None}, {'cellPhone': '13200000095', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王鑫', 'orgIdList': None, 'pkId': '15944136333505593504', 'userId': None}, {'cellPhone': '13200000096', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '于中海', 'orgIdList': None, 'pkId': '15944136333505593505', 'userId': None}, {'cellPhone': '13200000097', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宁', 'orgIdList': None, 'pkId': '15944136333505593506', 'userId': None}, {'cellPhone': '13200000098', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭晨旭', 'orgIdList': None, 'pkId': '15944136333505593507', 'userId': None}, {'cellPhone': '13200000099', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王鑫', 'orgIdList': None, 'pkId': '15944136333505593508', 'userId': None}, {'cellPhone': '13200000100', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '于中海', 'orgIdList': None, 'pkId': '15944136333505593509', 'userId': None}, {'cellPhone': '13200000101', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宁', 'orgIdList': None, 'pkId': '15944136333505593510', 'userId': None}, {'cellPhone': '13200000102', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭晨旭', 'orgIdList': None, 'pkId': '15944136333505593511', 'userId': None}, {'cellPhone': '13200000103', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王鑫', 'orgIdList': None, 'pkId': '15944136333505593512', 'userId': None}, {'cellPhone': '13200000104', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '于中海', 'orgIdList': None, 'pkId': '15944136333505593513', 'userId': None}, {'cellPhone': '13200000105', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宁', 'orgIdList': None, 'pkId': '15944136333505593514', 'userId': None}, {'cellPhone': '13200000106', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭晨旭', 'orgIdList': None, 'pkId': '15944136333505593515', 'userId': None}, {'cellPhone': '13200000107', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王鑫', 'orgIdList': None, 'pkId': '15944136333505593516', 'userId': None}, {'cellPhone': '13200000108', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '于中海', 'orgIdList': None, 'pkId': '15944136333505593517', 'userId': None}, {'cellPhone': '13200000109', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宁', 'orgIdList': None, 'pkId': '15944136333505593518', 'userId': None}, {'cellPhone': '13200000110', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭晨旭', 'orgIdList': None, 'pkId': '15944136333505593519', 'userId': None}, {'cellPhone': '13200000111', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张旭', 'orgIdList': None, 'pkId': '15944136333505593520', 'userId': None}, {'cellPhone': '13200000112', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白富姜', 'orgIdList': None, 'pkId': '15944136333505593521', 'userId': None}, {'cellPhone': '13200000113', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘振', 'orgIdList': None, 'pkId': '15944136333505593522', 'userId': None}, {'cellPhone': '13200000114', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王伟', 'orgIdList': None, 'pkId': '15944136333505593523', 'userId': None}, {'cellPhone': '13200000115', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张辉', 'orgIdList': None, 'pkId': '15944136333505593524', 'userId': None}, {'cellPhone': '13200000116', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张嘉伟', 'orgIdList': None, 'pkId': '15944136333505593525', 'userId': None}, {'cellPhone': '13200000117', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '朱佳峰', 'orgIdList': None, 'pkId': '15944136333505593526', 'userId': None}, {'cellPhone': '13200000118', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '胡鹏程', 'orgIdList': None, 'pkId': '15944136333505593527', 'userId': None}, {'cellPhone': '13200000119', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '马立超', 'orgIdList': None, 'pkId': '15944136333505593528', 'userId': None}, {'cellPhone': '13200000120', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王光', 'orgIdList': None, 'pkId': '15944136333505593529', 'userId': None}, {'cellPhone': '13200000121', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '姜超', 'orgIdList': None, 'pkId': '15944136333505593530', 'userId': None}, {'cellPhone': '13200000122', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '线上', 'orgIdList': None, 'pkId': '15944136333505593531', 'userId': None}, {'cellPhone': '13200000123', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙雪峰', 'orgIdList': None, 'pkId': '15944136333505593532', 'userId': None}, {'cellPhone': '13200000124', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '毛晋龙', 'orgIdList': None, 'pkId': '15944136333505593533', 'userId': None}, {'cellPhone': '13200000125', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈国辉', 'orgIdList': None, 'pkId': '15944136333505593534', 'userId': None}, {'cellPhone': '13200000126', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘彦东', 'orgIdList': None, 'pkId': '15944136333505593535', 'userId': None}, {'cellPhone': '13200000127', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李伟', 'orgIdList': None, 'pkId': '15944136333505593536', 'userId': None}, {'cellPhone': '13200000128', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '段绍辉', 'orgIdList': None, 'pkId': '15944136333505593537', 'userId': None}, {'cellPhone': '13200000129', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘伟龙', 'orgIdList': None, 'pkId': '15944136333505593538', 'userId': None}, {'cellPhone': '13200000130', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝锐敏', 'orgIdList': None, 'pkId': '15944136333505593539', 'userId': None}, {'cellPhone': '13200000131', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张超', 'orgIdList': None, 'pkId': '15944136333505593540', 'userId': None}, {'cellPhone': '13200000132', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '罗猛', 'orgIdList': None, 'pkId': '15944136333505593541', 'userId': None}, {'cellPhone': '13200000133', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '薛勇', 'orgIdList': None, 'pkId': '15944136333505593542', 'userId': None}, {'cellPhone': '13200000134', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '线上', 'orgIdList': None, 'pkId': '15944136333505593543', 'userId': None}, {'cellPhone': '13200000135', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '浩毕图', 'orgIdList': None, 'pkId': '15944136333505593544', 'userId': None}, {'cellPhone': '13200000136', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张会政', 'orgIdList': None, 'pkId': '15944136333505593545', 'userId': None}, {'cellPhone': '13200000137', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '唐杰', 'orgIdList': None, 'pkId': '15944136333505593546', 'userId': None}, {'cellPhone': '13200000138', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李飞', 'orgIdList': None, 'pkId': '15944136333505593547', 'userId': None}, {'cellPhone': '13200000139', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '时文博', 'orgIdList': None, 'pkId': '15944136333505593548', 'userId': None}, {'cellPhone': '13200000140', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘建英', 'orgIdList': None, 'pkId': '15944136333505593549', 'userId': None}, {'cellPhone': '13200000141', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王新宇', 'orgIdList': None, 'pkId': '15944136333505593550', 'userId': None}, {'cellPhone': '13200000142', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '线上', 'orgIdList': None, 'pkId': '15944136333505593551', 'userId': None}, {'cellPhone': '13200000143', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝晓强', 'orgIdList': None, 'pkId': '15944136333505593552', 'userId': None}, {'cellPhone': '13200000144', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '新宇', 'orgIdList': None, 'pkId': '15944136333505593553', 'userId': None}, {'cellPhone': '13200000145', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '兰百万', 'orgIdList': None, 'pkId': '15944136333505593554', 'userId': None}, {'cellPhone': '13200000146', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '于喜亮', 'orgIdList': None, 'pkId': '15944136333505593555', 'userId': None}, {'cellPhone': '13200000147', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '荆辉', 'orgIdList': None, 'pkId': '15944136333505593556', 'userId': None}, {'cellPhone': '13200000148', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张岩', 'orgIdList': None, 'pkId': '15944136333505593557', 'userId': None}, {'cellPhone': '13200000149', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高飞', 'orgIdList': None, 'pkId': '15944136333505593558', 'userId': None}, {'cellPhone': '13200000150', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾磊', 'orgIdList': None, 'pkId': '15944136333505593559', 'userId': None}, {'cellPhone': '13200000151', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '付伟明', 'orgIdList': None, 'pkId': '15944136333505593560', 'userId': None}, {'cellPhone': '13200000152', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩东洋', 'orgIdList': None, 'pkId': '15944136333505593561', 'userId': None}, {'cellPhone': '13200000153', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李万年', 'orgIdList': None, 'pkId': '15944136333505593562', 'userId': None}, {'cellPhone': '13200000154', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张洁月', 'orgIdList': None, 'pkId': '15944136333505593563', 'userId': None}, {'cellPhone': '13200000155', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏东末', 'orgIdList': None, 'pkId': '15944136333505593564', 'userId': None}, {'cellPhone': '13200000156', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '任超', 'orgIdList': None, 'pkId': '15944136333505593565', 'userId': None}, {'cellPhone': '13200000157', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '钟老师', 'orgIdList': None, 'pkId': '15944136333505593566', 'userId': None}, {'cellPhone': '13200000158', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '全超', 'orgIdList': None, 'pkId': '15944136333505593567', 'userId': None}, {'cellPhone': '13200000159', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈伟明', 'orgIdList': None, 'pkId': '15944136333505593568', 'userId': None}, {'cellPhone': '13200000160', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张原铭', 'orgIdList': None, 'pkId': '15944136333505593569', 'userId': None}, {'cellPhone': '13200000161', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李俊杰', 'orgIdList': None, 'pkId': '15944136333505593570', 'userId': None}, {'cellPhone': '13200000162', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李宁', 'orgIdList': None, 'pkId': '15944136333505593571', 'userId': None}, {'cellPhone': '13200000163', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张原铭', 'orgIdList': None, 'pkId': '15944136333505593572', 'userId': None}, {'cellPhone': '13200000164', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘泽伟', 'orgIdList': None, 'pkId': '15944136333505593573', 'userId': None}, {'cellPhone': '13200000165', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '朱柯', 'orgIdList': None, 'pkId': '15944136333505593574', 'userId': None}, {'cellPhone': '13200000166', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张佩强', 'orgIdList': None, 'pkId': '15944136333505593575', 'userId': None}, {'cellPhone': '13200000167', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙磊', 'orgIdList': None, 'pkId': '15944136333505593576', 'userId': None}, {'cellPhone': '13200000168', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔波鹏', 'orgIdList': None, 'pkId': '15944136333505593577', 'userId': None}, {'cellPhone': '13200000169', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '武鑫', 'orgIdList': None, 'pkId': '15944136333505593578', 'userId': None}, {'cellPhone': '13200000170', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李香野', 'orgIdList': None, 'pkId': '15944136333505593579', 'userId': None}, {'cellPhone': '13200000171', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '丁柯', 'orgIdList': None, 'pkId': '15944136333505593580', 'userId': None}, {'cellPhone': '13200000172', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '线上', 'orgIdList': None, 'pkId': '15944136333505593581', 'userId': None}, {'cellPhone': '13200000173', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵振军', 'orgIdList': None, 'pkId': '15944136333505593582', 'userId': None}, {'cellPhone': '13200000174', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '宋佳豪', 'orgIdList': None, 'pkId': '15944136333505593583', 'userId': None}, {'cellPhone': '13200000175', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾宇飞', 'orgIdList': None, 'pkId': '15944136333505593584', 'userId': None}, {'cellPhone': '13200000176', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张程博', 'orgIdList': None, 'pkId': '15944136333505593585', 'userId': None}, {'cellPhone': '13200000177', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙敏', 'orgIdList': None, 'pkId': '15944136333505593586', 'userId': None}, {'cellPhone': '13200000178', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '樊香红', 'orgIdList': None, 'pkId': '15944136333505593587', 'userId': None}, {'cellPhone': '13200000179', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩亚军', 'orgIdList': None, 'pkId': '15944136333505593588', 'userId': None}, {'cellPhone': '13200000180', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王磊', 'orgIdList': None, 'pkId': '15944136333505593589', 'userId': None}, {'cellPhone': '13200000181', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾进凯', 'orgIdList': None, 'pkId': '15944136333505593590', 'userId': None}, {'cellPhone': '13200000182', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵粤', 'orgIdList': None, 'pkId': '15944136333505593591', 'userId': None}, {'cellPhone': '13200000183', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈阳', 'orgIdList': None, 'pkId': '15944136333505593592', 'userId': None}, {'cellPhone': '13200000184', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩国伟', 'orgIdList': None, 'pkId': '15944136333505593593', 'userId': None}, {'cellPhone': '13200000185', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘晓义', 'orgIdList': None, 'pkId': '15944136333505593594', 'userId': None}, {'cellPhone': '13200000186', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '谢丙辉', 'orgIdList': None, 'pkId': '15944136333505593595', 'userId': None}, {'cellPhone': '13200000187', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩磊', 'orgIdList': None, 'pkId': '15944136333505593596', 'userId': None}, {'cellPhone': '13200000189', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘世达', 'orgIdList': None, 'pkId': '15944136333505593597', 'userId': None}, {'cellPhone': '13200000190', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '曾汉广', 'orgIdList': None, 'pkId': '15944136333505593598', 'userId': None}, {'cellPhone': '13200000191', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '聂瑞', 'orgIdList': None, 'pkId': '15944136333505593599', 'userId': None}, {'cellPhone': '13200000192', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郁佳', 'orgIdList': None, 'pkId': '15944136333505593600', 'userId': None}, {'cellPhone': '13200000193', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘柯', 'orgIdList': None, 'pkId': '15944136333505593601', 'userId': None}, {'cellPhone': '13200000194', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘瑞', 'orgIdList': None, 'pkId': '15944136333505593602', 'userId': None}, {'cellPhone': '13200000195', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '魏海滨', 'orgIdList': None, 'pkId': '15944136333505593603', 'userId': None}, {'cellPhone': '13200000196', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白洋', 'orgIdList': None, 'pkId': '15944136333505593604', 'userId': None}, {'cellPhone': '13200000197', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘二威', 'orgIdList': None, 'pkId': '15944136333505593605', 'userId': None}, {'cellPhone': '13200000198', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘洋', 'orgIdList': None, 'pkId': '15944136333505593606', 'userId': None}, {'cellPhone': '13200000199', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '仲天成', 'orgIdList': None, 'pkId': '15944136522530291747', 'userId': None}, {'cellPhone': '13200000200', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李斌', 'orgIdList': None, 'pkId': '15944136522530291748', 'userId': None}, {'cellPhone': '13200000201', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘瑞', 'orgIdList': None, 'pkId': '15944136522530291749', 'userId': None}, {'cellPhone': '13200000202', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '卢振东', 'orgIdList': None, 'pkId': '15944136522530291750', 'userId': None}, {'cellPhone': '13200000203', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '美团', 'orgIdList': None, 'pkId': '15944136522530291751', 'userId': None}, {'cellPhone': '13200000204', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵保华', 'orgIdList': None, 'pkId': '15944136522530291752', 'userId': None}, {'cellPhone': '13200000205', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '钟爱新', 'orgIdList': None, 'pkId': '15944136522530291753', 'userId': None}, {'cellPhone': '13200000206', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭佳通', 'orgIdList': None, 'pkId': '15944136522530291754', 'userId': None}, {'cellPhone': '13200000207', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '马前超', 'orgIdList': None, 'pkId': '15944136522530291755', 'userId': None}, {'cellPhone': '13200000208', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏翔', 'orgIdList': None, 'pkId': '15944136522530291756', 'userId': None}, {'cellPhone': '13200000209', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘士达', 'orgIdList': None, 'pkId': '15944136522530291757', 'userId': None}, {'cellPhone': '13200000210', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '范岩', 'orgIdList': None, 'pkId': '15944136522530291758', 'userId': None}, {'cellPhone': '13200000211', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘江', 'orgIdList': None, 'pkId': '15944136522530291759', 'userId': None}, {'cellPhone': '13200000212', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王磊', 'orgIdList': None, 'pkId': '15944136522530291760', 'userId': None}, {'cellPhone': '13200000213', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张文', 'orgIdList': None, 'pkId': '15944136522530291761', 'userId': None}, {'cellPhone': '13200000214', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张晓东', 'orgIdList': None, 'pkId': '15944136522530291762', 'userId': None}, {'cellPhone': '13200000215', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '田亚娟', 'orgIdList': None, 'pkId': '15944136522530291763', 'userId': None}, {'cellPhone': '13200000216', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孔徳辉', 'orgIdList': None, 'pkId': '15944136522530291764', 'userId': None}, {'cellPhone': '13200000217', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张德煜', 'orgIdList': None, 'pkId': '15944136522530291765', 'userId': None}, {'cellPhone': '13200000218', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈晓军', 'orgIdList': None, 'pkId': '15944136522530291766', 'userId': None}, {'cellPhone': '13200000219', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李慧', 'orgIdList': None, 'pkId': '15944136522530291767', 'userId': None}, {'cellPhone': '13200000220', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张晓峰', 'orgIdList': None, 'pkId': '15944136522530291768', 'userId': None}, {'cellPhone': '13200000221', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵嘉辉', 'orgIdList': None, 'pkId': '15944136522530291769', 'userId': None}, {'cellPhone': '13200000222', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291770', 'userId': None}, {'cellPhone': '13200000223', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '田国梁', 'orgIdList': None, 'pkId': '15944136522530291771', 'userId': None}, {'cellPhone': '13200000224', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫世明', 'orgIdList': None, 'pkId': '15944136522530291772', 'userId': None}, {'cellPhone': '13200000225', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '徐佩栋', 'orgIdList': None, 'pkId': '15944136522530291773', 'userId': None}, {'cellPhone': '13200000226', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王叶', 'orgIdList': None, 'pkId': '15944136522530291774', 'userId': None}, {'cellPhone': '13200000227', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王维栋', 'orgIdList': None, 'pkId': '15944136522530291775', 'userId': None}, {'cellPhone': '13200000228', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '霍梅', 'orgIdList': None, 'pkId': '15944136522530291776', 'userId': None}, {'cellPhone': '13200000229', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔雄', 'orgIdList': None, 'pkId': '15944136522530291777', 'userId': None}, {'cellPhone': '13200000230', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王慧', 'orgIdList': None, 'pkId': '15944136522530291778', 'userId': None}, {'cellPhone': '13200000231', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吴迪', 'orgIdList': None, 'pkId': '15944136522530291779', 'userId': None}, {'cellPhone': '13200000232', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔艳辉', 'orgIdList': None, 'pkId': '15944136522530291780', 'userId': None}, {'cellPhone': '13200000233', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨根', 'orgIdList': None, 'pkId': '15944136522530291781', 'userId': None}, {'cellPhone': '13200000234', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏伟', 'orgIdList': None, 'pkId': '15944136522530291782', 'userId': None}, {'cellPhone': '13200000235', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高铁柱', 'orgIdList': None, 'pkId': '15944136522530291783', 'userId': None}, {'cellPhone': '13200000236', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李玉霞', 'orgIdList': None, 'pkId': '15944136522530291784', 'userId': None}, {'cellPhone': '13200000237', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '丁世杰', 'orgIdList': None, 'pkId': '15944136522530291785', 'userId': None}, {'cellPhone': '13200000238', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张鹏宇', 'orgIdList': None, 'pkId': '15944136522530291786', 'userId': None}, {'cellPhone': '13200000239', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王喜龙', 'orgIdList': None, 'pkId': '15944136522530291787', 'userId': None}, {'cellPhone': '13200000240', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝接待', 'orgIdList': None, 'pkId': '15944136522530291788', 'userId': None}, {'cellPhone': '13200000241', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫志刚', 'orgIdList': None, 'pkId': '15944136522530291789', 'userId': None}, {'cellPhone': '13200000242', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '焦阳', 'orgIdList': None, 'pkId': '15944136522530291790', 'userId': None}, {'cellPhone': '13200000243', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫世明', 'orgIdList': None, 'pkId': '15944136522530291791', 'userId': None}, {'cellPhone': '13200000244', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张乐', 'orgIdList': None, 'pkId': '15944136522530291792', 'userId': None}, {'cellPhone': '13200000245', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '朱西海', 'orgIdList': None, 'pkId': '15944136522530291793', 'userId': None}, {'cellPhone': '13200000246', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '邢宏波', 'orgIdList': None, 'pkId': '15944136522530291794', 'userId': None}, {'cellPhone': '13200000247', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙强', 'orgIdList': None, 'pkId': '15944136522530291795', 'userId': None}, {'cellPhone': '13200000248', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵嘉辉', 'orgIdList': None, 'pkId': '15944136522530291796', 'userId': None}, {'cellPhone': '13200000249', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵春燕', 'orgIdList': None, 'pkId': '15944136522530291797', 'userId': None}, {'cellPhone': '13200000250', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高叶', 'orgIdList': None, 'pkId': '15944136522530291798', 'userId': None}, {'cellPhone': '13200000251', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙俊生', 'orgIdList': None, 'pkId': '15944136522530291799', 'userId': None}, {'cellPhone': '13200000252', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '徐晓慧', 'orgIdList': None, 'pkId': '15944136522530291800', 'userId': None}, {'cellPhone': '13200000253', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '勾慧平', 'orgIdList': None, 'pkId': '15944136522530291801', 'userId': None}, {'cellPhone': '13200000254', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '梁悦', 'orgIdList': None, 'pkId': '15944136522530291802', 'userId': None}, {'cellPhone': '13200000255', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张策', 'orgIdList': None, 'pkId': '15944136522530291803', 'userId': None}, {'cellPhone': '13200000256', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291804', 'userId': None}, {'cellPhone': '13200000257', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '谷国强', 'orgIdList': None, 'pkId': '15944136522530291805', 'userId': None}, {'cellPhone': '13200000258', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '周龙龙', 'orgIdList': None, 'pkId': '15944136522530291806', 'userId': None}, {'cellPhone': '13200000259', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李瑞琪', 'orgIdList': None, 'pkId': '15944136522530291807', 'userId': None}, {'cellPhone': '13200000260', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾雪', 'orgIdList': None, 'pkId': '15944136522530291808', 'userId': None}, {'cellPhone': '13200000261', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张策', 'orgIdList': None, 'pkId': '15944136522530291809', 'userId': None}, {'cellPhone': '13200000262', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王少杰', 'orgIdList': None, 'pkId': '15944136522530291810', 'userId': None}, {'cellPhone': '13200000263', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张璇', 'orgIdList': None, 'pkId': '15944136522530291811', 'userId': None}, {'cellPhone': '13200000264', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白杨', 'orgIdList': None, 'pkId': '15944136522530291812', 'userId': None}, {'cellPhone': '13200000265', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘春文', 'orgIdList': None, 'pkId': '15944136522530291813', 'userId': None}, {'cellPhone': '13200000266', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏越伟', 'orgIdList': None, 'pkId': '15944136522530291814', 'userId': None}, {'cellPhone': '13200000267', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291815', 'userId': None}, {'cellPhone': '13200000268', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭斌杰', 'orgIdList': None, 'pkId': '15944136522530291816', 'userId': None}, {'cellPhone': '13200000269', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孔德辉', 'orgIdList': None, 'pkId': '15944136522530291817', 'userId': None}, {'cellPhone': '13200000270', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭婷婷', 'orgIdList': None, 'pkId': '15944136522530291818', 'userId': None}, {'cellPhone': '13200000271', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫广龙', 'orgIdList': None, 'pkId': '15944136522530291819', 'userId': None}, {'cellPhone': '13200000272', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔磊', 'orgIdList': None, 'pkId': '15944136522530291820', 'userId': None}, {'cellPhone': '13200000273', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '柳斌', 'orgIdList': None, 'pkId': '15944136522530291821', 'userId': None}, {'cellPhone': '13200000274', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王威栋', 'orgIdList': None, 'pkId': '15944136522530291822', 'userId': None}, {'cellPhone': '13200000275', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '尚越钟', 'orgIdList': None, 'pkId': '15944136522530291823', 'userId': None}, {'cellPhone': '13200000276', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '邢洪波', 'orgIdList': None, 'pkId': '15944136522530291824', 'userId': None}, {'cellPhone': '13200000277', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵晓丽', 'orgIdList': None, 'pkId': '15944136522530291825', 'userId': None}, {'cellPhone': '13200000278', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '葛亚楠', 'orgIdList': None, 'pkId': '15944136522530291826', 'userId': None}, {'cellPhone': '13200000279', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭东海', 'orgIdList': None, 'pkId': '15944136522530291827', 'userId': None}, {'cellPhone': '13200000280', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '冯艳艳', 'orgIdList': None, 'pkId': '15944136522530291828', 'userId': None}, {'cellPhone': '13200000281', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李玉霞', 'orgIdList': None, 'pkId': '15944136522530291829', 'userId': None}, {'cellPhone': '13200000282', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '霍帅', 'orgIdList': None, 'pkId': '15944136522530291830', 'userId': None}, {'cellPhone': '13200000283', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '薛勇', 'orgIdList': None, 'pkId': '15944136522530291831', 'userId': None}, {'cellPhone': '13200000284', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵宇东', 'orgIdList': None, 'pkId': '15944136522530291832', 'userId': None}, {'cellPhone': '13200000285', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈龙', 'orgIdList': None, 'pkId': '15944136522530291833', 'userId': None}, {'cellPhone': '13200000286', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '田斌', 'orgIdList': None, 'pkId': '15944136522530291834', 'userId': None}, {'cellPhone': '13200000287', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张研', 'orgIdList': None, 'pkId': '15944136522530291835', 'userId': None}, {'cellPhone': '13200000288', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李雪峰', 'orgIdList': None, 'pkId': '15944136522530291836', 'userId': None}, {'cellPhone': '13200000289', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔磊', 'orgIdList': None, 'pkId': '15944136522530291837', 'userId': None}, {'cellPhone': '13200000290', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张志', 'orgIdList': None, 'pkId': '15944136522530291838', 'userId': None}, {'cellPhone': '13200000291', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李文浩', 'orgIdList': None, 'pkId': '15944136522530291839', 'userId': None}, {'cellPhone': '13200000292', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291840', 'userId': None}, {'cellPhone': '13200000293', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郑鹏飞', 'orgIdList': None, 'pkId': '15944136522530291841', 'userId': None}, {'cellPhone': '13200000294', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '马鹏飞', 'orgIdList': None, 'pkId': '15944136522530291842', 'userId': None}, {'cellPhone': '13200000295', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '崔慧', 'orgIdList': None, 'pkId': '15944136522530291843', 'userId': None}, {'cellPhone': '13200000296', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李亚东', 'orgIdList': None, 'pkId': '15944136522530291844', 'userId': None}, {'cellPhone': '13200000297', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李飞', 'orgIdList': None, 'pkId': '15944136522530291845', 'userId': None}, {'cellPhone': '13200000298', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李欢', 'orgIdList': None, 'pkId': '15944136522530291846', 'userId': None}, {'cellPhone': '13200000299', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '黄秀丽', 'orgIdList': None, 'pkId': '15944136522530291847', 'userId': None}, {'cellPhone': '13200000300', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫文义', 'orgIdList': None, 'pkId': '15944136522530291848', 'userId': None}, {'cellPhone': '13200000301', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈志欧', 'orgIdList': None, 'pkId': '15944136522530291849', 'userId': None}, {'cellPhone': '13200000302', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘备', 'orgIdList': None, 'pkId': '15944136522530291850', 'userId': None}, {'cellPhone': '13200000303', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '任有围', 'orgIdList': None, 'pkId': '15944136522530291851', 'userId': None}, {'cellPhone': '13200000304', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杜海山', 'orgIdList': None, 'pkId': '15944136522530291852', 'userId': None}, {'cellPhone': '13200000305', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '罗伟', 'orgIdList': None, 'pkId': '15944136522530291853', 'userId': None}, {'cellPhone': '13200000306', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '尤伟', 'orgIdList': None, 'pkId': '15944136522530291854', 'userId': None}, {'cellPhone': '13200000307', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝帅', 'orgIdList': None, 'pkId': '15944136522530291855', 'userId': None}, {'cellPhone': '13200000308', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '马红彪', 'orgIdList': None, 'pkId': '15944136522530291856', 'userId': None}, {'cellPhone': '13200000309', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '关键', 'orgIdList': None, 'pkId': '15944136522530291857', 'userId': None}, {'cellPhone': '13200000310', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张仙', 'orgIdList': None, 'pkId': '15944136522530291858', 'userId': None}, {'cellPhone': '13200000311', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '段文龙', 'orgIdList': None, 'pkId': '15944136522530291859', 'userId': None}, {'cellPhone': '13200000312', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '明宇', 'orgIdList': None, 'pkId': '15944136522530291860', 'userId': None}, {'cellPhone': '13200000313', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李烨', 'orgIdList': None, 'pkId': '15944136522530291861', 'userId': None}, {'cellPhone': '13200000314', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李晨旭', 'orgIdList': None, 'pkId': '15944136522530291862', 'userId': None}, {'cellPhone': '13200000315', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291863', 'userId': None}, {'cellPhone': '13200000316', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '韩波', 'orgIdList': None, 'pkId': '15944136522530291864', 'userId': None}, {'cellPhone': '13200000317', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '任威', 'orgIdList': None, 'pkId': '15944136522530291865', 'userId': None}, {'cellPhone': '13200000318', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李惠娟', 'orgIdList': None, 'pkId': '15944136522530291866', 'userId': None}, {'cellPhone': '13200000319', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '邱久立', 'orgIdList': None, 'pkId': '15944136522530291867', 'userId': None}, {'cellPhone': '13200000320', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾叶萍', 'orgIdList': None, 'pkId': '15944136522530291868', 'userId': None}, {'cellPhone': '13200000321', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吕原龙', 'orgIdList': None, 'pkId': '15944136522530291869', 'userId': None}, {'cellPhone': '13200000322', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张磊', 'orgIdList': None, 'pkId': '15944136522530291870', 'userId': None}, {'cellPhone': '13200000323', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘泓旺', 'orgIdList': None, 'pkId': '15944136522530291871', 'userId': None}, {'cellPhone': '13200000324', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王嘉伟', 'orgIdList': None, 'pkId': '15944136522530291872', 'userId': None}, {'cellPhone': '13200000325', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王帅', 'orgIdList': None, 'pkId': '15944136522530291873', 'userId': None}, {'cellPhone': '13200000326', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张钊', 'orgIdList': None, 'pkId': '15944136522530291874', 'userId': None}, {'cellPhone': '13200000327', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '常悯熙', 'orgIdList': None, 'pkId': '15944136522530291875', 'userId': None}, {'cellPhone': '13200000328', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨民轩', 'orgIdList': None, 'pkId': '15944136522530291876', 'userId': None}, {'cellPhone': '13200000329', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '丁旭', 'orgIdList': None, 'pkId': '15944136522530291877', 'userId': None}, {'cellPhone': '13200000330', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '钟学鹏', 'orgIdList': None, 'pkId': '15944136522530291878', 'userId': None}, {'cellPhone': '13200000331', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘文亮', 'orgIdList': None, 'pkId': '15944136522530291879', 'userId': None}, {'cellPhone': '13200000332', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '任敬波', 'orgIdList': None, 'pkId': '15944136522530291880', 'userId': None}, {'cellPhone': '13200000333', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白经理', 'orgIdList': None, 'pkId': '15944136522530291881', 'userId': None}, {'cellPhone': '13200000334', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张飞', 'orgIdList': None, 'pkId': '15944136522530291882', 'userId': None}, {'cellPhone': '13200000335', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张文', 'orgIdList': None, 'pkId': '15944136522530291883', 'userId': None}, {'cellPhone': '13200000336', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王磊', 'orgIdList': None, 'pkId': '15944136522530291884', 'userId': None}, {'cellPhone': '13200000337', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张龙', 'orgIdList': None, 'pkId': '15944136522530291885', 'userId': None}, {'cellPhone': '13200000338', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王伟', 'orgIdList': None, 'pkId': '15944136522530291886', 'userId': None}, {'cellPhone': '13200000339', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '琪琪格', 'orgIdList': None, 'pkId': '15944136522530291887', 'userId': None}, {'cellPhone': '13200000340', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张萌萌', 'orgIdList': None, 'pkId': '15944136522530291888', 'userId': None}, {'cellPhone': '13200000341', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭文韬', 'orgIdList': None, 'pkId': '15944136522530291889', 'userId': None}, {'cellPhone': '13200000342', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王源', 'orgIdList': None, 'pkId': '15944136522530291890', 'userId': None}, {'cellPhone': '13200000343', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '白忠', 'orgIdList': None, 'pkId': '15944136522530291891', 'userId': None}, {'cellPhone': '13200000344', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李欢', 'orgIdList': None, 'pkId': '15944136522530291892', 'userId': None}, {'cellPhone': '13200000345', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王瀚文', 'orgIdList': None, 'pkId': '15944136522530291893', 'userId': None}, {'cellPhone': '13200000346', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫总', 'orgIdList': None, 'pkId': '15944136522530291894', 'userId': None}, {'cellPhone': '13200000347', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张世波', 'orgIdList': None, 'pkId': '15944136522530291895', 'userId': None}, {'cellPhone': '13200000348', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '乔宇', 'orgIdList': None, 'pkId': '15944136522530291896', 'userId': None}, {'cellPhone': '13200000349', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '范耀天', 'orgIdList': None, 'pkId': '15944136522530291897', 'userId': None}, {'cellPhone': '13200000350', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张磊', 'orgIdList': None, 'pkId': '15944136522530291898', 'userId': None}, {'cellPhone': '13200000351', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '石国栋', 'orgIdList': None, 'pkId': '15944136522530291899', 'userId': None}, {'cellPhone': '13200000352', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吴宇', 'orgIdList': None, 'pkId': '15944136522530291900', 'userId': None}, {'cellPhone': '13200000353', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '牛娜', 'orgIdList': None, 'pkId': '15944136522530291901', 'userId': None}, {'cellPhone': '13200000354', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵登翔', 'orgIdList': None, 'pkId': '15944136522530291902', 'userId': None}, {'cellPhone': '13200000355', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张立强', 'orgIdList': None, 'pkId': '15944136522530291903', 'userId': None}, {'cellPhone': '13200000356', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭浩', 'orgIdList': None, 'pkId': '15944136522530291904', 'userId': None}, {'cellPhone': '13200000357', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾建业', 'orgIdList': None, 'pkId': '15944136522530291905', 'userId': None}, {'cellPhone': '13200000358', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '萌萌', 'orgIdList': None, 'pkId': '15944136522530291906', 'userId': None}, {'cellPhone': '13200000359', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张鹏宇', 'orgIdList': None, 'pkId': '15944136522530291907', 'userId': None}, {'cellPhone': '13200000360', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈翠娥', 'orgIdList': None, 'pkId': '15944136522530291908', 'userId': None}, {'cellPhone': '13200000361', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王磊', 'orgIdList': None, 'pkId': '15944136522530291909', 'userId': None}, {'cellPhone': '13200000362', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭芷君', 'orgIdList': None, 'pkId': '15944136522530291910', 'userId': None}, {'cellPhone': '13200000363', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '程玲', 'orgIdList': None, 'pkId': '15944136522530291911', 'userId': None}, {'cellPhone': '13200000364', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '安美清', 'orgIdList': None, 'pkId': '15944136522530291912', 'userId': None}, {'cellPhone': '13200000365', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郑玉', 'orgIdList': None, 'pkId': '15944136522530291913', 'userId': None}, {'cellPhone': '13200000366', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈大唯', 'orgIdList': None, 'pkId': '15944136522530291914', 'userId': None}, {'cellPhone': '13200000367', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙泽坤', 'orgIdList': None, 'pkId': '15944136522530291915', 'userId': None}, {'cellPhone': '13200000368', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张志军', 'orgIdList': None, 'pkId': '15944136522530291916', 'userId': None}, {'cellPhone': '13200000369', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '索少博', 'orgIdList': None, 'pkId': '15944136522530291917', 'userId': None}, {'cellPhone': '13200000370', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张猛', 'orgIdList': None, 'pkId': '15944136522530291918', 'userId': None}, {'cellPhone': '13200000371', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘杰', 'orgIdList': None, 'pkId': '15944136522530291919', 'userId': None}, {'cellPhone': '13200000372', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李水', 'orgIdList': None, 'pkId': '15944136522530291920', 'userId': None}, {'cellPhone': '13200000373', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王晓敏', 'orgIdList': None, 'pkId': '15944136522530291921', 'userId': None}, {'cellPhone': '13200000374', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吴斌', 'orgIdList': None, 'pkId': '15944136522530291922', 'userId': None}, {'cellPhone': '13200000375', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王春', 'orgIdList': None, 'pkId': '15944136522530291923', 'userId': None}, {'cellPhone': '13200000376', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李志伟', 'orgIdList': None, 'pkId': '15944136522530291924', 'userId': None}, {'cellPhone': '13200000377', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张俊', 'orgIdList': None, 'pkId': '15944136522530291925', 'userId': None}, {'cellPhone': '13200000378', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾季刚', 'orgIdList': None, 'pkId': '15944136522530291926', 'userId': None}, {'cellPhone': '13200000379', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '尹建江', 'orgIdList': None, 'pkId': '15944136522530291927', 'userId': None}, {'cellPhone': '13200000380', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '沈建伟', 'orgIdList': None, 'pkId': '15944136522530291928', 'userId': None}, {'cellPhone': '13200000381', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张猛', 'orgIdList': None, 'pkId': '15944136522530291929', 'userId': None}, {'cellPhone': '13200000382', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李水', 'orgIdList': None, 'pkId': '15944136522530291930', 'userId': None}, {'cellPhone': '13200000383', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘杰', 'orgIdList': None, 'pkId': '15944136522530291931', 'userId': None}, {'cellPhone': '13200000384', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '周远', 'orgIdList': None, 'pkId': '15944136522530291932', 'userId': None}, {'cellPhone': '13200000385', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吉日木图', 'orgIdList': None, 'pkId': '15944136522530291933', 'userId': None}, {'cellPhone': '13200000386', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李强', 'orgIdList': None, 'pkId': '15944136522530291934', 'userId': None}, {'cellPhone': '13200000387', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李景贤', 'orgIdList': None, 'pkId': '15944136522530291935', 'userId': None}, {'cellPhone': '13200000388', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张尧', 'orgIdList': None, 'pkId': '15944136522530291936', 'userId': None}, {'cellPhone': '13200000389', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王磊', 'orgIdList': None, 'pkId': '15944136522530291937', 'userId': None}, {'cellPhone': '13200000390', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '库房', 'orgIdList': None, 'pkId': '15944136522530291938', 'userId': None}, {'cellPhone': '13200000391', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李飞', 'orgIdList': None, 'pkId': '15944136522530291939', 'userId': None}, {'cellPhone': '13200000392', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵飞洋', 'orgIdList': None, 'pkId': '15944136522530291940', 'userId': None}, {'cellPhone': '13200000393', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王峰', 'orgIdList': None, 'pkId': '15944136522530291941', 'userId': None}, {'cellPhone': '13200000394', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵嘉斌', 'orgIdList': None, 'pkId': '15944136522530291942', 'userId': None}, {'cellPhone': '13200000395', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫志刚', 'orgIdList': None, 'pkId': '15944136522530291943', 'userId': None}, {'cellPhone': '13200000396', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张磊磊', 'orgIdList': None, 'pkId': '15944136522530291944', 'userId': None}, {'cellPhone': '13200000397', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '侯彦荣', 'orgIdList': None, 'pkId': '15944136522530291945', 'userId': None}, {'cellPhone': '13200000398', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李龙', 'orgIdList': None, 'pkId': '15944136522530291946', 'userId': None}, {'cellPhone': '13200000399', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫龙', 'orgIdList': None, 'pkId': '15944136606751916080', 'userId': None}, {'cellPhone': '13200000400', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈伟', 'orgIdList': None, 'pkId': '15944136606751916081', 'userId': None}, {'cellPhone': '13200000401', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙国栋', 'orgIdList': None, 'pkId': '15944136606751916082', 'userId': None}, {'cellPhone': '13200000402', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '岳鹏', 'orgIdList': None, 'pkId': '15944136606751916083', 'userId': None}, {'cellPhone': '13200000403', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李峰', 'orgIdList': None, 'pkId': '15944136606751916084', 'userId': None}, {'cellPhone': '13200000404', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '常昭丽', 'orgIdList': None, 'pkId': '15944136606751916085', 'userId': None}, {'cellPhone': '13200000405', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘翠平', 'orgIdList': None, 'pkId': '15944136606751916086', 'userId': None}, {'cellPhone': '13200000406', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '鲁岩', 'orgIdList': None, 'pkId': '15944136606751916087', 'userId': None}, {'cellPhone': '13200000407', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王开征', 'orgIdList': None, 'pkId': '15944136606751916088', 'userId': None}, {'cellPhone': '13200000408', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李景卫', 'orgIdList': None, 'pkId': '15944136606751916089', 'userId': None}, {'cellPhone': '13200000409', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孔大龙', 'orgIdList': None, 'pkId': '15944136606751916090', 'userId': None}, {'cellPhone': '13200000410', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '兼强', 'orgIdList': None, 'pkId': '15944136606751916091', 'userId': None}, {'cellPhone': '13200000411', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭志鹏', 'orgIdList': None, 'pkId': '15944136606751916092', 'userId': None}, {'cellPhone': '13200000412', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘保平', 'orgIdList': None, 'pkId': '15944136606751916093', 'userId': None}, {'cellPhone': '13200000413', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '夏志伟', 'orgIdList': None, 'pkId': '15944136606751916094', 'userId': None}, {'cellPhone': '13200000414', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵昊', 'orgIdList': None, 'pkId': '15944136606751916095', 'userId': None}, {'cellPhone': '13200000415', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李佳宁', 'orgIdList': None, 'pkId': '15944136606751916096', 'userId': None}, {'cellPhone': '13200000416', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王建', 'orgIdList': None, 'pkId': '15944136606751916097', 'userId': None}, {'cellPhone': '13200000417', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '柴广龙', 'orgIdList': None, 'pkId': '15944136606751916098', 'userId': None}, {'cellPhone': '13200000418', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭传登', 'orgIdList': None, 'pkId': '15944136606751916099', 'userId': None}, {'cellPhone': '13200000419', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '解飞', 'orgIdList': None, 'pkId': '15944136606751916100', 'userId': None}, {'cellPhone': '13200000420', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吕泽林', 'orgIdList': None, 'pkId': '15944136606751916101', 'userId': None}, {'cellPhone': '13200000421', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾春凯', 'orgIdList': None, 'pkId': '15944136606751916102', 'userId': None}, {'cellPhone': '13200000422', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '何志东', 'orgIdList': None, 'pkId': '15944136606751916103', 'userId': None}, {'cellPhone': '13200000423', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾春凯', 'orgIdList': None, 'pkId': '15944136606751916104', 'userId': None}, {'cellPhone': '13200000424', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '梁俊强', 'orgIdList': None, 'pkId': '15944136606751916105', 'userId': None}, {'cellPhone': '13200000425', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘梁瑞', 'orgIdList': None, 'pkId': '15944136606751916106', 'userId': None}, {'cellPhone': '13200000426', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '汪海宁', 'orgIdList': None, 'pkId': '15944136606751916107', 'userId': None}, {'cellPhone': '13200000427', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王刚', 'orgIdList': None, 'pkId': '15944136606751916108', 'userId': None}, {'cellPhone': '13200000428', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '葛燕', 'orgIdList': None, 'pkId': '15944136606751916109', 'userId': None}, {'cellPhone': '13200000429', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '徐石慧', 'orgIdList': None, 'pkId': '15944136606751916110', 'userId': None}, {'cellPhone': '13200000430', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘宇祥', 'orgIdList': None, 'pkId': '15944136606751916111', 'userId': None}, {'cellPhone': '13200000431', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙海平', 'orgIdList': None, 'pkId': '15944136606751916112', 'userId': None}, {'cellPhone': '13200000432', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '焦阳', 'orgIdList': None, 'pkId': '15944136606751916113', 'userId': None}, {'cellPhone': '13200000433', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘敏超', 'orgIdList': None, 'pkId': '15944136606751916114', 'userId': None}, {'cellPhone': '13200000434', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张伟南', 'orgIdList': None, 'pkId': '15944136606751916115', 'userId': None}, {'cellPhone': '13200000435', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '屈皎', 'orgIdList': None, 'pkId': '15944136606751916116', 'userId': None}, {'cellPhone': '13200000436', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '章耀东', 'orgIdList': None, 'pkId': '15944136606751916117', 'userId': None}, {'cellPhone': '13200000437', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘海峰', 'orgIdList': None, 'pkId': '15944136606751916118', 'userId': None}, {'cellPhone': '13200000438', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吕怀旺', 'orgIdList': None, 'pkId': '15944136606751916119', 'userId': None}, {'cellPhone': '13200000439', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李建国', 'orgIdList': None, 'pkId': '15944136606751916120', 'userId': None}, {'cellPhone': '13200000440', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈阳', 'orgIdList': None, 'pkId': '15944136606751916121', 'userId': None}, {'cellPhone': '13200000441', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '吴玉凤', 'orgIdList': None, 'pkId': '15944136606751916122', 'userId': None}, {'cellPhone': '13200000442', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝宝山', 'orgIdList': None, 'pkId': '15944136606751916123', 'userId': None}, {'cellPhone': '13200000443', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘玉晗', 'orgIdList': None, 'pkId': '15944136606751916124', 'userId': None}, {'cellPhone': '13200000444', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张三', 'orgIdList': None, 'pkId': '15944136606751916125', 'userId': None}, {'cellPhone': '13200000445', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '赵国俊', 'orgIdList': None, 'pkId': '15944136606751916126', 'userId': None}, {'cellPhone': '13200000446', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '任永康', 'orgIdList': None, 'pkId': '15944136606751916127', 'userId': None}, {'cellPhone': '13200000447', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '胡振华', 'orgIdList': None, 'pkId': '15944136606751916128', 'userId': None}, {'cellPhone': '13200000448', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙晨', 'orgIdList': None, 'pkId': '15944136606751916129', 'userId': None}, {'cellPhone': '13200000449', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李斌', 'orgIdList': None, 'pkId': '15944136606751916130', 'userId': None}, {'cellPhone': '13200000450', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高甲轩', 'orgIdList': None, 'pkId': '15944136606751916131', 'userId': None}, {'cellPhone': '13200000451', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '贾锐明', 'orgIdList': None, 'pkId': '15944136606751916132', 'userId': None}, {'cellPhone': '13200000452', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王世宇', 'orgIdList': None, 'pkId': '15944136606751916133', 'userId': None}, {'cellPhone': '13200000453', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李江', 'orgIdList': None, 'pkId': '15944136606751916134', 'userId': None}, {'cellPhone': '13200000454', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李哥', 'orgIdList': None, 'pkId': '15944136606751916135', 'userId': None}, {'cellPhone': '13200000455', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王哥', 'orgIdList': None, 'pkId': '15944136606751916136', 'userId': None}, {'cellPhone': '13200000456', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苑磊', 'orgIdList': None, 'pkId': '15944136606751916137', 'userId': None}, {'cellPhone': '13200000457', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '彦鹏', 'orgIdList': None, 'pkId': '15944136606751916138', 'userId': None}, {'cellPhone': '13200000458', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '小程', 'orgIdList': None, 'pkId': '15944136606751916139', 'userId': None}, {'cellPhone': '13200000459', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '后生', 'orgIdList': None, 'pkId': '15944136606751916140', 'userId': None}, {'cellPhone': '13200000460', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '邵帅', 'orgIdList': None, 'pkId': '15944136606751916141', 'userId': None}, {'cellPhone': '13200000461', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张哥', 'orgIdList': None, 'pkId': '15944136606751916142', 'userId': None}, {'cellPhone': '13200000462', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '二胖', 'orgIdList': None, 'pkId': '15944136606751916143', 'userId': None}, {'cellPhone': '13200000463', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张哥', 'orgIdList': None, 'pkId': '15944136606751916144', 'userId': None}, {'cellPhone': '13200000464', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李勇伟', 'orgIdList': None, 'pkId': '15944136606751916145', 'userId': None}, {'cellPhone': '13200000465', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '明明', 'orgIdList': None, 'pkId': '15944136606751916146', 'userId': None}, {'cellPhone': '13200000466', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王雄英', 'orgIdList': None, 'pkId': '15944136606751916147', 'userId': None}, {'cellPhone': '13200000467', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王哥', 'orgIdList': None, 'pkId': '15944136606751916148', 'userId': None}, {'cellPhone': '13200000468', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王哥', 'orgIdList': None, 'pkId': '15944136606751916149', 'userId': None}, {'cellPhone': '13200000469', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '久哥', 'orgIdList': None, 'pkId': '15944136606751916150', 'userId': None}, {'cellPhone': '13200000470', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '出租车', 'orgIdList': None, 'pkId': '15944136606751916151', 'userId': None}, {'cellPhone': '13200000471', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王永鹏', 'orgIdList': None, 'pkId': '15944136606751916152', 'userId': None}, {'cellPhone': '13200000472', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '房洪五', 'orgIdList': None, 'pkId': '15944136606751916153', 'userId': None}, {'cellPhone': '13200000473', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '曹液', 'orgIdList': None, 'pkId': '15944136606751916154', 'userId': None}, {'cellPhone': '13200000474', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '小贾', 'orgIdList': None, 'pkId': '15944136606751916155', 'userId': None}, {'cellPhone': '13200000475', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙明', 'orgIdList': None, 'pkId': '15944136606751916156', 'userId': None}, {'cellPhone': '13200000476', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王哥', 'orgIdList': None, 'pkId': '15944136606751916157', 'userId': None}, {'cellPhone': '13200000477', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '二哥', 'orgIdList': None, 'pkId': '15944136606751916158', 'userId': None}, {'cellPhone': '13200000478', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '奇瑞', 'orgIdList': None, 'pkId': '15944136606751916159', 'userId': None}, {'cellPhone': '13200000479', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝忠虎', 'orgIdList': None, 'pkId': '15944136606751916160', 'userId': None}, {'cellPhone': '13200000480', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张高', 'orgIdList': None, 'pkId': '15944136606751916161', 'userId': None}, {'cellPhone': '13200000481', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李富强', 'orgIdList': None, 'pkId': '15944136606751916162', 'userId': None}, {'cellPhone': '13200000482', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王健霖', 'orgIdList': None, 'pkId': '15944136606751916163', 'userId': None}, {'cellPhone': '13200000483', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张永峰', 'orgIdList': None, 'pkId': '15944136606751916164', 'userId': None}, {'cellPhone': '13200000484', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李强', 'orgIdList': None, 'pkId': '15944136606751916165', 'userId': None}, {'cellPhone': '13200000485', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王永利', 'orgIdList': None, 'pkId': '15944136606751916166', 'userId': None}, {'cellPhone': '13200000486', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李瑞', 'orgIdList': None, 'pkId': '15944136606751916167', 'userId': None}, {'cellPhone': '13200000487', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李强', 'orgIdList': None, 'pkId': '15944136606751916168', 'userId': None}, {'cellPhone': '13200000488', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郑凯', 'orgIdList': None, 'pkId': '15944136606751916169', 'userId': None}, {'cellPhone': '13200000489', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '大哥', 'orgIdList': None, 'pkId': '15944136606751916170', 'userId': None}, {'cellPhone': '13200000490', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈飞翔', 'orgIdList': None, 'pkId': '15944136606751916171', 'userId': None}, {'cellPhone': '13200000491', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '姜飞', 'orgIdList': None, 'pkId': '15944136606751916172', 'userId': None}, {'cellPhone': '13200000492', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '苏燕龙', 'orgIdList': None, 'pkId': '15944136606751916173', 'userId': None}, {'cellPhone': '13200000493', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '刘耀', 'orgIdList': None, 'pkId': '15944136606751916174', 'userId': None}, {'cellPhone': '13200000494', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '闫大哥', 'orgIdList': None, 'pkId': '15944136606751916175', 'userId': None}, {'cellPhone': '13200000495', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '卜天星', 'orgIdList': None, 'pkId': '15944136606751916176', 'userId': None}, {'cellPhone': '13200000496', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李慧', 'orgIdList': None, 'pkId': '15944136606751916177', 'userId': None}, {'cellPhone': '13200000497', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙利军', 'orgIdList': None, 'pkId': '15944136606751916178', 'userId': None}, {'cellPhone': '13200000498', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郝志勇', 'orgIdList': None, 'pkId': '15944136606751916179', 'userId': None}, {'cellPhone': '13200000499', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王三', 'orgIdList': None, 'pkId': '15944136606751916180', 'userId': None}, {'cellPhone': '13200000500', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '柳林', 'orgIdList': None, 'pkId': '15944136606751916181', 'userId': None}, {'cellPhone': '13200000501', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '乌云', 'orgIdList': None, 'pkId': '15944136606751916182', 'userId': None}, {'cellPhone': '13200000502', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '宋运川', 'orgIdList': None, 'pkId': '15944136606751916183', 'userId': None}, {'cellPhone': '13200000503', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王奇瑞', 'orgIdList': None, 'pkId': '15944136606751916184', 'userId': None}, {'cellPhone': '13200000504', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孔德辉', 'orgIdList': None, 'pkId': '15944136606751916185', 'userId': None}, {'cellPhone': '13200000505', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张哥', 'orgIdList': None, 'pkId': '15944136606751916186', 'userId': None}, {'cellPhone': '13200000506', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '肖光旭', 'orgIdList': None, 'pkId': '15944136606751916187', 'userId': None}, {'cellPhone': '13200000507', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张宸赫', 'orgIdList': None, 'pkId': '15944136606751916188', 'userId': None}, {'cellPhone': '13200000508', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '方华', 'orgIdList': None, 'pkId': '15944136606751916189', 'userId': None}, {'cellPhone': '13200000509', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李成', 'orgIdList': None, 'pkId': '15944136606751916190', 'userId': None}, {'cellPhone': '13200000510', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈老四', 'orgIdList': None, 'pkId': '15944136606751916191', 'userId': None}, {'cellPhone': '13200000511', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '蔺宇', 'orgIdList': None, 'pkId': '15944136606751916192', 'userId': None}, {'cellPhone': '13200000512', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '屈哥', 'orgIdList': None, 'pkId': '15944136606751916193', 'userId': None}, {'cellPhone': '13200000513', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王常青', 'orgIdList': None, 'pkId': '15944136606751916194', 'userId': None}, {'cellPhone': '13200000514', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高永强', 'orgIdList': None, 'pkId': '15944136606751916195', 'userId': None}, {'cellPhone': '13200000515', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭彦斌', 'orgIdList': None, 'pkId': '15944136606751916196', 'userId': None}, {'cellPhone': '13200000516', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '斌子', 'orgIdList': None, 'pkId': '15944136606751916197', 'userId': None}, {'cellPhone': '13200000517', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张谊', 'orgIdList': None, 'pkId': '15944136606751916198', 'userId': None}, {'cellPhone': '13200000518', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '王总', 'orgIdList': None, 'pkId': '15944136606751916199', 'userId': None}, {'cellPhone': '13200000519', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高伟二哥', 'orgIdList': None, 'pkId': '15944136606751916200', 'userId': None}, {'cellPhone': '13200000520', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '陈永强', 'orgIdList': None, 'pkId': '15944136606751916201', 'userId': None}, {'cellPhone': '13200000521', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '福特老王', 'orgIdList': None, 'pkId': '15944136606751916202', 'userId': None}, {'cellPhone': '13200000522', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张学良', 'orgIdList': None, 'pkId': '15944136606751916203', 'userId': None}, {'cellPhone': '13200000523', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨勇', 'orgIdList': None, 'pkId': '15944136606751916204', 'userId': None}, {'cellPhone': '13200000524', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '李茂', 'orgIdList': None, 'pkId': '15944136606751916205', 'userId': None}, {'cellPhone': '13200000525', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '郭建平', 'orgIdList': None, 'pkId': '15944136606751916206', 'userId': None}, {'cellPhone': '13200000526', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '张娟', 'orgIdList': None, 'pkId': '15944136606751916207', 'userId': None}, {'cellPhone': '13200000527', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '高程霞', 'orgIdList': None, 'pkId': '15944136606751916208', 'userId': None}, {'cellPhone': '13200000528', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '孙凯', 'orgIdList': None, 'pkId': '15944136606751916209', 'userId': None}, {'cellPhone': '13200000529', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '二手轮胎', 'orgIdList': None, 'pkId': '15944136606751916210', 'userId': None}, {'cellPhone': '13200000530', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '柴建华', 'orgIdList': None, 'pkId': '15944136606751916211', 'userId': None}, {'cellPhone': '13200000531', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '史月峰', 'orgIdList': None, 'pkId': '15944136606751916212', 'userId': None}, {'cellPhone': '13200000532', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '范文辉', 'orgIdList': None, 'pkId': '15944136606751916213', 'userId': None}, {'cellPhone': '13200000533', 'departmentVoList': [{'depId': 336860, 'depName': 'F6数据组(废)'}], 'employeeCode': '', 'isDel': 0, 'name': '杨乐', 'orgIdList': None, 'pkId': '15944136606751916214', 'userId': None}]\n"
|
||
]
|
||
}
|
||
],
|
||
"execution_count": 46
|
||
},
|
||
{
|
||
"metadata": {},
|
||
"cell_type": "markdown",
|
||
"source": "# 修改请求",
|
||
"id": "b7796f7900191c19"
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-28T08:56:42.172144Z",
|
||
"start_time": "2025-07-28T08:56:41.946297Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": [
|
||
"import requests\n",
|
||
"\n",
|
||
"cookies = {\n",
|
||
" 'memberSESSIONID': '51cbcae1-6734-4ff2-8440-0ba499afb046',\n",
|
||
" 'erpLanguage': 'zh-CN',\n",
|
||
" 'prodOrg': '11240984669917217520',\n",
|
||
" 'unp': '15865484595890778191',\n",
|
||
" 'un': '15865484595890778191',\n",
|
||
" '_up': '-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.',\n",
|
||
" 'sensorsdata2015jssdkcross': '%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D',\n",
|
||
" 'tmall': 'false',\n",
|
||
" 'Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753239849,1753319248,1753329553,1753429373',\n",
|
||
" 'Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a': '1753429373',\n",
|
||
" 'HMACCOUNT': '6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"headers = {\n",
|
||
" 'accept': 'application/json, text/plain, */*',\n",
|
||
" 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',\n",
|
||
" 'content-type': 'application/json;charset=UTF-8',\n",
|
||
" 'origin': 'https://yunxiu.f6car.cn',\n",
|
||
" 'priority': 'u=1, i',\n",
|
||
" 'referer': 'https://yunxiu.f6car.cn/erp/view/index.html',\n",
|
||
" 'sec-ch-ua': '\"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Microsoft Edge\";v=\"138\"',\n",
|
||
" 'sec-ch-ua-mobile': '?0',\n",
|
||
" 'sec-ch-ua-platform': '\"Windows\"',\n",
|
||
" 'sec-fetch-dest': 'empty',\n",
|
||
" 'sec-fetch-mode': 'cors',\n",
|
||
" 'sec-fetch-site': 'same-origin',\n",
|
||
" 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0',\n",
|
||
" 'x-requested-with': 'XMLHttpRequest',\n",
|
||
"}\n",
|
||
"\n",
|
||
"\n",
|
||
"response = requests.post(\n",
|
||
" 'https://yunxiu.f6car.cn/member/customer/modifyCustomer',\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
" json=json_data,\n",
|
||
")\n",
|
||
"\n",
|
||
"response.json()"
|
||
],
|
||
"id": "7b38dc5de3cf91ab",
|
||
"outputs": [
|
||
{
|
||
"data": {
|
||
"text/plain": [
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}"
|
||
]
|
||
},
|
||
"execution_count": 41,
|
||
"metadata": {},
|
||
"output_type": "execute_result"
|
||
}
|
||
],
|
||
"execution_count": 41
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-29T01:58:30.455071Z",
|
||
"start_time": "2025-07-29T01:58:24.579371Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": [
|
||
"import requests\n",
|
||
"from module import F6_module\n",
|
||
"import time\n",
|
||
"import pandas as pd\n",
|
||
"import re\n",
|
||
"from typing import Dict, Any, Optional\n",
|
||
"\n",
|
||
"f6_module = F6_module()\n",
|
||
"\n",
|
||
"username = \"18742526670\"\n",
|
||
"password = \"Zy18742526670\"\n",
|
||
"store_name = \"F6汽车科技数据组测试(废弃)\"\n",
|
||
"# org_name = '分店测试(废弃)'\n",
|
||
"\n",
|
||
"res = f6_module.login_in(username, password, store_name)\n",
|
||
"cookies = requests.utils.dict_from_cookiejar(res.cookies)\n",
|
||
"print(cookies)\n",
|
||
"\n",
|
||
"up_dict = [\n",
|
||
" {\"客户手机号\": \"18635888263\", \"专属运营顾问\": \"张阳\"},\n",
|
||
" {\"客户手机号\": \"17735858597\", \"专属运营顾问\": \"曹伟\"},\n",
|
||
" {\"客户手机号\": \"15935179761\", \"专属运营顾问\": \"万强\"},\n",
|
||
"]\n",
|
||
"\n",
|
||
"df = pd.DataFrame(up_dict)\n",
|
||
"\n",
|
||
"headers = {\n",
|
||
" 'accept': 'application/json, text/plain, */*',\n",
|
||
" 'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',\n",
|
||
" 'priority': 'u=1, i',\n",
|
||
" 'referer': 'https://yunxiu.f6car.cn/erp/view/index.html',\n",
|
||
" 'sec-ch-ua': '\"Not)A;Brand\";v=\"8\", \"Chromium\";v=\"138\", \"Microsoft Edge\";v=\"138\"',\n",
|
||
" 'sec-ch-ua-mobile': '?0',\n",
|
||
" 'sec-ch-ua-platform': '\"Windows\"',\n",
|
||
" 'sec-fetch-dest': 'empty',\n",
|
||
" 'sec-fetch-mode': 'cors',\n",
|
||
" 'sec-fetch-site': 'same-origin',\n",
|
||
" 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0',\n",
|
||
" 'x-requested-with': 'XMLHttpRequest',\n",
|
||
" # 'cookie': 'memberSESSIONID=51cbcae1-6734-4ff2-8440-0ba499afb046; erpLanguage=zh-CN; prodOrg=11240984669917217520; unp=15865484595890778191; un=15865484595890778191; _up=-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfAQq4Ih0AAM_PBRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj90B7u9sDXaGA.; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%2215865484595890778191%22%2C%22first_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%22198318ea9e5465-0620cc84e196ca8-4c657b58-1327104-198318ea9e61865%22%7D; tmall=false; Hm_lvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753239849,1753319248,1753329553,1753429373; Hm_lpvt_25f5e7a3a5dbb293d7dd35d5f1be8d0a=1753429373; HMACCOUNT=6C57D3B85B36E54F',\n",
|
||
"}\n",
|
||
"\n",
|
||
"params = {\n",
|
||
" 'pageSize': 100,\n",
|
||
" 'pageNo': '1',\n",
|
||
"}\n",
|
||
"\n",
|
||
"res = requests.get(\n",
|
||
" 'https://yunxiu.f6car.cn/member/customer/listForPermission',\n",
|
||
" params=params,\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
")\n",
|
||
"\n",
|
||
"total = int(res.json().get(\"data\").get(\"total\"))\n",
|
||
"total_pages = (total // params[\"pageSize\"]) + (1 if total % params[\"pageSize\"] > 0 else 0)\n",
|
||
"total_pages=2\n",
|
||
"print(f\"总计{total_pages}页\")\n",
|
||
"\n",
|
||
"all_customers = []\n",
|
||
"max_retries = 10\n",
|
||
"retry_count = 0\n",
|
||
"for page in range(1, total_pages + 1):\n",
|
||
" print(f\"正在请求第 {page} 页...\")\n",
|
||
" params[\"currentPage\"] = page\n",
|
||
"\n",
|
||
" while retry_count < max_retries:\n",
|
||
" response = requests.get(\n",
|
||
" 'https://yunxiu.f6car.cn/member/customer/listForPermission',\n",
|
||
" params=params,\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
" timeout=10\n",
|
||
" )\n",
|
||
" time.sleep(1)\n",
|
||
" if response.status_code == 200:\n",
|
||
"\n",
|
||
" suppliers = response.json().get(\"data\", {}).get(\"data\",[])\n",
|
||
" if not isinstance(suppliers, list): # 确保 suppliers 是列表\n",
|
||
" suppliers = []\n",
|
||
" all_customers.extend(suppliers)\n",
|
||
"\n",
|
||
" break\n",
|
||
" else:\n",
|
||
" retry_count += 1\n",
|
||
" print(f\"请求第 {page} 页失败,正在重试(第 {retry_count} 次)...\")\n",
|
||
" time.sleep(3)\n",
|
||
"\n",
|
||
" # try:\n",
|
||
"\n",
|
||
" # except Exception as e:\n",
|
||
" # print(f\"请求第 {page} 页失败,错误:\", e)\n",
|
||
" # continue\n",
|
||
"\n",
|
||
"# 获取专属运营顾问列表\n",
|
||
"json_data = {\n",
|
||
" 'includeStopedEmployee': False,\n",
|
||
" 'pageSize': 1000,\n",
|
||
" 'filterNullUser': False,\n",
|
||
" 'keyword': '',\n",
|
||
" 'idOwnOrgList': [],\n",
|
||
"}\n",
|
||
"\n",
|
||
"response1 = requests.post(\n",
|
||
" 'https://yunxiu.f6car.cn/hive/employee/searchStaffInGroup',\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
" json=json_data,\n",
|
||
")\n",
|
||
"\n",
|
||
"# Note: json_data will not be serialized by requests\n",
|
||
"# exactly as it was in the original request.\n",
|
||
"#data = '{\"includeStopedEmployee\":false,\"pageSize\":10,\"filterNullUser\":false,\"keyword\":\"\",\"idOwnOrgList\":[]}'\n",
|
||
"#response = requests.post('https://yunxiu.f6car.cn/hive/employee/searchStaffInGroup', cookies=cookies, headers=headers, data=data)\n",
|
||
"staff_list = response1.json().get(\"data\").get(\"list\")\n",
|
||
"name_to_userid = {\n",
|
||
" emp['name']: emp['userId']\n",
|
||
" for emp in staff_list\n",
|
||
" if emp['userId'] is not None\n",
|
||
"}\n",
|
||
"print(name_to_userid)\n",
|
||
"df['userId'] = df['专属运营顾问'].map(name_to_userid)\n",
|
||
"print(df)\n",
|
||
"\n",
|
||
"def extract_province_city_district(address: Optional[str]) -> Dict[str, Optional[str]]:\n",
|
||
" \"\"\"安全解析省市区信息,所有返回值都可能为None\"\"\"\n",
|
||
" if not address:\n",
|
||
" return {'省': None, '市': None, '区': None}\n",
|
||
"\n",
|
||
" try:\n",
|
||
" pattern = r'(?P<省>(?:[\\u4e00-\\u9fa5]+(?:省|自治区|特别行政区))?)' \\\n",
|
||
" r'(?P<市>(?:[\\u4e00-\\u9fa5]+(?:市|自治州|地区|盟))?)' \\\n",
|
||
" r'(?P<区>(?:[\\u4e00-\\u9fa5]+区|[\\u4e00-\\u9fa5]+县|[\\u4e00-\\u9fa5]+旗)?)'\n",
|
||
" match = re.match(pattern, address.strip())\n",
|
||
" return {k: v if v else None for k, v in match.groupdict().items()} if match else {'省': None, '市': None,\n",
|
||
" '区': None}\n",
|
||
" except Exception:\n",
|
||
" return {'省': None, '市': None, '区': None}\n",
|
||
"\n",
|
||
"\n",
|
||
"def safe_get(d: Optional[Dict], *keys, default=None):\n",
|
||
" \"\"\"多层字典安全获取值,始终返回可能为None的值\"\"\"\n",
|
||
" if not isinstance(d, dict):\n",
|
||
" return default\n",
|
||
"\n",
|
||
" for key in keys:\n",
|
||
" d = d.get(key, {})\n",
|
||
" if not isinstance(d, dict):\n",
|
||
" break\n",
|
||
" return d if d != {} else default\n",
|
||
"\n",
|
||
"\n",
|
||
"def convert_to_request_data(original_data: Optional[Dict[str, Any]], df: pd.DataFrame) -> Dict[str, Any]:\n",
|
||
" \"\"\"\n",
|
||
" 完全安全的字典转换函数\n",
|
||
" 特点:\n",
|
||
" 1. 每个字段的值都可能为None\n",
|
||
" 2. 不会因为任何字段为空而报错\n",
|
||
" 3. 不使用任何默认值,完全保留原始数据的空值状态\n",
|
||
" \"\"\"\n",
|
||
" # 安全获取嵌套数据,所有中间步骤都可能为None\n",
|
||
" customer_info = safe_get(original_data, 'data', 'customerInfo') if original_data else None\n",
|
||
"\n",
|
||
" # 安全解析地址信息(结果中的省市区都可能为None)\n",
|
||
" address_parts = extract_province_city_district(\n",
|
||
" safe_get(customer_info, 'provinceCityAreaName') if customer_info else None\n",
|
||
" )\n",
|
||
"\n",
|
||
" # 获取当前客户的手机号\n",
|
||
" cell_phone = safe_get(customer_info, 'cellPhone')\n",
|
||
"\n",
|
||
" # 从DataFrame中查找匹配的专属运营顾问信息\n",
|
||
" exclusive_info = None\n",
|
||
" if cell_phone and not df.empty:\n",
|
||
" matched_row = df[df['客户手机号'] == cell_phone]\n",
|
||
" if not matched_row.empty:\n",
|
||
" exclusive_info = {\n",
|
||
" 'userId': matched_row.iloc[0]['userId'],\n",
|
||
" 'name': matched_row.iloc[0]['专属运营顾问']\n",
|
||
" }\n",
|
||
"\n",
|
||
" # 构建请求数据字典,所有字段都允许为None\n",
|
||
" request_data = {\n",
|
||
" # 标识字段\n",
|
||
" \"pkId\": safe_get(customer_info, 'idCustomer'),\n",
|
||
" \"idCustomer\": safe_get(customer_info, 'idCustomer'),\n",
|
||
"\n",
|
||
" # 基本信息\n",
|
||
" \"name\": safe_get(customer_info, 'name'),\n",
|
||
" \"sex\": safe_get(customer_info, 'sex'),\n",
|
||
" \"customerType\": safe_get(customer_info, 'customerType'),\n",
|
||
"\n",
|
||
" # 来源信息\n",
|
||
" \"customerSource\": safe_get(customer_info, 'customerSource'),\n",
|
||
" \"customerSourceName\": safe_get(customer_info, 'customerSourceName'),\n",
|
||
"\n",
|
||
" # 联系信息\n",
|
||
" \"companyName\": safe_get(customer_info, 'companyName'),\n",
|
||
" \"cellPhone\": cell_phone,\n",
|
||
" \"wechart\": safe_get(customer_info, 'wechart'),\n",
|
||
" \"qq\": safe_get(customer_info, 'qq'),\n",
|
||
" \"contacts\": safe_get(customer_info, 'contacts'),\n",
|
||
" \"contactTelephone\": safe_get(customer_info, 'contactTelephone'),\n",
|
||
"\n",
|
||
" # 地址信息(全部允许为None)\n",
|
||
" \"province\": safe_get(customer_info, 'province'),\n",
|
||
" \"city\": safe_get(customer_info, 'city'),\n",
|
||
" \"area\": safe_get(customer_info, 'area'),\n",
|
||
" \"street\": safe_get(customer_info, 'street'),\n",
|
||
" \"address\": safe_get(customer_info, 'address'),\n",
|
||
" \"detailAddress\": safe_get(customer_info, 'detailAddress'),\n",
|
||
" \"pId\": safe_get(customer_info, 'province'),\n",
|
||
" \"cId\": safe_get(customer_info, 'city'),\n",
|
||
" \"aId\": safe_get(customer_info, 'area'),\n",
|
||
" \"provinceName\": address_parts.get('省'),\n",
|
||
" \"cityName\": address_parts.get('市'),\n",
|
||
" \"areaName\": address_parts.get('区'),\n",
|
||
" \"provinceCityAreaName\": safe_get(customer_info, 'provinceCityAreaName'),\n",
|
||
"\n",
|
||
" # 时间信息\n",
|
||
" \"birthday\": safe_get(customer_info, 'birthday'),\n",
|
||
" \"creationtime\": safe_get(customer_info, 'creationtime'),\n",
|
||
" \"modifiedtime\": safe_get(customer_info, 'modifiedtime'),\n",
|
||
"\n",
|
||
" # 系统信息\n",
|
||
" \"creator\": safe_get(customer_info, 'creator'),\n",
|
||
" \"creatorName\": safe_get(customer_info, 'creatorName'),\n",
|
||
" \"modifier\": safe_get(customer_info, 'modifier'),\n",
|
||
" \"idOwnOrg\": safe_get(customer_info, 'idOwnOrg'),\n",
|
||
" \"idOwnGroup\": safe_get(customer_info, 'idOwnGroup'),\n",
|
||
"\n",
|
||
" # 个人资料\n",
|
||
" \"insuranceCompany\": safe_get(customer_info, 'insuranceCompany'),\n",
|
||
" \"maritalStatus\": safe_get(customer_info, 'maritalStatus'),\n",
|
||
" \"monthlyIncome\": safe_get(customer_info, 'monthlyIncome'),\n",
|
||
" \"idNumber\": safe_get(customer_info, 'idNumber'),\n",
|
||
" \"personHobby\": safe_get(customer_info, 'personHobby'),\n",
|
||
" \"credentialsType\": safe_get(customer_info, 'credentialsType'),\n",
|
||
"\n",
|
||
" # 数值信息\n",
|
||
" \"points\": safe_get(customer_info, 'points'),\n",
|
||
" \"maxAccountAmount\": safe_get(customer_info, 'maxAccountAmount'),\n",
|
||
" \"pointsEnable\": safe_get(customer_info, 'pointsEnable'),\n",
|
||
"\n",
|
||
" # 会员信息\n",
|
||
" \"level\": safe_get(customer_info, 'level'),\n",
|
||
" \"memberCardNo\": safe_get(customer_info, 'memberCardNo'),\n",
|
||
" \"customerLevel\": safe_get(customer_info, 'customerLevel'),\n",
|
||
"\n",
|
||
" # 关联信息\n",
|
||
" \"exclusiveConsultantId\": exclusive_info['userId'] if exclusive_info else safe_get(customer_info, 'exclusiveConsultantId'),\n",
|
||
" \"exclusiveConsultantName\": exclusive_info['name'] if exclusive_info else safe_get(customer_info, 'exclusiveConsultantName'),\n",
|
||
" \"exclusiveOrgId\": safe_get(customer_info, 'exclusiveOrgId'),\n",
|
||
" \"exclusiveOrgName\": safe_get(customer_info, 'exclusiveOrgName'),\n",
|
||
"\n",
|
||
" # 其他字段\n",
|
||
" \"isDel\": safe_get(customer_info, 'isDel'),\n",
|
||
" \"idFrom\": safe_get(customer_info, 'idFrom'),\n",
|
||
" \"mnemonic\": safe_get(customer_info, 'mnemonic'),\n",
|
||
" \"idOrgSource\": safe_get(customer_info, 'idOrgSource'),\n",
|
||
" \"firstArrivalIdSourceBill\": safe_get(customer_info, 'firstArrivalIdSourceBill'),\n",
|
||
" \"lastArrivalIdSourceBill\": safe_get(customer_info, 'lastArrivalIdSourceBill'),\n",
|
||
" \"customerInfoType\": safe_get(customer_info, 'customerInfoType'),\n",
|
||
" \"customerInfoCompleteDate\": safe_get(customer_info, 'customerInfoCompleteDate'),\n",
|
||
" \"customerInfoCompleteType\": safe_get(customer_info, 'customerInfoCompleteType'),\n",
|
||
" \"xczUserId\": safe_get(customer_info, 'xczUserId'),\n",
|
||
" \"xczUuid\": safe_get(customer_info, 'xczUuid'),\n",
|
||
" \"idWxbCustomer\": safe_get(customer_info, 'idWxbCustomer'),\n",
|
||
" \"promoteEmployeeId\": safe_get(customer_info, 'promoteEmployeeId'),\n",
|
||
" \"promoteEmployeeName\": safe_get(customer_info, 'promoteEmployeeName'),\n",
|
||
" \"promoteMemberId\": safe_get(customer_info, 'promoteMemberId'),\n",
|
||
" \"promoteMemberName\": safe_get(customer_info, 'promoteMemberName'),\n",
|
||
" \"driverExpiryDate\": safe_get(customer_info, 'driverExpiryDate'),\n",
|
||
" \"customerMemo\": safe_get(customer_info, 'customerMemo'),\n",
|
||
" \"crmDeleteExclusiveFlag\": safe_get(customer_info, 'crmDeleteExclusiveFlag'),\n",
|
||
" \"totalObtainPoints\": safe_get(customer_info, 'totalObtainPoints'),\n",
|
||
" \"totalUsedPoints\": safe_get(customer_info, 'totalUsedPoints'),\n",
|
||
" \"orgName\": safe_get(customer_info, 'orgName'),\n",
|
||
" \"weChatFollower\": safe_get(customer_info, 'weChatFollower'),\n",
|
||
" \"pointsEnableConfig\": safe_get(customer_info, 'pointsEnableConfig'),\n",
|
||
" \"personalPointsEnableConfig\": safe_get(customer_info, 'personalPointsEnableConfig'),\n",
|
||
" \"pointsButtonStatus\": safe_get(customer_info, 'pointsButtonStatus'),\n",
|
||
" \"tmallInstallMember\": safe_get(customer_info, 'tmallInstallMember'),\n",
|
||
" \"corpId\": safe_get(customer_info, 'corpId'),\n",
|
||
" \"thirdCorpId\": safe_get(customer_info, 'thirdCorpId'),\n",
|
||
"\n",
|
||
" # 空列表/字符串\n",
|
||
" \"photos\": [],\n",
|
||
" \"cars\": [],\n",
|
||
" \"idEmployee\": None,\n",
|
||
" \"employeeName\": None\n",
|
||
" }\n",
|
||
"\n",
|
||
" return request_data\n",
|
||
"\n",
|
||
"print(1)\n",
|
||
"\n",
|
||
"\n",
|
||
"new_customers = []\n",
|
||
"for customer in all_customers:\n",
|
||
" print( customer)\n",
|
||
" phone = customer.get(\"cellPhone\")\n",
|
||
" if phone in df[\"客户手机号\"].tolist():\n",
|
||
" cus_id = customer.get(\"idCustomer\", {})\n",
|
||
" # 获取客户id\n",
|
||
" cus_response = requests.get(f'https://yunxiu.f6car.cn/member/customer/{cus_id}', cookies=cookies,\n",
|
||
" headers=headers) # 做过滤,如果请求结果少于目前条数,则不执行\n",
|
||
" original_data = cus_response.json()\n",
|
||
" final_json_data = convert_to_request_data(original_data,df)\n",
|
||
" # 修改\n",
|
||
" final_response = requests.post(\n",
|
||
" 'https://yunxiu.f6car.cn/member/customer/modifyCustomer',\n",
|
||
" cookies=cookies,\n",
|
||
" headers=headers,\n",
|
||
" json=final_json_data,\n",
|
||
" )\n",
|
||
" print(final_response.json())\n"
|
||
],
|
||
"id": "26f0785a935809e7",
|
||
"outputs": [
|
||
{
|
||
"name": "stdout",
|
||
"output_type": "stream",
|
||
"text": [
|
||
"[('f6sid', '7aae6f23-3379-4e6b-ab38-80b470e6a009')]\n",
|
||
"{'f6sid': '3f7fc831-d134-4e2c-b3b4-ed2b42fccd05', 'un': '15865484595890778191', 'prodOrg': '11240984669917217520', 'unp': '15865484595890778191', '_up': '-NillNN-qyBEJ--t3vnSknvoOF53y_SJuMkA2n43U-daUfnArpjQjaZJ9Q3d-WrAAGgt60MgQHajHWBHMKKxj0CuWypi1JgKCFP1EPEk-HbqEfATrI8h1wcJ9_dRv-ZNHu3M-GTc1p60EX-sq-RQgeIal1HLPxpurEj9kmLisLW4MWg.'}\n",
|
||
"总计2页\n",
|
||
"正在请求第 1 页...\n",
|
||
"正在请求第 2 页...\n",
|
||
"{'曹伟': '15503028824961978372', '万强': '15506265573460807709', '刘传华': '15520838637162860602', '杨国栋': '15566083769755508833', '朱宁': '15716453277103058943', '陈致欣': '15786458863529648173', '张阳': '15865484595890778191', '张阳单店': '15871289173714427923', '测试01': '15886156072675815444', '1953412665': '15886416000959229993', '宋立伟': '15936802022662271048'}\n",
|
||
" 客户手机号 专属运营顾问 userId\n",
|
||
"0 18635888263 张阳 15865484595890778191\n",
|
||
"1 17735858597 曹伟 15503028824961978372\n",
|
||
"2 15935179761 万强 15506265573460807709\n",
|
||
"1\n",
|
||
"{'idCustomer': '12080550064028663920', 'name': '马鹏程奥迪A4', 'sex': None, 'cellPhone': '18635888263', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': '15503028824810983521', 'exclusiveConsultantName': '曹伟', 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '31349175', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': 'null', 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550064016081356', 'name': '韩永贵索9', 'sex': None, 'cellPhone': '17735858597', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '33540053', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550064016081289', 'name': '陈微奥德赛', 'sex': None, 'cellPhone': '15935179761', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '33775944', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550063995114153', 'name': '邓开国福克斯', 'sex': None, 'cellPhone': '19510246868', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '36403831', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063995113700', 'name': '文多慧轩逸', 'sex': None, 'cellPhone': '13753832577', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '38120788', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063995113525', 'name': '任亮明', 'sex': None, 'cellPhone': '15234889443', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '38779625', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982527266', 'name': '王伟朗逸', 'sex': None, 'cellPhone': '13753890716', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '40146775', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526832', 'name': '张彤宇红旗H5', 'sex': None, 'cellPhone': '17582823510', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '42256702', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526712', 'name': '褚小霞', 'sex': None, 'cellPhone': '15637473883', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '43110722', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526673', 'name': '李超超', 'sex': None, 'cellPhone': '15035395494', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '43301357', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526562', 'name': '李振义', 'sex': None, 'cellPhone': '15035859123', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '44095906', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664192', 'name': '吉利', 'sex': None, 'cellPhone': '10031122325', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30278040', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664191', 'name': '起亚智跑', 'sex': None, 'cellPhone': '18535394222', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30281354', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664190', 'name': '凯美瑞', 'sex': None, 'cellPhone': '15835802063', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30283263', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664189', 'name': '科沃兹晏先生', 'sex': None, 'cellPhone': '15834225992', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30289740', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664184', 'name': '韩小轩正清和', 'sex': None, 'cellPhone': '13485442444', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300259', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664183', 'name': '风神A60', 'sex': None, 'cellPhone': '10031122324', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300453', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664182', 'name': '哈弗H8', 'sex': None, 'cellPhone': '10031122323', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300669', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664181', 'name': '本田', 'sex': None, 'cellPhone': '10031122322', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30302568', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664180', 'name': '传奇三志物流', 'sex': None, 'cellPhone': '10031122321', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30302648', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664179', 'name': '文水朗逸', 'sex': None, 'cellPhone': '10031122320', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30312848', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664178', 'name': '肖本宾吉利', 'sex': None, 'cellPhone': '15235810223', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30325556', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664177', 'name': '红旗h7', 'sex': None, 'cellPhone': '10031122319', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30331805', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664176', 'name': '单福特', 'sex': None, 'cellPhone': '10031122318', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30340136', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664175', 'name': '抖音标志', 'sex': None, 'cellPhone': '10031122317', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343149', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664174', 'name': '许光宇君越', 'sex': None, 'cellPhone': '15635818214', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343332', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664173', 'name': '郭康辉', 'sex': None, 'cellPhone': '13753384486', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343826', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664172', 'name': '比亚迪速锐', 'sex': None, 'cellPhone': '10031122316', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30345515', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664171', 'name': '长城vv5', 'sex': None, 'cellPhone': '10031122315', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30358972', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664170', 'name': '轩逸', 'sex': None, 'cellPhone': '10031122314', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30359177', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664169', 'name': '福特', 'sex': None, 'cellPhone': '10031122313', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30359519', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664168', 'name': '志俊', 'sex': None, 'cellPhone': '10031122312', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30367048', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664167', 'name': '郝蕊名爵', 'sex': None, 'cellPhone': '13633581632', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30370959', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664165', 'name': '吕天鹏缤越', 'sex': None, 'cellPhone': '13753378026', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382444', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664164', 'name': 'QQ', 'sex': None, 'cellPhone': '10031122311', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382572', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664163', 'name': '奥迪A8', 'sex': None, 'cellPhone': '10031122310', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382770', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664162', 'name': '张成丙', 'sex': None, 'cellPhone': '13753855695', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30387694', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664161', 'name': '吉利', 'sex': None, 'cellPhone': '10031122309', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30392732', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664160', 'name': '新秀程明威', 'sex': None, 'cellPhone': '18234893373', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30400934', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664159', 'name': '长城C30', 'sex': None, 'cellPhone': '10031122308', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30406349', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664158', 'name': '吉利帝豪', 'sex': None, 'cellPhone': '10031122307', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30411906', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664157', 'name': '王小兵', 'sex': None, 'cellPhone': '13453851159', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30413118', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664156', 'name': '帕萨特', 'sex': None, 'cellPhone': '10031122306', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30416071', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664155', 'name': '张永浩朗逸张文哥', 'sex': None, 'cellPhone': '15935824645', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30435757', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664154', 'name': '尼桑逍客', 'sex': None, 'cellPhone': '10031122305', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30457292', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664153', 'name': '帕萨特曹村', 'sex': None, 'cellPhone': '10031122304', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30459452', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664152', 'name': '东南', 'sex': None, 'cellPhone': '10031122303', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30461042', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664151', 'name': '传奇GS4', 'sex': None, 'cellPhone': '13293675111', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30468512', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664150', 'name': '张勇卡罗拉', 'sex': None, 'cellPhone': '10031122302', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30473060', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664149', 'name': '宝骏310W', 'sex': None, 'cellPhone': '10031122301', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30483716', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664148', 'name': '柔建新', 'sex': None, 'cellPhone': '10031122300', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30485248', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664147', 'name': '本田歌诗图', 'sex': None, 'cellPhone': '10031122299', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30496415', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664146', 'name': '现代途胜', 'sex': None, 'cellPhone': '10031122298', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30506425', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664145', 'name': '轩逸', 'sex': None, 'cellPhone': '10031122297', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30510220', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664144', 'name': 'CRV', 'sex': None, 'cellPhone': '10031122296', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30516130', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664143', 'name': '三光', 'sex': None, 'cellPhone': '10031122295', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30516317', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664142', 'name': '吴太荣轩逸', 'sex': None, 'cellPhone': '15388581748', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30521372', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664141', 'name': '帕萨特烧机油', 'sex': None, 'cellPhone': '10031122294', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30529279', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664140', 'name': '马九龙', 'sex': None, 'cellPhone': '18635808951', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30541437', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664139', 'name': '丰田威驰', 'sex': None, 'cellPhone': '10031122293', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30547322', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664138', 'name': '高志强吉利', 'sex': None, 'cellPhone': '13453871809', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30557106', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664137', 'name': '吉利', 'sex': None, 'cellPhone': '10031122292', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30558527', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664135', 'name': '王铭桑塔纳', 'sex': None, 'cellPhone': '15513589797', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30563028', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664134', 'name': '雅阁', 'sex': None, 'cellPhone': '15834247299', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30565922', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664133', 'name': '徐朝骏', 'sex': None, 'cellPhone': '13753835870', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30570777', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664132', 'name': '张发明', 'sex': None, 'cellPhone': '13753875405', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30575945', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664131', 'name': '宝来', 'sex': None, 'cellPhone': '10031122291', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30576096', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664130', 'name': '轩逸四兵朋友', 'sex': None, 'cellPhone': '15935193188', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30610015', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664129', 'name': '帝豪', 'sex': None, 'cellPhone': '13453229784', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30624692', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664128', 'name': '宝骏510', 'sex': None, 'cellPhone': '10031122290', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30625758', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664127', 'name': '海马S5', 'sex': None, 'cellPhone': '10031122289', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30655305', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664126', 'name': '李星道', 'sex': None, 'cellPhone': '18903583213', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30673056', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664125', 'name': '王恩俊', 'sex': None, 'cellPhone': '18234849040', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30684843', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664124', 'name': '偏城帝豪', 'sex': None, 'cellPhone': '10031122288', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30684866', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664123', 'name': '石先生朗逸', 'sex': None, 'cellPhone': '18735882008', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30686355', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664122', 'name': '耿志忠瑞虎', 'sex': None, 'cellPhone': '18703587652', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30686435', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664121', 'name': '奥迪A6', 'sex': None, 'cellPhone': '10031122287', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30698780', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664120', 'name': '李兴瑞天语', 'sex': None, 'cellPhone': '13546298616', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30710625', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664119', 'name': '汾阳奥迪Q3', 'sex': None, 'cellPhone': '13834019994', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30711126', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664118', 'name': '捷达', 'sex': None, 'cellPhone': '10031122286', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30718538', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664116', 'name': '王世成二维', 'sex': None, 'cellPhone': '13720922235', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30719559', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664115', 'name': '杨元明长安CX20', 'sex': None, 'cellPhone': '10031122285', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': None, 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664114', 'name': '杨元明长安CX20', 'sex': None, 'cellPhone': '10031122284', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30720064', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664113', 'name': '甜甜弟康康', 'sex': None, 'cellPhone': '10031122283', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30720533', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664112', 'name': '桑塔纳', 'sex': None, 'cellPhone': '10031122282', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30721168', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664111', 'name': '田文攀', 'sex': None, 'cellPhone': '18334851865', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30728836', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664110', 'name': '李剑迈腾', 'sex': None, 'cellPhone': '18535816103', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30731452', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664109', 'name': '奥迪', 'sex': None, 'cellPhone': '10031122281', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30741628', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664107', 'name': '张小强普拉多', 'sex': None, 'cellPhone': '13353581777', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30742426', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664106', 'name': '五菱之光', 'sex': None, 'cellPhone': '10031122280', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30745207', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664105', 'name': '赛欧', 'sex': None, 'cellPhone': '10031122279', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30746932', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664104', 'name': '宝骏510', 'sex': None, 'cellPhone': '10031122278', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30749216', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664103', 'name': '辛', 'sex': None, 'cellPhone': '18534899797', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30763209', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664102', 'name': '韩', 'sex': None, 'cellPhone': '15835842526', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30775344', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664100', 'name': '杨高俊', 'sex': None, 'cellPhone': '13720934707', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30779993', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664099', 'name': '哈弗H6', 'sex': None, 'cellPhone': '10031122277', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30780931', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664098', 'name': '萨塔纳', 'sex': None, 'cellPhone': '10031122276', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30780990', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664097', 'name': '陈坤', 'sex': None, 'cellPhone': '10031122275', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30795958', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664096', 'name': '龙龙', 'sex': None, 'cellPhone': '13734166900', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30806794', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664095', 'name': '温', 'sex': None, 'cellPhone': '18335187364', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30818492', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028663920', 'name': '马鹏程奥迪A4', 'sex': None, 'cellPhone': '18635888263', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': '15503028824810983521', 'exclusiveConsultantName': '曹伟', 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '31349175', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': 'null', 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550064016081356', 'name': '韩永贵索9', 'sex': None, 'cellPhone': '17735858597', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '33540053', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550064016081289', 'name': '陈微奥德赛', 'sex': None, 'cellPhone': '15935179761', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '33775944', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'success': True, 'code': 200, 'message': None, 'data': True}\n",
|
||
"{'idCustomer': '12080550063995114153', 'name': '邓开国福克斯', 'sex': None, 'cellPhone': '19510246868', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '36403831', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063995113700', 'name': '文多慧轩逸', 'sex': None, 'cellPhone': '13753832577', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '38120788', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063995113525', 'name': '任亮明', 'sex': None, 'cellPhone': '15234889443', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '38779625', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982527266', 'name': '王伟朗逸', 'sex': None, 'cellPhone': '13753890716', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '40146775', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526832', 'name': '张彤宇红旗H5', 'sex': None, 'cellPhone': '17582823510', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '42256702', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526712', 'name': '褚小霞', 'sex': None, 'cellPhone': '15637473883', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '43110722', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526673', 'name': '李超超', 'sex': None, 'cellPhone': '15035395494', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '43301357', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550063982526562', 'name': '李振义', 'sex': None, 'cellPhone': '15035859123', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': None, 'carCategoryName': None, 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '44095906', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688338000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664192', 'name': '吉利', 'sex': None, 'cellPhone': '10031122325', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30278040', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664191', 'name': '起亚智跑', 'sex': None, 'cellPhone': '18535394222', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30281354', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664190', 'name': '凯美瑞', 'sex': None, 'cellPhone': '15835802063', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30283263', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664189', 'name': '科沃兹晏先生', 'sex': None, 'cellPhone': '15834225992', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30289740', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664184', 'name': '韩小轩正清和', 'sex': None, 'cellPhone': '13485442444', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300259', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664183', 'name': '风神A60', 'sex': None, 'cellPhone': '10031122324', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300453', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664182', 'name': '哈弗H8', 'sex': None, 'cellPhone': '10031122323', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30300669', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664181', 'name': '本田', 'sex': None, 'cellPhone': '10031122322', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30302568', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664180', 'name': '传奇三志物流', 'sex': None, 'cellPhone': '10031122321', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30302648', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664179', 'name': '文水朗逸', 'sex': None, 'cellPhone': '10031122320', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30312848', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664178', 'name': '肖本宾吉利', 'sex': None, 'cellPhone': '15235810223', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30325556', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664177', 'name': '红旗h7', 'sex': None, 'cellPhone': '10031122319', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30331805', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664176', 'name': '单福特', 'sex': None, 'cellPhone': '10031122318', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30340136', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664175', 'name': '抖音标志', 'sex': None, 'cellPhone': '10031122317', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343149', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664174', 'name': '许光宇君越', 'sex': None, 'cellPhone': '15635818214', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343332', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664173', 'name': '郭康辉', 'sex': None, 'cellPhone': '13753384486', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30343826', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664172', 'name': '比亚迪速锐', 'sex': None, 'cellPhone': '10031122316', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30345515', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664171', 'name': '长城vv5', 'sex': None, 'cellPhone': '10031122315', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30358972', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664170', 'name': '轩逸', 'sex': None, 'cellPhone': '10031122314', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30359177', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664169', 'name': '福特', 'sex': None, 'cellPhone': '10031122313', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30359519', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664168', 'name': '志俊', 'sex': None, 'cellPhone': '10031122312', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30367048', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664167', 'name': '郝蕊名爵', 'sex': None, 'cellPhone': '13633581632', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30370959', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664165', 'name': '吕天鹏缤越', 'sex': None, 'cellPhone': '13753378026', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382444', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664164', 'name': 'QQ', 'sex': None, 'cellPhone': '10031122311', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382572', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664163', 'name': '奥迪A8', 'sex': None, 'cellPhone': '10031122310', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30382770', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664162', 'name': '张成丙', 'sex': None, 'cellPhone': '13753855695', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30387694', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664161', 'name': '吉利', 'sex': None, 'cellPhone': '10031122309', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30392732', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664160', 'name': '新秀程明威', 'sex': None, 'cellPhone': '18234893373', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30400934', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664159', 'name': '长城C30', 'sex': None, 'cellPhone': '10031122308', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30406349', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664158', 'name': '吉利帝豪', 'sex': None, 'cellPhone': '10031122307', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30411906', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664157', 'name': '王小兵', 'sex': None, 'cellPhone': '13453851159', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30413118', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664156', 'name': '帕萨特', 'sex': None, 'cellPhone': '10031122306', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30416071', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664155', 'name': '张永浩朗逸张文哥', 'sex': None, 'cellPhone': '15935824645', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30435757', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664154', 'name': '尼桑逍客', 'sex': None, 'cellPhone': '10031122305', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30457292', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664153', 'name': '帕萨特曹村', 'sex': None, 'cellPhone': '10031122304', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30459452', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664152', 'name': '东南', 'sex': None, 'cellPhone': '10031122303', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30461042', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664151', 'name': '传奇GS4', 'sex': None, 'cellPhone': '13293675111', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30468512', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664150', 'name': '张勇卡罗拉', 'sex': None, 'cellPhone': '10031122302', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30473060', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664149', 'name': '宝骏310W', 'sex': None, 'cellPhone': '10031122301', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30483716', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664148', 'name': '柔建新', 'sex': None, 'cellPhone': '10031122300', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30485248', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664147', 'name': '本田歌诗图', 'sex': None, 'cellPhone': '10031122299', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30496415', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664146', 'name': '现代途胜', 'sex': None, 'cellPhone': '10031122298', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30506425', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664145', 'name': '轩逸', 'sex': None, 'cellPhone': '10031122297', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30510220', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664144', 'name': 'CRV', 'sex': None, 'cellPhone': '10031122296', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30516130', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664143', 'name': '三光', 'sex': None, 'cellPhone': '10031122295', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30516317', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664142', 'name': '吴太荣轩逸', 'sex': None, 'cellPhone': '15388581748', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30521372', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664141', 'name': '帕萨特烧机油', 'sex': None, 'cellPhone': '10031122294', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30529279', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664140', 'name': '马九龙', 'sex': None, 'cellPhone': '18635808951', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30541437', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664139', 'name': '丰田威驰', 'sex': None, 'cellPhone': '10031122293', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30547322', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664138', 'name': '高志强吉利', 'sex': None, 'cellPhone': '13453871809', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30557106', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664137', 'name': '吉利', 'sex': None, 'cellPhone': '10031122292', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30558527', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664135', 'name': '王铭桑塔纳', 'sex': None, 'cellPhone': '15513589797', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30563028', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664134', 'name': '雅阁', 'sex': None, 'cellPhone': '15834247299', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30565922', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664133', 'name': '徐朝骏', 'sex': None, 'cellPhone': '13753835870', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30570777', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664132', 'name': '张发明', 'sex': None, 'cellPhone': '13753875405', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30575945', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664131', 'name': '宝来', 'sex': None, 'cellPhone': '10031122291', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30576096', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664130', 'name': '轩逸四兵朋友', 'sex': None, 'cellPhone': '15935193188', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30610015', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664129', 'name': '帝豪', 'sex': None, 'cellPhone': '13453229784', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30624692', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664128', 'name': '宝骏510', 'sex': None, 'cellPhone': '10031122290', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30625758', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664127', 'name': '海马S5', 'sex': None, 'cellPhone': '10031122289', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30655305', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664126', 'name': '李星道', 'sex': None, 'cellPhone': '18903583213', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30673056', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664125', 'name': '王恩俊', 'sex': None, 'cellPhone': '18234849040', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30684843', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664124', 'name': '偏城帝豪', 'sex': None, 'cellPhone': '10031122288', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30684866', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664123', 'name': '石先生朗逸', 'sex': None, 'cellPhone': '18735882008', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30686355', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664122', 'name': '耿志忠瑞虎', 'sex': None, 'cellPhone': '18703587652', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30686435', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664121', 'name': '奥迪A6', 'sex': None, 'cellPhone': '10031122287', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30698780', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664120', 'name': '李兴瑞天语', 'sex': None, 'cellPhone': '13546298616', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30710625', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664119', 'name': '汾阳奥迪Q3', 'sex': None, 'cellPhone': '13834019994', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30711126', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664118', 'name': '捷达', 'sex': None, 'cellPhone': '10031122286', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30718538', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664116', 'name': '王世成二维', 'sex': None, 'cellPhone': '13720922235', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30719559', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664115', 'name': '杨元明长安CX20', 'sex': None, 'cellPhone': '10031122285', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': None, 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664114', 'name': '杨元明长安CX20', 'sex': None, 'cellPhone': '10031122284', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30720064', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664113', 'name': '甜甜弟康康', 'sex': None, 'cellPhone': '10031122283', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30720533', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664112', 'name': '桑塔纳', 'sex': None, 'cellPhone': '10031122282', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30721168', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664111', 'name': '田文攀', 'sex': None, 'cellPhone': '18334851865', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30728836', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664110', 'name': '李剑迈腾', 'sex': None, 'cellPhone': '18535816103', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30731452', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664109', 'name': '奥迪', 'sex': None, 'cellPhone': '10031122281', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30741628', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664107', 'name': '张小强普拉多', 'sex': None, 'cellPhone': '13353581777', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30742426', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664106', 'name': '五菱之光', 'sex': None, 'cellPhone': '10031122280', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30745207', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664105', 'name': '赛欧', 'sex': None, 'cellPhone': '10031122279', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30746932', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664104', 'name': '宝骏510', 'sex': None, 'cellPhone': '10031122278', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30749216', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664103', 'name': '辛', 'sex': None, 'cellPhone': '18534899797', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30763209', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664102', 'name': '韩', 'sex': None, 'cellPhone': '15835842526', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30775344', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664100', 'name': '杨高俊', 'sex': None, 'cellPhone': '13720934707', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30779993', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664099', 'name': '哈弗H6', 'sex': None, 'cellPhone': '10031122277', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30780931', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664098', 'name': '萨塔纳', 'sex': None, 'cellPhone': '10031122276', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30780990', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664097', 'name': '陈坤', 'sex': None, 'cellPhone': '10031122275', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30795958', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664096', 'name': '龙龙', 'sex': None, 'cellPhone': '13734166900', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30806794', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n",
|
||
"{'idCustomer': '12080550064028664095', 'name': '温', 'sex': None, 'cellPhone': '18335187364', 'birthday': None, 'labelList': [{'id': '724575', 'name': '潜在', 'type': None, 'cycleMonth': None, 'logicalType': None, 'status': None, 'desc': None, 'companyId': None, 'creationtime': None, 'modifiedtime': None, 'serviceItems': None, 'privilegeItems': None, 'tradeItems': None}], 'customerType': '个人', 'level': '10546443564000097881', 'customerLevel': '默认客户', 'exclusiveConsultantId': None, 'exclusiveConsultantName': None, 'exclusiveOrgId': None, 'exclusiveOrgName': None, 'carModel': None, 'carModelShort': None, 'carCategoryId': 985696, 'carCategoryName': '分类一1', 'consumeLastTime': None, 'consumePct': None, 'consumeAmount': None, 'consumeTimes': None, 'memberCardNo': '30818492', 'points': '0.00', 'customerSource': '11611918747878559768', 'customerSourceName': '主动获取', 'customerSourceAbandon': None, 'promoteEmployeeId': None, 'promoteEmployeeName': None, 'promoteMemberId': None, 'promoteMemberName': None, 'idOwnOrg': '11240984669917217520', 'abbreviation': 'F6数据组(废)', 'idOwnGroup': '11240984669917212520', 'weChatFollower': '0', 'creationtime': 1753688337000, 'customerCreator': '15503028824961978372', 'customerCreatorName': '曹伟', 'totalObtainPoints': '0.00', 'credentialsType': None, 'idNumber': None, 'province': None, 'city': None, 'area': None, 'address': None, 'detailAddress': None, 'pointsEnable': 0, 'sort': None}\n"
|
||
]
|
||
}
|
||
],
|
||
"execution_count": 54
|
||
},
|
||
{
|
||
"metadata": {
|
||
"ExecuteTime": {
|
||
"end_time": "2025-07-29T01:57:49.139553Z",
|
||
"start_time": "2025-07-29T01:57:49.019614Z"
|
||
}
|
||
},
|
||
"cell_type": "code",
|
||
"source": "response.json()",
|
||
"id": "b3babac79264257c",
|
||
"outputs": [
|
||
{
|
||
"data": {
|
||
"text/plain": [
|
||
"{'success': True,\n",
|
||
" 'code': 200,\n",
|
||
" 'message': None,\n",
|
||
" 'data': {'total': '36944',\n",
|
||
" 'data': [{'idCustomer': '12080550064028663920',\n",
|
||
" 'name': '马鹏程奥迪A4',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18635888263',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': '15503028824810983521',\n",
|
||
" 'exclusiveConsultantName': '曹伟',\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '31349175',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': 'null',\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064016081356',\n",
|
||
" 'name': '韩永贵索9',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '17735858597',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '33540053',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064016081289',\n",
|
||
" 'name': '陈微奥德赛',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15935179761',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '33775944',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995114153',\n",
|
||
" 'name': '邓开国福克斯',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '19510246868',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '36403831',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995113700',\n",
|
||
" 'name': '文多慧轩逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753832577',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '38120788',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063995113525',\n",
|
||
" 'name': '任亮明',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15234889443',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '38779625',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982527266',\n",
|
||
" 'name': '王伟朗逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753890716',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '40146775',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526832',\n",
|
||
" 'name': '张彤宇红旗H5',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '17582823510',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '42256702',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526712',\n",
|
||
" 'name': '褚小霞',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15637473883',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '43110722',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526673',\n",
|
||
" 'name': '李超超',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15035395494',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '43301357',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550063982526562',\n",
|
||
" 'name': '李振义',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15035859123',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': None,\n",
|
||
" 'carCategoryName': None,\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '44095906',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688338000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664192',\n",
|
||
" 'name': '吉利',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122325',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30278040',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664191',\n",
|
||
" 'name': '起亚智跑',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18535394222',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30281354',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664190',\n",
|
||
" 'name': '凯美瑞',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15835802063',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30283263',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664189',\n",
|
||
" 'name': '科沃兹晏先生',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15834225992',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30289740',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664184',\n",
|
||
" 'name': '韩小轩正清和',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13485442444',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30300259',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664183',\n",
|
||
" 'name': '风神A60',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122324',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30300453',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664182',\n",
|
||
" 'name': '哈弗H8',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122323',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30300669',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664181',\n",
|
||
" 'name': '本田',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122322',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30302568',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664180',\n",
|
||
" 'name': '传奇三志物流',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122321',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30302648',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664179',\n",
|
||
" 'name': '文水朗逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122320',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30312848',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664178',\n",
|
||
" 'name': '肖本宾吉利',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15235810223',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30325556',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664177',\n",
|
||
" 'name': '红旗h7',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122319',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30331805',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664176',\n",
|
||
" 'name': '单福特',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122318',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30340136',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664175',\n",
|
||
" 'name': '抖音标志',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122317',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30343149',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664174',\n",
|
||
" 'name': '许光宇君越',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15635818214',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30343332',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664173',\n",
|
||
" 'name': '郭康辉',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753384486',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30343826',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664172',\n",
|
||
" 'name': '比亚迪速锐',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122316',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30345515',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664171',\n",
|
||
" 'name': '长城vv5',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122315',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30358972',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664170',\n",
|
||
" 'name': '轩逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122314',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30359177',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664169',\n",
|
||
" 'name': '福特',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122313',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30359519',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664168',\n",
|
||
" 'name': '志俊',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122312',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30367048',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664167',\n",
|
||
" 'name': '郝蕊名爵',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13633581632',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30370959',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664165',\n",
|
||
" 'name': '吕天鹏缤越',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753378026',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30382444',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664164',\n",
|
||
" 'name': 'QQ',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122311',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30382572',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664163',\n",
|
||
" 'name': '奥迪A8',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122310',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30382770',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664162',\n",
|
||
" 'name': '张成丙',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753855695',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30387694',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664161',\n",
|
||
" 'name': '吉利',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122309',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30392732',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664160',\n",
|
||
" 'name': '新秀程明威',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18234893373',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30400934',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664159',\n",
|
||
" 'name': '长城C30',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122308',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30406349',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664158',\n",
|
||
" 'name': '吉利帝豪',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122307',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30411906',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664157',\n",
|
||
" 'name': '王小兵',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13453851159',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30413118',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664156',\n",
|
||
" 'name': '帕萨特',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122306',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30416071',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664155',\n",
|
||
" 'name': '张永浩朗逸张文哥',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15935824645',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30435757',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664154',\n",
|
||
" 'name': '尼桑逍客',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122305',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30457292',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664153',\n",
|
||
" 'name': '帕萨特曹村',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122304',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30459452',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664152',\n",
|
||
" 'name': '东南',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122303',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30461042',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664151',\n",
|
||
" 'name': '传奇GS4',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13293675111',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30468512',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664150',\n",
|
||
" 'name': '张勇卡罗拉',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122302',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30473060',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664149',\n",
|
||
" 'name': '宝骏310W',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122301',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30483716',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664148',\n",
|
||
" 'name': '柔建新',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122300',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30485248',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664147',\n",
|
||
" 'name': '本田歌诗图',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122299',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30496415',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664146',\n",
|
||
" 'name': '现代途胜',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122298',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30506425',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664145',\n",
|
||
" 'name': '轩逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122297',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30510220',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664144',\n",
|
||
" 'name': 'CRV',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122296',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30516130',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664143',\n",
|
||
" 'name': '三光',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122295',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30516317',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664142',\n",
|
||
" 'name': '吴太荣轩逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15388581748',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30521372',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664141',\n",
|
||
" 'name': '帕萨特烧机油',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122294',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30529279',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664140',\n",
|
||
" 'name': '马九龙',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18635808951',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30541437',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664139',\n",
|
||
" 'name': '丰田威驰',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122293',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30547322',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664138',\n",
|
||
" 'name': '高志强吉利',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13453871809',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30557106',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664137',\n",
|
||
" 'name': '吉利',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122292',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30558527',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664135',\n",
|
||
" 'name': '王铭桑塔纳',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15513589797',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30563028',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664134',\n",
|
||
" 'name': '雅阁',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15834247299',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30565922',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664133',\n",
|
||
" 'name': '徐朝骏',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753835870',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30570777',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664132',\n",
|
||
" 'name': '张发明',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13753875405',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30575945',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664131',\n",
|
||
" 'name': '宝来',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122291',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30576096',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664130',\n",
|
||
" 'name': '轩逸四兵朋友',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15935193188',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30610015',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664129',\n",
|
||
" 'name': '帝豪',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13453229784',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30624692',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664128',\n",
|
||
" 'name': '宝骏510',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122290',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30625758',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664127',\n",
|
||
" 'name': '海马S5',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122289',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30655305',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664126',\n",
|
||
" 'name': '李星道',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18903583213',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30673056',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664125',\n",
|
||
" 'name': '王恩俊',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18234849040',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30684843',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664124',\n",
|
||
" 'name': '偏城帝豪',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122288',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30684866',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664123',\n",
|
||
" 'name': '石先生朗逸',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18735882008',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30686355',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664122',\n",
|
||
" 'name': '耿志忠瑞虎',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18703587652',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30686435',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664121',\n",
|
||
" 'name': '奥迪A6',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122287',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30698780',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664120',\n",
|
||
" 'name': '李兴瑞天语',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13546298616',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30710625',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664119',\n",
|
||
" 'name': '汾阳奥迪Q3',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13834019994',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30711126',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664118',\n",
|
||
" 'name': '捷达',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122286',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30718538',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664116',\n",
|
||
" 'name': '王世成二维',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13720922235',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30719559',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664115',\n",
|
||
" 'name': '杨元明长安CX20',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122285',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': None,\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664114',\n",
|
||
" 'name': '杨元明长安CX20',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122284',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30720064',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664113',\n",
|
||
" 'name': '甜甜弟康康',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122283',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30720533',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664112',\n",
|
||
" 'name': '桑塔纳',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122282',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30721168',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664111',\n",
|
||
" 'name': '田文攀',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18334851865',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30728836',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664110',\n",
|
||
" 'name': '李剑迈腾',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18535816103',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30731452',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664109',\n",
|
||
" 'name': '奥迪',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122281',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30741628',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664107',\n",
|
||
" 'name': '张小强普拉多',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13353581777',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30742426',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664106',\n",
|
||
" 'name': '五菱之光',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122280',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30745207',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664105',\n",
|
||
" 'name': '赛欧',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122279',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30746932',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664104',\n",
|
||
" 'name': '宝骏510',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122278',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30749216',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664103',\n",
|
||
" 'name': '辛',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18534899797',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30763209',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664102',\n",
|
||
" 'name': '韩',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '15835842526',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30775344',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664100',\n",
|
||
" 'name': '杨高俊',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13720934707',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30779993',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664099',\n",
|
||
" 'name': '哈弗H6',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122277',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30780931',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664098',\n",
|
||
" 'name': '萨塔纳',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122276',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30780990',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664097',\n",
|
||
" 'name': '陈坤',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '10031122275',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30795958',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664096',\n",
|
||
" 'name': '龙龙',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '13734166900',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30806794',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None},\n",
|
||
" {'idCustomer': '12080550064028664095',\n",
|
||
" 'name': '温',\n",
|
||
" 'sex': None,\n",
|
||
" 'cellPhone': '18335187364',\n",
|
||
" 'birthday': None,\n",
|
||
" 'labelList': [{'id': '724575',\n",
|
||
" 'name': '潜在',\n",
|
||
" 'type': None,\n",
|
||
" 'cycleMonth': None,\n",
|
||
" 'logicalType': None,\n",
|
||
" 'status': None,\n",
|
||
" 'desc': None,\n",
|
||
" 'companyId': None,\n",
|
||
" 'creationtime': None,\n",
|
||
" 'modifiedtime': None,\n",
|
||
" 'serviceItems': None,\n",
|
||
" 'privilegeItems': None,\n",
|
||
" 'tradeItems': None}],\n",
|
||
" 'customerType': '个人',\n",
|
||
" 'level': '10546443564000097881',\n",
|
||
" 'customerLevel': '默认客户',\n",
|
||
" 'exclusiveConsultantId': None,\n",
|
||
" 'exclusiveConsultantName': None,\n",
|
||
" 'exclusiveOrgId': None,\n",
|
||
" 'exclusiveOrgName': None,\n",
|
||
" 'carModel': None,\n",
|
||
" 'carModelShort': None,\n",
|
||
" 'carCategoryId': 985696,\n",
|
||
" 'carCategoryName': '分类一1',\n",
|
||
" 'consumeLastTime': None,\n",
|
||
" 'consumePct': None,\n",
|
||
" 'consumeAmount': None,\n",
|
||
" 'consumeTimes': None,\n",
|
||
" 'memberCardNo': '30818492',\n",
|
||
" 'points': '0.00',\n",
|
||
" 'customerSource': '11611918747878559768',\n",
|
||
" 'customerSourceName': '主动获取',\n",
|
||
" 'customerSourceAbandon': None,\n",
|
||
" 'promoteEmployeeId': None,\n",
|
||
" 'promoteEmployeeName': None,\n",
|
||
" 'promoteMemberId': None,\n",
|
||
" 'promoteMemberName': None,\n",
|
||
" 'idOwnOrg': '11240984669917217520',\n",
|
||
" 'abbreviation': 'F6数据组(废)',\n",
|
||
" 'idOwnGroup': '11240984669917212520',\n",
|
||
" 'weChatFollower': '0',\n",
|
||
" 'creationtime': 1753688337000,\n",
|
||
" 'customerCreator': '15503028824961978372',\n",
|
||
" 'customerCreatorName': '曹伟',\n",
|
||
" 'totalObtainPoints': '0.00',\n",
|
||
" 'credentialsType': None,\n",
|
||
" 'idNumber': None,\n",
|
||
" 'province': None,\n",
|
||
" 'city': None,\n",
|
||
" 'area': None,\n",
|
||
" 'address': None,\n",
|
||
" 'detailAddress': None,\n",
|
||
" 'pointsEnable': 0,\n",
|
||
" 'sort': None}],\n",
|
||
" 'empty': False}}"
|
||
]
|
||
},
|
||
"execution_count": 53,
|
||
"metadata": {},
|
||
"output_type": "execute_result"
|
||
}
|
||
],
|
||
"execution_count": 53
|
||
}
|
||
],
|
||
"metadata": {
|
||
"kernelspec": {
|
||
"display_name": "Python 3",
|
||
"language": "python",
|
||
"name": "python3"
|
||
},
|
||
"language_info": {
|
||
"codemirror_mode": {
|
||
"name": "ipython",
|
||
"version": 2
|
||
},
|
||
"file_extension": ".py",
|
||
"mimetype": "text/x-python",
|
||
"name": "python",
|
||
"nbconvert_exporter": "python",
|
||
"pygments_lexer": "ipython2",
|
||
"version": "2.7.6"
|
||
}
|
||
},
|
||
"nbformat": 4,
|
||
"nbformat_minor": 5
|
||
}
|