${EXECDIR}\\DA_data.yaml Imports a variable file with the given path and optional arguments. ${EXECDIR}\\DA_data.yaml Imports a variable file with the given path and optional arguments. ${file} D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\0-Login\\phone-test.txt Returns the contents of a specified file. Getting file '<a href="file://D:\LYL\Study\Robot_framework\space\Dating-agency\0-Login\phone-test.txt">D:\LYL\Study\Robot_framework\space\Dating-agency\0-Login\phone-test.txt</a>'. ${file} = 手机号 15121074365 13630297765 ${skip-line} 1 Returns the given values which can then be assigned to a variables. ${skip-line} = 1 ${lines} -1 Returns the given values which can then be assigned to a variables. ${lines} = -1 ${content} ${file} ${skip-line} ${lines} Returns lines of the given ``string`` that contain the ``pattern``. 2 out of 3 lines matched ${content} = 15121074365 13630297765 ${id} ${content} 15121074365 13630297765 ${id} ${id} \n Splits the ``string`` using ``separator`` as a delimiter string. ${id} = ['15121074365', '13630297765'] ${id} Makes a variable available globally in all tests and suites. ${id} = ['15121074365', '13630297765'] ${userid_list} Returns a list containing given items. ${userid_list} = [] ${Cheader_list} Returns a list containing given items. ${Cheader_list} = [] ${Aheader_list} Returns a list containing given items. ${Aheader_list} = [] ${phoneList} Returns a list containing given items. ${phoneList} = [] ${account} @{id} 15121074365 Helper for quickly disabling all urllib3 warnings. dating ${${dating}.dating域名} ${${dating}.AHeader} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${data} { \ \ "account":"${account}", \ \ "accountType":2, \ \ "captcha":888888 } Returns the given values which can then be assigned to a variables. ${data} = { "account":"15121074365", "accountType":2, "captcha":888888 } ${reps} dating /dating-agency-uec/authorize/by-captcha ${data.encode('utf-8')} Sends a POST request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "POST /dating-agency-uec/authorize/by-captcha HTTP/1.1" 200 None POST Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha path_url=/dating-agency-uec/authorize/by-captcha headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Content-Length': '68'} body=b'{ "account":"15121074365", "accountType":2, "captcha":888888 }' POST Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:00 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==","userId":"977568001438126080"}} ${reps} = <Response [200]> ${code} ${reps.json()} code Returns a value from the given ``dictionary`` based on the given ``key``. ${code} = 0 ${token} ${reps.json()['data']} token Returns a value from the given ``dictionary`` based on the given ``key``. ${token} = iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w== ${userId} ${reps.json()['data']} userId Returns a value from the given ``dictionary`` based on the given ``key``. ${userId} = 977568001438126080 ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${login_header} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT ${token}','X-Organization-Id':'963432943739605555'} Returns the given values which can then be assigned to a variables. ${login_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==','X-Organization-Id':'96... ${login_header} Logs the given message with the given level. {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==','X-Organization-Id':'963432943739605555'} ${client_header} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT ${token}'} Returns the given values which can then be assigned to a variables. ${client_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='} ${userid_list} ${userId} Adds ``values`` to the end of ``list``. ${Cheader_list} ${client_header} Adds ``values`` to the end of ``list``. ${Aheader_list} ${login_header} Adds ``values`` to the end of ``list``. ${phoneList} ${account} Adds ``values`` to the end of ``list``. ${code}==0 Should Be Equal As Strings ${message} successful ELSE Should Be Equal As Strings ${message} 验证码错误或无效验证码,请重试! Runs the given keyword with the given arguments, if ``condition`` is true. ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> 13630297765 Helper for quickly disabling all urllib3 warnings. dating ${${dating}.dating域名} ${${dating}.AHeader} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${data} { \ \ "account":"${account}", \ \ "accountType":2, \ \ "captcha":888888 } Returns the given values which can then be assigned to a variables. ${data} = { "account":"13630297765", "accountType":2, "captcha":888888 } ${reps} dating /dating-agency-uec/authorize/by-captcha ${data.encode('utf-8')} Sends a POST request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "POST /dating-agency-uec/authorize/by-captcha HTTP/1.1" 200 None POST Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha path_url=/dating-agency-uec/authorize/by-captcha headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Content-Length': '68'} body=b'{ "account":"13630297765", "accountType":2, "captcha":888888 }' POST Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/authorize/by-captcha status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"token":"iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==","userId":"980870337099075584"}} ${reps} = <Response [200]> ${code} ${reps.json()} code Returns a value from the given ``dictionary`` based on the given ``key``. ${code} = 0 ${token} ${reps.json()['data']} token Returns a value from the given ``dictionary`` based on the given ``key``. ${token} = iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q== ${userId} ${reps.json()['data']} userId Returns a value from the given ``dictionary`` based on the given ``key``. ${userId} = 980870337099075584 ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${login_header} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT ${token}','X-Organization-Id':'963432943739605555'} Returns the given values which can then be assigned to a variables. ${login_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==','X-Organization-Id':'96... ${login_header} Logs the given message with the given level. {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==','X-Organization-Id':'963432943739605555'} ${client_header} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT ${token}'} Returns the given values which can then be assigned to a variables. ${client_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} ${userid_list} ${userId} Adds ``values`` to the end of ``list``. ${Cheader_list} ${client_header} Adds ``values`` to the end of ``list``. ${Aheader_list} ${login_header} Adds ``values`` to the end of ``list``. ${phoneList} ${account} Adds ``values`` to the end of ``list``. ${code}==0 Should Be Equal As Strings ${message} successful ELSE Should Be Equal As Strings ${message} 验证码错误或无效验证码,请重试! Runs the given keyword with the given arguments, if ``condition`` is true. ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> ${phoneList} Makes a variable available globally in all tests and suites. ${phoneList} = ['15121074365', '13630297765'] ${userid_list} Makes a variable available globally in all tests and suites. ${userid_list} = ['977568001438126080', '980870337099075584'] ${Aheader_list} Makes a variable available globally in all tests and suites. ${Aheader_list} = ["{'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==','X-Organization-Id':'... ${Cheader_list} Makes a variable available globally in all tests and suites. ${Cheader_list} = ["{'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='}", "{'Content-Type':'... ${login_header} Makes a variable available globally in all tests and suites. ${login_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==','X-Organization-Id':'96... ${client_header} Makes a variable available globally in all tests and suites. ${client_header} = {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} ${Aheader} Returns a list containing given items. ${Aheader} = [] ${userId} ${login_header} ${userid_list} ${Aheader_list} 977568001438126080 {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==','X-Organization-Id':'96... Helper for quickly disabling all urllib3 warnings. dating ${${dating}.dating域名} ${login_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating /dating-agency-uec/user/list/own-organization params=userId=${userid} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-uec/user/list/own-organization?userId=977568001438126080 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=977568001438126080 path_url=/dating-agency-uec/user/list/own-organization?userId=977568001438126080 headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==', 'X-Organization-Id': '963432943739605555'} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=977568001438126080 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":[]} ${reps} = <Response [200]> ${data} ${reps.json()} data Returns a value from the given ``dictionary`` based on the given ``key``. ${data} = [] ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> ${data}==[] log 未获取到组织信息! ELSE log ${data} Runs the given keyword with the given arguments, if ``condition`` is true. 未获取到组织信息! Logs the given message with the given level. 未获取到组织信息! 980870337099075584 {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==','X-Organization-Id':'96... Helper for quickly disabling all urllib3 warnings. dating ${${dating}.dating域名} ${login_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating /dating-agency-uec/user/list/own-organization params=userId=${userid} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-uec/user/list/own-organization?userId=980870337099075584 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=980870337099075584 path_url=/dating-agency-uec/user/list/own-organization?userId=980870337099075584 headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==', 'X-Organization-Id': '963432943739605555'} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=980870337099075584 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":[]} ${reps} = <Response [200]> ${data} ${reps.json()} data Returns a value from the given ``dictionary`` based on the given ``key``. ${data} = [] ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> ${data}==[] log 未获取到组织信息! ELSE log ${data} Runs the given keyword with the given arguments, if ``condition`` is true. 未获取到组织信息! Logs the given message with the given level. 未获取到组织信息! ${matchmakerFlagList} Returns a list containing given items. ${matchmakerFlagList} = [] ${admin_header} @{Aheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==','X-Organization-Id':'96... dating ${${dating}.dating域名} ${admin_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-uec/user/get/base-info Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-uec/user/get/base-info HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/get/base-info path_url=/dating-agency-uec/user/get/base-info headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w==', 'X-Organization-Id': '963432943739605555'} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/get/base-info status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"userId":"977568001438126080","realName":null,"nickName":null,"phone":"15121074365","matchmakerFlag":false}} ${reps} = <Response [200]> ${phone} ${reps.json()['data']} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${phone} = 15121074365 ${matchmakerFlag} ${reps.json()['data']} matchmakerFlag Returns a value from the given ``dictionary`` based on the given ``key``. ${matchmakerFlag} = False ${matchmakerFlagList} ${matchmakerFlag} Adds ``values`` to the end of ``list``. {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==','X-Organization-Id':'96... dating ${${dating}.dating域名} ${admin_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-uec/user/get/base-info Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-uec/user/get/base-info HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/get/base-info path_url=/dating-agency-uec/user/get/base-info headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795881', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q==', 'X-Organization-Id': '963432943739605555'} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/get/base-info status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"userId":"980870337099075584","realName":null,"nickName":null,"phone":"13630297765","matchmakerFlag":true}} ${reps} = <Response [200]> ${phone} ${reps.json()['data']} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${phone} = 13630297765 ${matchmakerFlag} ${reps.json()['data']} matchmakerFlag Returns a value from the given ``dictionary`` based on the given ``key``. ${matchmakerFlag} = True ${matchmakerFlagList} ${matchmakerFlag} Adds ``values`` to the end of ``list``. ${phone} Makes a variable available globally in all tests and suites. ${phone} = 13630297765 ${matchmakerFlag} Makes a variable available globally in all tests and suites. ${matchmakerFlag} = True ${matchmakerFlagList} Makes a variable available globally in all tests and suites. ${matchmakerFlagList} = [False, True] 接口:短信验证码登录认证 用户登录婚介平台 ${EXECDIR}\\DA_data.yaml Imports a variable file with the given path and optional arguments. ${miId_list} Returns a list containing given items. ${miId_list} = [] ${genderCodeList} Returns a list containing given items. ${genderCodeList} = [] ${userId} ${client_header} ${userid_list} ${Cheader_list} 977568001438126080 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='} dating ${${dating}.dating域名} ${client_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating /dating-agency-service/user/get/marriage/information/details params=userId=${userId} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/information/details?userId=977568001438126080 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=977568001438126080 path_url=/dating-agency-service/user/get/marriage/information/details?userId=977568001438126080 headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='} body=None utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 windows-1251 Russian confidence = 0.01 KOI8-R Russian confidence = 0.01 ISO-8859-5 Russian confidence = 0.0 MacCyrillic Russian confidence = 0.036562951633919066 IBM866 Russian confidence = 0.043055326183379025 IBM855 Russian confidence = 0.056308697679839134 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.0 ISO-8859-5 Bulgairan confidence = 0.0 windows-1251 Bulgarian confidence = 0.0 TIS-620 Thai confidence = 0.037139362199693764 ISO-8859-9 Turkish confidence = 0.3913274559923488 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=977568001438126080 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"id":"977609068816502784","isDelete":false,"createTime":"2024-04-16 13:50:30","updateTime":null,"event":null,"accountId":null,"userId":"977568001438126080","nickName":"我愿嫁给财神爷哪怕是妾","name":"赖勇兰","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/22.jpg","identityCard":"441481199509213863","genderCode":1,"genderValue":"女","homeCountryCode":null,"homeCountry":null,"provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","birthYear":"1995","birthDate":"1995-09-21","constellationCode":1,"constellation":"水瓶座","chineseZodiacCode":null,"chineseZodiac":"猪","height":161,"weight":null,"educationCode":1,"education":"中专","maritalStatusCode":0,"maritalStatusName":"未婚","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","diplomaVerificationCode":"55555555555555555","describeInfo":"我内心渴望一份美好的感情,但不强求也不凑合,尊重他人和自己的情感,期待理想中的你能早日出现。在你还没有来到我身边之前,我会好好爱自己,照顾好自己,经营好自己,希望我早日遇到优秀的你,一起成长,共同努力!","identityType":2,"identityTypeName":"母亲","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440500,"domicilePlaceCityName":"汕头市","nationCode":1,"nation":"汉族","bodilyFormCode":1,"bodilyForm":"正常","accountTypeCode":1,"accountTypeName":"农村","nationalityCode":null,"nationality":null,"nativePlaceCode":440000,"nativePlaceName":"广东省","industryCode":2,"industry":"客户服务","occupationCode":12,"occupation":"客服主管","onlyChild":1,"carPurchaseSituationCode":0,"carPurchaseSituation":"未购车","propertyPermitsCode":0,"propertyPermits":"和家人同住","wechatId":null,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","auditProfilePhoto":null,"photoList":[{"id":"977625309539078144","isDelete":false,"createTime":"2024-04-16 14:55:02","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20220906184154_02019.jpg","auditImgId":977624851407835136,"auditStatus":1},{"id":"977625309639741440","isDelete":false,"createTime":"2024-04-16 14:55:02","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1597286553798408.jpg","auditImgId":977624851491721216,"auditStatus":1},{"id":"977625310000451584","isDelete":false,"createTime":"2024-04-16 14:55:02","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1665312772190129.jpg","auditImgId":977624851848237056,"auditStatus":1},{"id":"977625310084337664","isDelete":false,"createTime":"2024-04-16 14:55:02","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1667293030164511.jpg","auditImgId":977624851927928832,"auditStatus":1},{"id":"977627249840885760","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20196122349127590.jpeg","auditImgId":977627180538400768,"auditStatus":1},{"id":"977627249937354752","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20198312353790082.jpeg","auditImgId":977627180618092544,"auditStatus":1},{"id":"977627250012852224","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/202083022141249889.jpg","auditImgId":977627180693590016,"auditStatus":1},{"id":"977627250088349696","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/202083122434425106.jpg","auditImgId":977627180764893184,"auditStatus":1},{"id":"977627250155458560","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/202141120475135553.jpg","auditImgId":977627180827807744,"auditStatus":1},{"id":"977627250222567424","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/2020101722211881489.jpg","auditImgId":977627180915888128,"auditStatus":1},{"id":"977627250293870592","isDelete":false,"createTime":"2024-04-16 15:02:45","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ae8370d11dee46e9a474aa20a2abba9f.jpeg","auditImgId":977627180991385600,"auditStatus":1},{"id":"977627284653608960","isDelete":false,"createTime":"2024-04-16 15:02:53","updateTime":null,"event":null,"miId":977609068816502784,"photoType":1,"photoUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/961ddd8fb0-768x1152.jpg","auditImgId":977626038618165248,"auditStatus":1}],"describeAuditStatus":0,"describeAudit":"我内心渴望一份美好的感情,但不强求也不凑合,尊重他人和自己的情感,期待理想中的你能早日出现。在你还没有来到我身边之前,我会好好爱自己,照顾好自己,经营好自己,希望我早日遇到优秀的你,一起成长,共同努力!","fillSerialNumber":null,"demandMarriage":null,"marriageSeekingContacts":null,"age":null,"meLike":null,"miSessionType":null,"consumeRight":false,"vip":null,"dataScoring":100}} ${reps} = <Response [200]> ${miId} ${reps.json()['data']} id Returns a value from the given ``dictionary`` based on the given ``key``. ${miId} = 977609068816502784 ${nickName} ${reps.json()['data']} nickName Returns a value from the given ``dictionary`` based on the given ``key``. ${nickName} = 我愿嫁给财神爷哪怕是妾 ${genderCode} ${reps.json()['data']} genderCode Returns a value from the given ``dictionary`` based on the given ``key``. ${genderCode} = 1 ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${miId_list} ${miId} Adds ``values`` to the end of ``list``. ${genderCodeList} ${genderCode} Adds ``values`` to the end of ``list``. ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> 980870337099075584 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} dating ${${dating}.dating域名} ${client_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating /dating-agency-service/user/get/marriage/information/details params=userId=${userId} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/information/details?userId=980870337099075584 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=980870337099075584 path_url=/dating-agency-service/user/get/marriage/information/details?userId=980870337099075584 headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/information/details?userId=980870337099075584 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"id":null,"isDelete":null,"createTime":null,"updateTime":null,"event":null,"accountId":null,"userId":null,"nickName":null,"name":null,"profilePhoto":null,"identityCard":null,"genderCode":null,"genderValue":null,"homeCountryCode":null,"homeCountry":null,"provinceCode":null,"provinceName":null,"cityCode":null,"cityName":null,"districtCode":null,"districtName":null,"birthYear":null,"birthDate":null,"constellationCode":null,"constellation":null,"chineseZodiacCode":null,"chineseZodiac":null,"height":null,"weight":null,"educationCode":null,"education":null,"maritalStatusCode":null,"maritalStatusName":null,"minimumIncome":null,"maximumIncome":null,"incomeCode":null,"income":null,"diplomaVerificationCode":null,"describeInfo":null,"identityType":null,"identityTypeName":null,"domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"nationCode":null,"nation":null,"bodilyFormCode":null,"bodilyForm":null,"accountTypeCode":null,"accountTypeName":null,"nationalityCode":null,"nationality":null,"nativePlaceCode":null,"nativePlaceName":null,"industryCode":null,"industry":null,"occupationCode":null,"occupation":null,"onlyChild":null,"carPurchaseSituationCode":null,"carPurchaseSituation":null,"propertyPermitsCode":null,"propertyPermits":null,"wechatId":null,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"auditProfilePhoto":null,"photoList":[],"describeAuditStatus":null,"describeAudit":null,"fillSerialNumber":null,"demandMarriage":null,"marriageSeekingContacts":null,"age":null,"meLike":null,"miSessionType":null,"consumeRight":false,"vip":null,"dataScoring":null}} ${reps} = <Response [200]> ${miId} ${reps.json()['data']} id Returns a value from the given ``dictionary`` based on the given ``key``. ${miId} = None ${nickName} ${reps.json()['data']} nickName Returns a value from the given ``dictionary`` based on the given ``key``. ${nickName} = None ${genderCode} ${reps.json()['data']} genderCode Returns a value from the given ``dictionary`` based on the given ``key``. ${genderCode} = None ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${miId_list} ${miId} Adds ``values`` to the end of ``list``. ${genderCodeList} ${genderCode} Adds ``values`` to the end of ``list``. ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> ${nickName} Makes a variable available globally in all tests and suites. ${nickName} = None ${miId_list} Makes a variable available globally in all tests and suites. ${miId_list} = ['977609068816502784', None] ${genderCodeList} Makes a variable available globally in all tests and suites. ${genderCodeList} = [1, None] dating ${${dating}.dating域名} ${client_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/education/list Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/education/list HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/education/list path_url=/dating-agency-service/user/get/education/list headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} body=None utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 windows-1251 Russian confidence = 0.01 KOI8-R Russian confidence = 0.01 ISO-8859-5 Russian confidence = 0.0 MacCyrillic Russian confidence = 0.0 IBM866 Russian confidence = 0.0854918857348797 IBM855 Russian confidence = 0.02769329631955351 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.0 ISO-8859-5 Bulgairan confidence = 0.0 windows-1251 Bulgarian confidence = 0.0 TIS-620 Thai confidence = 0.03950978014514736 ISO-8859-9 Turkish confidence = 0.3057882660887948 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.01 windows-1255 Hebrew confidence = 0.01 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/education/list status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":[{"value":0,"desc":"高中及以下"},{"value":1,"desc":"中专"},{"value":2,"desc":"大专"},{"value":3,"desc":"大学本科"},{"value":4,"desc":"硕士"},{"value":5,"desc":"博士"}]} ${reps} = <Response [200]> ${data_list} ${reps.json()} data Returns a value from the given ``dictionary`` based on the given ``key``. ${data_list} = [{'value': 0, 'desc': '高中及以下'}, {'value': 1, 'desc': '中专'}, {'value': 2, 'desc': '大专'}, {'value': 3, 'desc': '大学本科'}, {'value': 4, 'desc': '硕士'}, {'value': 5, 'desc': '博士'}] ${education_data} random.choice(${data_list}) random Evaluates the given expression in Python and returns the result. ${education_data} = {'value': 5, 'desc': '博士'} ${education} ${education_data} desc Returns a value from the given ``dictionary`` based on the given ``key``. ${education} = 博士 ${educationCode} ${education_data} value Returns a value from the given ``dictionary`` based on the given ``key``. ${educationCode} = 5 ${education} Makes a variable available globally in all tests and suites. ${education} = 博士 ${educationCode} Makes a variable available globally in all tests and suites. ${educationCode} = 5 ${totalList} Returns a list containing given items. ${totalList} = [] ${client_header} ${matchmakerFlag} ${Cheader_list} ${matchmakerFlagList} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='} False dating ${${dating}.dating域名} ${client_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/marriage/recommendation/page params=advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=${educationCode}&education=${education}&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=${matchmakerFlag} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=False HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=False path_url=/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=False headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7Zued48p/i9dOYZLV9Hn0PCHJw4Gzx7QUkpurTWPWd1l4w=='} body=None ISO-8859-5 confidence = 0.0013903075265218928, below negative shortcut threshhold 0.05 MacCyrillic confidence = 0.020215171267754378, below negative shortcut threshhold 0.05 ISO-8859-5 confidence = 0.0, below negative shortcut threshhold 0.05 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 windows-1251 Russian confidence = 0.01 KOI8-R Russian confidence = 0.01 ISO-8859-5 not active MacCyrillic not active IBM866 Russian confidence = 0.05201783534601174 IBM855 Russian confidence = 0.07498058600610888 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.0 ISO-8859-5 not active windows-1251 Bulgarian confidence = 0.0 TIS-620 Thai confidence = 0.051577619116865245 ISO-8859-9 Turkish confidence = 0.21172841825764457 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=False status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"records":[{"miId":"970289910948958208","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/118b97c369e7d820cc9dbb7945f5df4b.jpg","nickName":"这个杀手不太冷静","height":"168","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":29,"occupationCode":6,"occupation":"渠道/分销专员","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":"希望他160cm以上,定居在广州,最好有广州户口,以及最好在城里有房子。有阅历,见过世面,对自己的未来有规划,有不错的挣钱能力,不吸烟(对自己和他人健康负责),无任何不良嗜好。有责任心、上进心、事业心,心胸宽广脾气好,沉稳大度,家人脾气温和。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"970029778121920512","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/fde465e0db7e83a6a29ad133c270c8ba.jpg","nickName":"卜华","height":"166","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":41,"occupationCode":116,"occupation":"银行职员","minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":"阳光开朗外向性格, 爱好:健身 足球 音乐 武术。 喜欢和有共同话题的人在一起双向奔赴","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"971089705254916096","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/894641101adeadccc172acaf0acc9c63.jpg","nickName":"餐桌C位","height":"180","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":5,"education":"博士","age":29,"occupationCode":21,"occupation":"运营管理","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":"关于我~爱穿搭收拾打理自己,爱生活偶尔也爱下厨健身!~时而温柔时而霸道!不抽烟没有不良嗜好!我的身高178,因为工作原因身边接触不到异性,听朋友说来这里找到了女朋友,想在这里找到另一半毕业后一直在广州工作生活,平时工作忙,自己的事情多,然后圈子小,没有遇到合适的,一直当现在都是单身,工作之余我会研究美食,跟小猫一起玩,喊朋友一起打球我的理想型是有衣品,重感情,待人真诚,温和好相处的女生,希望能够互相包容,一起可以做我们喜欢的事情!","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"970024994279133184","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/21f79ccaf480ffb9b0d689f4a1e551fb.jpg","nickName":"伏才","height":"186","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":28,"occupationCode":111,"occupation":"其他","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"过去都是假的,回忆是一条没有归途的路,以往的一切春天都无法复原,即使最狂热最坚贞的爱情,归根结底也不过是一种瞬息即逝的现实,唯有孤独永恒。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"970084610136477696","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/122668a4d1cc4fcffd91fc3d2934fc8b.jpg","nickName":"无fuck说","height":"191","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":80,"occupationCode":74,"occupation":"市场策划","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":93,"identityType":0,"identityTypeName":"本人"},{"miId":"971057219837759488","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/3fdbd451d84c4b7ae52f25feb9421418.jpg","nickName":"白色气球","height":"181","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":32,"occupationCode":113,"occupation":"医生","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"比较喜欢安静独处的人,也会时不时来场说走就走的旅行。最近迷上各类体育运动(菜鸟阶段),也喜欢养花,喜欢音乐(没有好嗓子),比较讨厌酒吧等嘈杂的地方。在国企上班,工作稳定但是收入不算高,正在积极探索第二职业,争取早日实现财富自由。期待能和生命中的另一半一起风雨同舟,相互扶持,共同面对生活中的风风雨雨。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":83,"identityType":0,"identityTypeName":"本人"},{"miId":"969665899038642176","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c4c64cd64e3fd0691bf14073a5d24dbf.jpg","nickName":"4399电竞选手","height":"180","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":30,"occupationCode":123,"occupation":"建筑师","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"你只需要做到一点,善良、相互扶持相伴到老的决心 我想找一个爱我、我爱的人。 每天有很多想说的话 每天起床深情的拥抱一个吻。 一起买菜,我做饭你负责吃。 一起看电影,接受我时不时送点小礼物。 偶尔来一场说走就走的旅行。 你开心的时候我们一起笑。 你不开心的时候我哄你笑,当你灵魂的避风港,给你寄托。 请原谅我不够优秀。我愿意努力打拼给你想要的生活。 永久的陪伴!比一万句虚情假意的告白还实在。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":83,"identityType":0,"identityTypeName":"本人"},{"miId":"971088204646191104","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/9e1c238e45a3c9264b83c0b1d4054019.jpg","nickName":"虚天渊","height":"177","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":29,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":"谈过两场恋爱,一场一年多的,一场六年多的,经验不多,个人对于感情比较专一,一旦认定了,就会一直走下去。因为朋友在这里找到另一半,所以我也来试试看。女方最好能有一份自己喜欢的工作,不需要你能赚很多钱,有稳定收入就可以,一个家,两个人能共同奋斗的话,我觉得会比较好。现在的我有车有房,房子还在供,我自己有足够的能力供完,经济上面不用担心。我喜欢微胖型的女生,有肉感的女生我觉得比较可爱,太瘦太胖的我接受不了,我平时也有健身,游泳跑步等,身材保持得也不错,如果你能跟我有一样的爱好就更好了,没有也没关系,我可以带着你一起变好。工作方面,在一家公司做主管,工资收入稳定。虽说平时会忙一点,但有空我会抽时间出来陪你一起吃饭看书学习,我们可以一起培养共同的爱好,节假日或者你有时间了,我们可以一起去旅游,之前去过上海杭州苏州福建香港澳门日本等地方,期待和你去探索更多的地方,在我们还没老之前,走遍全世界。性格方面,我个人比较温顺,很少与人有口角之争,希望找一个和我一样性格稳定的另一半,有事可以好好商量,不要直接翻脸,不轻易把分手等词挂嘴边,毕竟是要找一个能以后互相照顾的人,性格稳定是很重要的。其他方面还没有想到,欢迎对我有兴趣的女士来详聊探索。我是一个没心机的人,有啥直说,希望你也是一个真诚实在的人。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":82,"identityType":0,"identityTypeName":"本人"},{"miId":"970695059458625536","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/228b58091bcdac00789bcefd77886cf2.jpg","nickName":"伞下铭","height":"206","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":27,"occupationCode":1,"occupation":"销售总监","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"陪你青丝变白发,陪你朝阳又夕下,我们三餐四季,我们煮茶赏花","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":73,"identityType":0,"identityTypeName":"本人"},{"miId":"969593363286331392","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/6b1f0e91c84f97fe76737a9bc9605222.jpg","nickName":"皮不卡秋秋","height":"151","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":42,"identityType":0,"identityTypeName":"本人"},{"miId":"968964411618365440","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d82cdcee2a4ad82a61c311772797db5e.jpg","nickName":"明人不放暗屁","height":"126","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":60,"occupationCode":null,"occupation":null,"minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":41,"identityType":0,"identityTypeName":"本人"},{"miId":"978050753056870400","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/571282746fff6c3f9652b4475922afc9.jpg","nickName":"爸道总裁","height":"179","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":20,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":33,"identityType":0,"identityTypeName":"本人"}],"total":12,"size":1000,"current":1,"pages":1}} ${reps} = <Response [200]> ${total} ${reps.json()['data']} total Returns a value from the given ``dictionary`` based on the given ``key``. ${total} = 12 ${totalList} ${total} Adds ``values`` to the end of ``list``. ${totalList} Makes a variable available globally in all tests and suites. ${totalList} = [12] {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} True dating ${${dating}.dating域名} ${client_header} Create Session: create a HTTP session to a server Creating Session using : alias=dating, url=http://dating-agency-api-test.qniao.cn, headers={'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/marriage/recommendation/page params=advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=${educationCode}&education=${education}&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=${matchmakerFlag} Sends a GET request on a previously created HTTP Session. Starting new HTTP connection (1): dating-agency-api-test.qniao.cn http://dating-agency-api-test.qniao.cn:80 "GET /dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=True HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=True path_url=/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=True headers={'User-Agent': 'python-requests/2.15.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'X-APP-ID': '50325897884795880', 'Authorization': 'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296GQKwVqzfZq9xThi4rKhLwb28xOugNc5XsvhYdd4pek+Q=='} body=None ISO-8859-5 confidence = 0.0013669164467206036, below negative shortcut threshhold 0.05 MacCyrillic confidence = 0.018284531962114065, below negative shortcut threshhold 0.05 ISO-8859-5 confidence = 0.0, below negative shortcut threshhold 0.05 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 windows-1251 Russian confidence = 0.01 KOI8-R Russian confidence = 0.01 ISO-8859-5 not active MacCyrillic not active IBM866 Russian confidence = 0.061116540436106245 IBM855 Russian confidence = 0.07937173664718966 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.0 ISO-8859-5 not active windows-1251 Bulgarian confidence = 0.0 TIS-620 Thai confidence = 0.05235800903733485 ISO-8859-9 Turkish confidence = 0.23622106766290166 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 windows-1255 Hebrew confidence = 0.0 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/marriage/recommendation/page?advancedQuery=false&queryType=1&minAge=18&maxAge=80&minHeight=0&maxHeight=207&minimumIncome=0&maximumIncome=10000000&educationCode=5&education=%E5%8D%9A%E5%A3%AB&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=True status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 08:11:01 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":{"records":[{"miId":"978050753056870400","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/571282746fff6c3f9652b4475922afc9.jpg","nickName":"爸道总裁","height":"179","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":20,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":33,"identityType":0,"identityTypeName":"本人"},{"miId":"978031932740866048","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/8e2c2b134b06b4afdde30f46f618f6cb.jpg","nickName":"满山的猴子我腚最红","height":"161","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":20,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":33,"identityType":0,"identityTypeName":"本人"},{"miId":"977934182229610496","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1adabba412cc81d3fa40fdf78eba46d7.jpg","nickName":"辣条董事长","height":"160","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440500,"domicilePlaceCityName":"汕头市","educationCode":5,"education":"博士","age":20,"occupationCode":177,"occupation":"船员","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":63,"identityType":0,"identityTypeName":"本人"},{"miId":"974393791588995072","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/94ebc0dc461bea0feea8876620a922fb.jpg","nickName":"骑猪追帅哥","height":"164","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440500,"domicilePlaceCityName":"汕头市","educationCode":5,"education":"博士","age":28,"occupationCode":null,"occupation":null,"minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":"陪你青丝变白发,陪你朝阳又夕下,我们三餐四季,我们煮茶赏花","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":40,"identityType":0,"identityTypeName":"本人"},{"miId":"972854309609934848","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/b106f4c511921e4e6076f361f835ed4b.jpg","nickName":"小十七","height":"157","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440500,"domicilePlaceCityName":"汕头市","educationCode":5,"education":"博士","age":28,"occupationCode":16,"occupation":"技术总监","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"本人待人谦和有礼,温柔善良,对待生活和工作乐观积极向上。比较注重形象和生活品质,户口在汕头,本科毕业于211大学,目前在广东省级国企从事设计工作,为本行业天花板级别企业,工作稳定。等不到天黑,烟火不会太完美~","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":98,"identityType":0,"identityTypeName":"本人"},{"miId":"971089705254916096","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/894641101adeadccc172acaf0acc9c63.jpg","nickName":"餐桌C位","height":"180","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":5,"education":"博士","age":29,"occupationCode":21,"occupation":"运营管理","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":"关于我~爱穿搭收拾打理自己,爱生活偶尔也爱下厨健身!~时而温柔时而霸道!不抽烟没有不良嗜好!我的身高178,因为工作原因身边接触不到异性,听朋友说来这里找到了女朋友,想在这里找到另一半毕业后一直在广州工作生活,平时工作忙,自己的事情多,然后圈子小,没有遇到合适的,一直当现在都是单身,工作之余我会研究美食,跟小猫一起玩,喊朋友一起打球我的理想型是有衣品,重感情,待人真诚,温和好相处的女生,希望能够互相包容,一起可以做我们喜欢的事情!","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"971088204646191104","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/9e1c238e45a3c9264b83c0b1d4054019.jpg","nickName":"虚天渊","height":"177","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":29,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":"谈过两场恋爱,一场一年多的,一场六年多的,经验不多,个人对于感情比较专一,一旦认定了,就会一直走下去。因为朋友在这里找到另一半,所以我也来试试看。女方最好能有一份自己喜欢的工作,不需要你能赚很多钱,有稳定收入就可以,一个家,两个人能共同奋斗的话,我觉得会比较好。现在的我有车有房,房子还在供,我自己有足够的能力供完,经济上面不用担心。我喜欢微胖型的女生,有肉感的女生我觉得比较可爱,太瘦太胖的我接受不了,我平时也有健身,游泳跑步等,身材保持得也不错,如果你能跟我有一样的爱好就更好了,没有也没关系,我可以带着你一起变好。工作方面,在一家公司做主管,工资收入稳定。虽说平时会忙一点,但有空我会抽时间出来陪你一起吃饭看书学习,我们可以一起培养共同的爱好,节假日或者你有时间了,我们可以一起去旅游,之前去过上海杭州苏州福建香港澳门日本等地方,期待和你去探索更多的地方,在我们还没老之前,走遍全世界。性格方面,我个人比较温顺,很少与人有口角之争,希望找一个和我一样性格稳定的另一半,有事可以好好商量,不要直接翻脸,不轻易把分手等词挂嘴边,毕竟是要找一个能以后互相照顾的人,性格稳定是很重要的。其他方面还没有想到,欢迎对我有兴趣的女士来详聊探索。我是一个没心机的人,有啥直说,希望你也是一个真诚实在的人。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":82,"identityType":0,"identityTypeName":"本人"},{"miId":"971057219837759488","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/3fdbd451d84c4b7ae52f25feb9421418.jpg","nickName":"白色气球","height":"181","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":32,"occupationCode":113,"occupation":"医生","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"比较喜欢安静独处的人,也会时不时来场说走就走的旅行。最近迷上各类体育运动(菜鸟阶段),也喜欢养花,喜欢音乐(没有好嗓子),比较讨厌酒吧等嘈杂的地方。在国企上班,工作稳定但是收入不算高,正在积极探索第二职业,争取早日实现财富自由。期待能和生命中的另一半一起风雨同舟,相互扶持,共同面对生活中的风风雨雨。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":83,"identityType":0,"identityTypeName":"本人"},{"miId":"971019539431165952","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/0a7411a8d971063c92c8a52088b5875d.jpg","nickName":"禁忌女孩","height":"165","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":5,"education":"博士","age":29,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":"希望小哥哥人品好、善良,最好是南方人。一本以上,93-97最佳,要有长期在广州定居的打算,有能力和我一起首付买房。我喜欢讲话,所以希望你不要太内向,不然无法沟通。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":97,"identityType":0,"identityTypeName":"本人"},{"miId":"970695059458625536","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/228b58091bcdac00789bcefd77886cf2.jpg","nickName":"伞下铭","height":"206","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":27,"occupationCode":1,"occupation":"销售总监","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"陪你青丝变白发,陪你朝阳又夕下,我们三餐四季,我们煮茶赏花","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":73,"identityType":0,"identityTypeName":"本人"},{"miId":"970289910948958208","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/118b97c369e7d820cc9dbb7945f5df4b.jpg","nickName":"这个杀手不太冷静","height":"168","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":29,"occupationCode":6,"occupation":"渠道/分销专员","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":"希望他160cm以上,定居在广州,最好有广州户口,以及最好在城里有房子。有阅历,见过世面,对自己的未来有规划,有不错的挣钱能力,不吸烟(对自己和他人健康负责),无任何不良嗜好。有责任心、上进心、事业心,心胸宽广脾气好,沉稳大度,家人脾气温和。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"970084610136477696","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/122668a4d1cc4fcffd91fc3d2934fc8b.jpg","nickName":"无fuck说","height":"191","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":80,"occupationCode":74,"occupation":"市场策划","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":93,"identityType":0,"identityTypeName":"本人"},{"miId":"970029778121920512","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/fde465e0db7e83a6a29ad133c270c8ba.jpg","nickName":"卜华","height":"166","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":41,"occupationCode":116,"occupation":"银行职员","minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":"阳光开朗外向性格, 爱好:健身 足球 音乐 武术。 喜欢和有共同话题的人在一起双向奔赴","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"970024994279133184","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/21f79ccaf480ffb9b0d689f4a1e551fb.jpg","nickName":"伏才","height":"186","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":28,"occupationCode":111,"occupation":"其他","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"过去都是假的,回忆是一条没有归途的路,以往的一切春天都无法复原,即使最狂热最坚贞的爱情,归根结底也不过是一种瞬息即逝的现实,唯有孤独永恒。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"969998148917399552","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/3a949227719af879e0d3110dd8b46da9.jpg","nickName":"花间梦","height":"157","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":18,"occupationCode":103,"occupation":"医药生产人员","minimumIncome":1,"maximumIncome":3000,"incomeCode":0,"income":"3000以下","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":91,"identityType":0,"identityTypeName":"本人"},{"miId":"969679925076430848","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ecd53d3a2e2eb503598bd3fae31e1882.jpg","nickName":"夜雨江南","height":"172","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":43,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":35,"identityType":0,"identityTypeName":"本人"},{"miId":"969665899038642176","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c4c64cd64e3fd0691bf14073a5d24dbf.jpg","nickName":"4399电竞选手","height":"180","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":30,"occupationCode":123,"occupation":"建筑师","minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":"你只需要做到一点,善良、相互扶持相伴到老的决心 我想找一个爱我、我爱的人。 每天有很多想说的话 每天起床深情的拥抱一个吻。 一起买菜,我做饭你负责吃。 一起看电影,接受我时不时送点小礼物。 偶尔来一场说走就走的旅行。 你开心的时候我们一起笑。 你不开心的时候我哄你笑,当你灵魂的避风港,给你寄托。 请原谅我不够优秀。我愿意努力打拼给你想要的生活。 永久的陪伴!比一万句虚情假意的告白还实在。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440100,"hometownCityName":"广州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":83,"identityType":0,"identityTypeName":"本人"},{"miId":"969593363286331392","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/6b1f0e91c84f97fe76737a9bc9605222.jpg","nickName":"皮不卡秋秋","height":"151","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":42,"identityType":0,"identityTypeName":"本人"},{"miId":"968972150583201792","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/27491660b76a7ded1f0cad84d0fa136f.jpg","nickName":"开心大萝卜","height":"157","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":29,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":1,"describeInfo":"性格沉稳安静、不爱争吵计较,在感兴趣的领域会畅所欲言,对陌生的领域更多的是倾听。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":57,"identityType":0,"identityTypeName":"本人"},{"miId":"968964411618365440","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d82cdcee2a4ad82a61c311772797db5e.jpg","nickName":"明人不放暗屁","height":"126","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":5,"education":"博士","age":60,"occupationCode":null,"occupation":null,"minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":41,"identityType":0,"identityTypeName":"本人"},{"miId":"968880912139948032","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/73a607e091bfa2696e5c76ea282e3fad.jpg","nickName":"大麦","height":"175","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":5,"education":"博士","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能春日在静定中悠长,在回首间短暂。 ——徐国能","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":42,"identityType":0,"identityTypeName":"本人"},{"miId":"968586773494108160","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/31cfe566de5a978ef518510588c03ef7.jpg","nickName":"ゝ回眸相視笑\r\n","height":"164","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":610000,"domicilePlaceProvinceName":"陕西省","domicilePlaceCityCode":610700,"domicilePlaceCityName":"汉中市","educationCode":5,"education":"博士","age":29,"occupationCode":167,"occupation":"店员","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":76,"identityType":0,"identityTypeName":"本人"}],"total":22,"size":1000,"current":1,"pages":1}} ${reps} = <Response [200]> ${total} ${reps.json()['data']} total Returns a value from the given ``dictionary`` based on the given ``key``. ${total} = 22 ${totalList} ${total} Adds ``values`` to the end of ``list``. ${totalList} Makes a variable available globally in all tests and suites. ${totalList} = [12, 22] ${genderCode} ${total} ${genderCodeList} ${totalList} 1 12 pymysql database='dating_agency_service',user='root',password='qniaothreetwoonego',host='8.135.8.221' Loads the DB API 2.0 module given `dbapiModuleName` then uses it to connect to the database using the map string `db_custom_param_string`. Executing : Connect To Database Using Custom Params : pymysql.connect(db_api_2.connect(database='dating_agency_service',user='root',password='qniaothreetwoonego',host='8.135.8.221')) ${checkData} ${genderCode}==None SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' ${genderCode}==0 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '1' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' ${genderCode}==1 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' Sets variable based on the given condition. ${genderCode}==0 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '1' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' ${genderCode}==1 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' Sets variable based on the given condition. ${genderCode}==1 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' Sets variable based on the given condition. ${checkData} = SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '5' AND `education` = '博士' ${check} ${checkData} Uses the input `selectStatement` to query for the values that will be returned as a list of tuples. Set optional input `sansTran` to True to run command without an explicit transaction commit or rollback. Set optional input `returnAsDict` to True to return values as a list of dictionaries. Executing : Query | SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '5' AND `education` = '博士' ${check} = ((12,),) ${count} ${check[0][0]} Returns the given values which can then be assigned to a variables. ${count} = 12 ${count} ${total} Fails if objects are unequal after converting them to real numbers. Argument types are: <class 'int'> <class 'int'> Disconnects from the database. Executing : Disconnect From Database None 22 pymysql database='dating_agency_service',user='root',password='qniaothreetwoonego',host='8.135.8.221' Loads the DB API 2.0 module given `dbapiModuleName` then uses it to connect to the database using the map string `db_custom_param_string`. Executing : Connect To Database Using Custom Params : pymysql.connect(db_api_2.connect(database='dating_agency_service',user='root',password='qniaothreetwoonego',host='8.135.8.221')) ${checkData} ${genderCode}==None SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' ${genderCode}==0 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '1' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' ${genderCode}==1 SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `gender_code` = '0' AND `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '${educationCode}' AND `education` = '${education}' Sets variable based on the given condition. ${checkData} = SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '5' AND `education` = '博士' ${check} ${checkData} Uses the input `selectStatement` to query for the values that will be returned as a list of tuples. Set optional input `sansTran` to True to run command without an explicit transaction commit or rollback. Set optional input `returnAsDict` to True to return values as a list of dictionaries. Executing : Query | SELECT count(*) FROM `dating_agency_service`.`da_marriage_information` WHERE `profile_photo` <> 'null' AND `is_delete` = '0' AND `education_code` = '5' AND `education` = '博士' ${check} = ((22,),) ${count} ${check[0][0]} Returns the given values which can then be assigned to a variables. ${count} = 22 ${count} ${total} Fails if objects are unequal after converting them to real numbers. Argument types are: <class 'int'> <class 'int'> Disconnects from the database. Executing : Disconnect From Database 普通搜索 相亲页面 All Tests Dating-agency Dating-agency.0-Login Dating-agency.0-Login.Login-interface Dating-agency.1-Applet Dating-agency.1-Applet.2-Homepage Dating-agency.1-Applet.2-Homepage.BlindDate Dating-agency.1-Applet.2-Homepage.BlindDate.NormalSearch