${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 07:52:12 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==","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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA== ${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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==','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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==','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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} ${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 07:52:12 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==","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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA== ${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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==','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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==','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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} ${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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==','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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='}", "{'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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==','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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} ${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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==','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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==', '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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==', '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 07:52:12 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==','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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==', '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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==', '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 07:52:12 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==','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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==', '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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA==', '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 07:52:12 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==','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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==', '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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA==', '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 07:52:12 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='}, 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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 07:52:12 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='}, 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} 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 07:52:12 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] ${client_header} @{Cheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='}, 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/g6O5DXHixyNrf7tis+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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 07:52:12 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 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='}, 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} 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 07:52:12 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': 0, '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} = 0 ${education} Makes a variable available globally in all tests and suites. ${education} = 高中及以下 ${educationCode} Makes a variable available globally in all tests and suites. ${educationCode} = 0 ${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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='}, 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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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+lSguCnbeTRvWwvqa7ZvTBDNYS3x8BWDefRVlvOXSnf9sDUl8uq8y5WeiUs2aYA=='} 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.022367195405209664 IBM866 Russian confidence = 0.05150774935941928 IBM855 Russian confidence = 0.06023076663878669 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.07345089366501004 ISO-8859-9 Turkish confidence = 0.27484195407897205 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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=False status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 07:52:13 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":"970692730097373184","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/9e62e2e3ad1b53d20a933a651c958201.jpg","nickName":"Te-amo","height":"173","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":32,"occupationCode":176,"occupation":"船长","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"未来我肯定会有自己的事业,不过,更倾向于work life balance的生活。不求大富大贵,只希望平安快乐。喜欢自由一些的生活。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"971114444845355008","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/7fa87b7954e5837c5aeb7488f2fca46e.jpg","nickName":"弱水三千,我只取你一瓢","height":"179","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":20,"occupationCode":37,"occupation":"物流专员","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"湖南衡阳人,在衡阳有两套房,目前在央企工作,是区域公司负责人。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"970373194894675968","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/aea0caca25438b7490305cd4c704d515.jpg","nickName":"有一个朋友","height":"183","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":35,"occupationCode":70,"occupation":"广告客户专员","minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":0,"describeInfo":"男,89年,183/67。广东人,在上海工作,外企财务会计。寻觅一个三品好,三观一致的女生为伴。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"969934975996661760","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/13430ed896298bcd0ac46f09bf29ece7.jpg","nickName":"常奇","height":"170","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440300,"domicilePlaceCityName":"深圳市","educationCode":0,"education":"高中及以下","age":29,"occupationCode":23,"occupation":"网页设计","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":96,"identityType":0,"identityTypeName":"本人"},{"miId":"971104924324728832","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/5040c8ff3a9c29864b15926cb69a1c1e.jpg","nickName":"快乐小神仙","height":"184","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":65,"occupationCode":24,"occupation":"产品经理","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"我是一个比较开朗乐观的人,平常喜欢运动、阅读,热爱工作与生活,好奇心强,喜欢探究本质和深度思考,希望能遇到性格好,温柔善良,谈吐佳,气质优雅的她;感情需要的是包容和理解,世界没有两片相同的叶子,每个人的成长环境都不同,三观差不多就好,所处阶段和节奏也不同,不要在过分焦虑中向外攀比,要在看清一切后活出自在,如果你也是个有趣的灵魂,那我们一定能碰撞出灿烂的火花!","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":89,"identityType":0,"identityTypeName":"本人"},{"miId":"970695149304811520","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c91757deace453ee22c3d12ea9913bd0.jpg","nickName":"故事的小黄花","height":"184","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":27,"occupationCode":12,"occupation":"客服主管","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"性格沉稳安静、不爱争吵计较,在感兴趣的领域会畅所欲言,对陌生的领域更多的是倾听。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":77,"identityType":0,"identityTypeName":"本人"},{"miId":"969582409697857536","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/204a522bc6cd2816aba1a5d24b8b9446.jpg","nickName":"国产祖宗","height":"172","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":32,"occupationCode":null,"occupation":null,"minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":45,"identityType":0,"identityTypeName":"本人"},{"miId":"971117167598768128","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d623055d903f2ac6e9677f85fa586eb0.jpg","nickName":"带你去浪漫的土耳其","height":"185","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":31,"occupationCode":null,"occupation":null,"minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":45,"identityType":0,"identityTypeName":"本人"},{"miId":"968963047592955904","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/e245c18b37ad0183f8a548537e7b5613.jpg","nickName":"康桥","height":"164","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":29,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":"书香门第家庭,独生子,父母是泰州市的国企职工,即将退休,未来会有养老金,养老无压力。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":42,"identityType":0,"identityTypeName":"本人"},{"miId":"969595655523799040","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/84340889d0e42c25a0a95016316e6362.jpg","nickName":"头比饭还要下","height":"172","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":55,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"大学时候参加过学校的歌唱比赛,也自学过吉他。目前工作比较忙,没太多业余时间。如果以后能换个加班少的工作,我希望能有空重拾音乐的爱好","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":40,"identityType":0,"identityTypeName":"本人"},{"miId":"969608057694851072","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/34811393cbe1d9507fd96f9f0fae0988.jpg","nickName":"关你西红柿","height":"195","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":19,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":37,"identityType":0,"identityTypeName":"本人"},{"miId":"968858433887539200","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c5644ac57b91fad169833894a8409fb8.png","nickName":"忆江南","height":"184","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":18,"occupationCode":null,"occupation":null,"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":37,"identityType":0,"identityTypeName":"本人"},{"miId":"968864031416913920","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/59004ca9250de9fec6fbb95e6eed6760.jpg","nickName":"胖虎","height":"149","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":80,"occupationCode":null,"occupation":null,"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":35,"identityType":0,"identityTypeName":"本人"},{"miId":"968964034521075712","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d274c4228025fc173501e204a3341711.jpg","nickName":"油炸小柯","height":"143","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","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":"本人"}],"total":14,"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} = 14 ${totalList} ${total} Adds ``values`` to the end of ``list``. ${totalList} Makes a variable available globally in all tests and suites. ${totalList} = [14] {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tvui6/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} 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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='}, 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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&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/VKjbonhFB07Fg296Fd37AM8Q1xjhFAQ6u/EYC4GqlVRtDWo16XV6/9Li33fA=='} body=None ISO-8859-5 confidence = 0.0, below negative shortcut threshhold 0.05 MacCyrillic confidence = 0.021218613915464774, 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.05701969671341334 IBM855 Russian confidence = 0.06233200944274012 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.0736152482162817 ISO-8859-9 Turkish confidence = 0.2717828686119397 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=0&education=%E9%AB%98%E4%B8%AD%E5%8F%8A%E4%BB%A5%E4%B8%8B&unlock=0&pageNum=1&pageSize=1000&matchmakerFlag=True status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 25 Apr 2024 07:52:13 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":"978032090425724928","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/474ca6f3a54b70396325a9847904f071.jpg","nickName":"妈莎拉蒂","height":"192","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":20,"occupationCode":null,"occupation":null,"minimumIncome":1,"maximumIncome":3000,"incomeCode":0,"income":"3000以下","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":33,"identityType":0,"identityTypeName":"本人"},{"miId":"976459697404121088","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/u=2476723377,1668644171&fm=253&gp=0.jpg","nickName":"808bass","height":"150","provinceCode":360000,"provinceName":"江西省","cityCode":360100,"cityName":"南昌市","domicilePlaceProvinceCode":360000,"domicilePlaceProvinceName":"江西省","domicilePlaceCityCode":360100,"domicilePlaceCityName":"南昌市","educationCode":0,"education":"高中及以下","age":21,"occupationCode":null,"occupation":null,"minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":360000,"hometownProvinceName":"江西省","hometownCityCode":360100,"hometownCityName":"南昌市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":51,"identityType":0,"identityTypeName":"本人"},{"miId":"972198811596361728","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/884c65f91e6b346bb7c9e26e750ce4d3.jpg","nickName":"可爱弓长张\uD83E\uDD86","height":"155","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":42,"occupationCode":60,"occupation":"秘书","minimumIncome":3001,"maximumIncome":5000,"incomeCode":1,"income":"3001~5000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":63,"identityType":0,"identityTypeName":"本人"},{"miId":"971119252935413760","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/474ca6f3a54b70396325a9847904f071.jpg","nickName":"搬石头砸你的jio","height":"150","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":31,"occupationCode":null,"occupation":null,"minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":45,"identityType":0,"identityTypeName":"本人"},{"miId":"971117167598768128","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d623055d903f2ac6e9677f85fa586eb0.jpg","nickName":"带你去浪漫的土耳其","height":"185","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":31,"occupationCode":null,"occupation":null,"minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":45,"identityType":0,"identityTypeName":"本人"},{"miId":"971114444845355008","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/7fa87b7954e5837c5aeb7488f2fca46e.jpg","nickName":"弱水三千,我只取你一瓢","height":"179","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":20,"occupationCode":37,"occupation":"物流专员","minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"湖南衡阳人,在衡阳有两套房,目前在央企工作,是区域公司负责人。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"971104924324728832","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/5040c8ff3a9c29864b15926cb69a1c1e.jpg","nickName":"快乐小神仙","height":"184","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":65,"occupationCode":24,"occupation":"产品经理","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"我是一个比较开朗乐观的人,平常喜欢运动、阅读,热爱工作与生活,好奇心强,喜欢探究本质和深度思考,希望能遇到性格好,温柔善良,谈吐佳,气质优雅的她;感情需要的是包容和理解,世界没有两片相同的叶子,每个人的成长环境都不同,三观差不多就好,所处阶段和节奏也不同,不要在过分焦虑中向外攀比,要在看清一切后活出自在,如果你也是个有趣的灵魂,那我们一定能碰撞出灿烂的火花!","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":89,"identityType":0,"identityTypeName":"本人"},{"miId":"971045086328655872","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ec1fda9c73eee8d0e2ff47c026dbe69b.jpg","nickName":"七月半","height":"158","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":430000,"domicilePlaceProvinceName":"湖南省","domicilePlaceCityCode":430400,"domicilePlaceCityName":"衡阳市","educationCode":0,"education":"高中及以下","age":44,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"平时喜欢唱跳rpa篮球纯纯小黑子一枚。籍贯:老家湖南衡阳,目前在广州白云工作。职业:大专学历学的环保专业,毕业后一直在该行业摸爬滚打。性格:话唠和emo切换自如,性格直接,三观比五官正;急性子,脾气来得快走得快,不记仇,内心敏感且细腻;共情能力强偏感性。外貌:很遗憾没有过人颜值,个子不高,而且皮肤黑黄,头发还渐渐稀疏,最喜欢自己的鼻子。爱情观:不会随便开始一段感情,线上了解后可线下见面,还是希望偏线下了解,不养鱼也拒绝被养鱼。对待感情专一,认定了你就是唯一,因为我认为深情是件很酷的事情。理想中的你:诚实,善良,有比较强的共情能力。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":430000,"hometownProvinceName":"湖南省","hometownCityCode":430400,"hometownCityName":"衡阳市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":63,"identityType":0,"identityTypeName":"本人"},{"miId":"970695149304811520","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c91757deace453ee22c3d12ea9913bd0.jpg","nickName":"故事的小黄花","height":"184","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":27,"occupationCode":12,"occupation":"客服主管","minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":"性格沉稳安静、不爱争吵计较,在感兴趣的领域会畅所欲言,对陌生的领域更多的是倾听。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":77,"identityType":0,"identityTypeName":"本人"},{"miId":"970692730097373184","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/9e62e2e3ad1b53d20a933a651c958201.jpg","nickName":"Te-amo","height":"173","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":32,"occupationCode":176,"occupation":"船长","minimumIncome":5001,"maximumIncome":8000,"incomeCode":2,"income":"5001~8000","realNameAudit":0,"describeInfo":"未来我肯定会有自己的事业,不过,更倾向于work life balance的生活。不求大富大贵,只希望平安快乐。喜欢自由一些的生活。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":99,"identityType":0,"identityTypeName":"本人"},{"miId":"970373194894675968","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/aea0caca25438b7490305cd4c704d515.jpg","nickName":"有一个朋友","height":"183","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":35,"occupationCode":70,"occupation":"广告客户专员","minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":0,"describeInfo":"男,89年,183/67。广东人,在上海工作,外企财务会计。寻觅一个三品好,三观一致的女生为伴。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":441400,"hometownCityName":"梅州市","miSessionType":3,"meLike":false,"vip":false,"dataScoring":96,"identityType":0,"identityTypeName":"本人"},{"miId":"969971990200979456","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/889ca4abb2de5874d87a945e7d6f80f3.jpg","nickName":"梵高的野玫瑰","height":"198","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":23,"occupationCode":52,"occupation":"人事总监","minimumIncome":1,"maximumIncome":3000,"incomeCode":0,"income":"3000以下","realNameAudit":0,"describeInfo":"你让我心动 我让你心安 ;我知你冷暖 你懂我悲欢 ;你崇拜我像个英雄 我宠着你像个孩子 。我们都有自己的奋斗的事业和生活圈,即便再忙碌,能互相理解也能时刻牵挂着对方。没有太多的敏感 和猜忌 ,即使未来有大风大浪,我是你的靠山,你是我的避风港","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":94,"identityType":0,"identityTypeName":"本人"},{"miId":"969934975996661760","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/13430ed896298bcd0ac46f09bf29ece7.jpg","nickName":"常奇","height":"170","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440300,"domicilePlaceCityName":"深圳市","educationCode":0,"education":"高中及以下","age":29,"occupationCode":23,"occupation":"网页设计","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":96,"identityType":0,"identityTypeName":"本人"},{"miId":"969608057694851072","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/34811393cbe1d9507fd96f9f0fae0988.jpg","nickName":"关你西红柿","height":"195","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":19,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":37,"identityType":0,"identityTypeName":"本人"},{"miId":"969595655523799040","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/84340889d0e42c25a0a95016316e6362.jpg","nickName":"头比饭还要下","height":"172","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":55,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":0,"describeInfo":"大学时候参加过学校的歌唱比赛,也自学过吉他。目前工作比较忙,没太多业余时间。如果以后能换个加班少的工作,我希望能有空重拾音乐的爱好","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":40,"identityType":0,"identityTypeName":"本人"},{"miId":"969582409697857536","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/204a522bc6cd2816aba1a5d24b8b9446.jpg","nickName":"国产祖宗","height":"172","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":32,"occupationCode":null,"occupation":null,"minimumIncome":20001,"maximumIncome":50000,"incomeCode":5,"income":"20001~50000","realNameAudit":0,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":45,"identityType":0,"identityTypeName":"本人"},{"miId":"969579796478693376","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/45d5a86455d48686b6677c6e08c38294.jpg","nickName":"秀儿","height":"133","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":32,"occupationCode":null,"occupation":null,"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":45,"identityType":0,"identityTypeName":"本人"},{"miId":"968964034521075712","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/d274c4228025fc173501e204a3341711.jpg","nickName":"油炸小柯","height":"143","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":40,"occupationCode":null,"occupation":null,"minimumIncome":12001,"maximumIncome":20000,"incomeCode":4,"income":"12001~20000","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":"968963047592955904","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/e245c18b37ad0183f8a548537e7b5613.jpg","nickName":"康桥","height":"164","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":29,"occupationCode":null,"occupation":null,"minimumIncome":8001,"maximumIncome":12000,"incomeCode":3,"income":"8001~12000","realNameAudit":1,"describeInfo":"书香门第家庭,独生子,父母是泰州市的国企职工,即将退休,未来会有养老金,养老无压力。","hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":42,"identityType":0,"identityTypeName":"本人"},{"miId":"968871344534065152","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/73a607e091bfa2696e5c76ea282e3fad.jpg","nickName":"妞妞","height":"162","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":80,"occupationCode":null,"occupation":null,"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":37,"identityType":0,"identityTypeName":"本人"},{"miId":"968864031416913920","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/59004ca9250de9fec6fbb95e6eed6760.jpg","nickName":"胖虎","height":"149","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":null,"domicilePlaceProvinceName":null,"domicilePlaceCityCode":null,"domicilePlaceCityName":null,"educationCode":0,"education":"高中及以下","age":80,"occupationCode":null,"occupation":null,"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":35,"identityType":0,"identityTypeName":"本人"},{"miId":"968858433887539200","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/c5644ac57b91fad169833894a8409fb8.png","nickName":"忆江南","height":"184","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":440000,"domicilePlaceProvinceName":"广东省","domicilePlaceCityCode":440100,"domicilePlaceCityName":"广州市","educationCode":0,"education":"高中及以下","age":18,"occupationCode":null,"occupation":null,"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":37,"identityType":0,"identityTypeName":"本人"},{"miId":"968585615056703488","profilePhoto":"https://dating-agency-test.oss-accelerate.aliyuncs.com/b58d3b649f9d358fbbe896f5ec4ffc7b.jpg","nickName":"星星の泪光","height":"146","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","domicilePlaceProvinceCode":460000,"domicilePlaceProvinceName":"海南省","domicilePlaceCityCode":469034,"domicilePlaceCityName":"陵水黎族自治县","educationCode":0,"education":"高中及以下","age":29,"occupationCode":null,"occupation":null,"minimumIncome":50001,"maximumIncome":999999,"incomeCode":6,"income":"50000以上","realNameAudit":1,"describeInfo":null,"hasConsumeUnlockMorePeople":true,"hometownProvinceCode":null,"hometownProvinceName":null,"hometownCityCode":null,"hometownCityName":null,"miSessionType":3,"meLike":false,"vip":false,"dataScoring":37,"identityType":1,"identityTypeName":"父亲"}],"total":23,"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} = 23 ${totalList} ${total} Adds ``values`` to the end of ``list``. ${totalList} Makes a variable available globally in all tests and suites. ${totalList} = [14, 23] ${genderCode} ${total} ${genderCodeList} ${totalList} 1 14 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` = '0' 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` = '0' AND `education` = '高中及以下' ${check} = ((14,),) ${count} ${check[0][0]} Returns the given values which can then be assigned to a variables. ${count} = 14 ${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 23 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` = '0' 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` = '0' AND `education` = '高中及以下' ${check} = ((23,),) ${count} ${check[0][0]} Returns the given values which can then be assigned to a variables. ${count} = 23 ${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