${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} = 手机号 13168550964 ${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``. 1 out of 2 lines matched ${content} = 13168550964 ${id} ${content} 13168550964 ${id} ${id} \n Splits the ``string`` using ``separator`` as a delimiter string. ${id} = ['13168550964'] ${id} Makes a variable available globally in all tests and suites. ${id} = ['13168550964'] ${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} 13168550964 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":"13168550964", "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":"13168550964", "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': 'Tue, 11 Jun 2024 03:00:24 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==","userId":"995753529626988544"}} ${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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w== ${userId} ${reps.json()['data']} userId Returns a value from the given ``dictionary`` based on the given ``key``. ${userId} = 995753529626988544 ${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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} ${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} = ['13168550964'] ${userid_list} Makes a variable available globally in all tests and suites. ${userid_list} = ['995753529626988544'] ${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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='}"] ${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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} ${Aheader} Returns a list containing given items. ${Aheader} = [] ${userId} ${login_header} ${userid_list} ${Aheader_list} 995753529626988544 {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', '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=995753529626988544 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=995753529626988544 path_url=/dating-agency-uec/user/list/own-organization?userId=995753529626988544 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', 'X-Organization-Id': '963432943739605555'} 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.0 IBM855 Russian confidence = 0.0 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.01 ISO-8859-5 Bulgairan confidence = 0.0 windows-1251 Bulgarian confidence = 0.0 TIS-620 Thai confidence = 0.0 ISO-8859-9 Turkish confidence = 0.2794564987311486 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-uec/user/list/own-organization?userId=995753529626988544 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Tue, 11 Jun 2024 03:00:24 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":[{"orgId":"963432943739605555","fullName":"趣招亲","shortName":"趣招亲"}]} ${reps} = <Response [200]> ${data} ${reps.json()} data Returns a value from the given ``dictionary`` based on the given ``key``. ${data} = [{'orgId': '963432943739605555', 'fullName': '趣招亲', 'shortName': '趣招亲'}] ${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. ${data} Logs the given message with the given level. [{'orgId': '963432943739605555', 'fullName': '趣招亲', 'shortName': '趣招亲'}] ${matchmakerFlagList} Returns a list containing given items. ${matchmakerFlagList} = [] ${admin_header} @{Aheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', '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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', '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': 'Tue, 11 Jun 2024 03:00:24 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":"995753529626988544","realName":"hinzai","nickName":null,"phone":"13168550964","matchmakerFlag":false}} ${reps} = <Response [200]> ${phone} ${reps.json()['data']} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${phone} = 13168550964 ${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``. ${phone} Makes a variable available globally in all tests and suites. ${phone} = 13168550964 ${matchmakerFlag} Makes a variable available globally in all tests and suites. ${matchmakerFlag} = False ${matchmakerFlagList} Makes a variable available globally in all tests and suites. ${matchmakerFlagList} = [False] 接口:短信验证码登录认证 用户登录婚介平台 ${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} = [] ${nickNameList} Returns a list containing given items. ${nickNameList} = [] ${genderCodeList} Returns a list containing given items. ${genderCodeList} = [] ${userId} ${client_header} ${userid_list} ${Cheader_list} 995753529626988544 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating /dating-agency-service/user/get/first/fill/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/first/fill/marriage/information/details?userId=995753529626988544 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/first/fill/marriage/information/details?userId=995753529626988544 path_url=/dating-agency-service/user/get/first/fill/marriage/information/details?userId=995753529626988544 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} 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.027088879137975953 IBM855 Russian confidence = 0.09318574423463727 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.03527658941531014 ISO-8859-9 Turkish confidence = 0.36402848680474637 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/first/fill/marriage/information/details?userId=995753529626988544 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Tue, 11 Jun 2024 03:00:24 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":"995753773378965504","accountId":null,"userId":"995753529626988544","nickName":"hinzai~","genderCode":0,"homeCountryCode":null,"homeCountry":null,"provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","birthYear":"1995","educationCode":3,"education":"大学本科","incomeCode":3,"income":"8001~12000","height":"173","maritalStatusCode":null,"maritalStatusName":null,"hometownProvinceCode":440000,"hometownProvinceName":"广东省","hometownCityCode":440500,"hometownCityName":"汕头市","identityType":0,"identityTypeName":"本人","fillSerialNumber":8}} ${reps} = <Response [200]> ${miId} ${reps.json()['data']} id Returns a value from the given ``dictionary`` based on the given ``key``. ${miId} = 995753773378965504 ${nickName} ${reps.json()['data']} nickName Returns a value from the given ``dictionary`` based on the given ``key``. ${nickName} = hinzai~ ${genderCode} ${reps.json()['data']} genderCode Returns a value from the given ``dictionary`` based on the given ``key``. ${genderCode} = 0 ${miId_list} ${miId} Adds ``values`` to the end of ``list``. ${nickNameList} ${nickName} Adds ``values`` to the end of ``list``. ${genderCodeList} ${genderCode} Adds ``values`` to the end of ``list``. ${userId} Makes a variable available globally in all tests and suites. ${userId} = 995753529626988544 ${miId_list} Makes a variable available globally in all tests and suites. ${miId_list} = ['995753773378965504'] ${nickNameList} Makes a variable available globally in all tests and suites. ${nickNameList} = ['hinzai~'] ${genderCodeList} Makes a variable available globally in all tests and suites. ${genderCodeList} = [0] ${genderCode} ${client-header} ${genderCodeList} ${Cheader_list} 0 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/site/activity/page params=queryType=0&pageNum=1&pageSize=100&matchmakerFlag=${matchmakerFlag}&status=&pageSize=10&status= 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/site/activity/page?queryType=0&pageNum=1&pageSize=100&matchmakerFlag=False&status=&pageSize=10&status= HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/site/activity/page?queryType=0&pageNum=1&pageSize=100&matchmakerFlag=False&status=&pageSize=10&status= path_url=/dating-agency-service/user/get/site/activity/page?queryType=0&pageNum=1&pageSize=100&matchmakerFlag=False&status=&pageSize=10&status= 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} body=None MacCyrillic confidence = 0.009171263886042318, 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 Russian confidence = 0.0 MacCyrillic not active IBM866 Russian confidence = 0.062272010407235796 IBM855 Russian confidence = 0.07728749438763595 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.03247805595145447 ISO-8859-9 Turkish confidence = 0.4157413345782951 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/site/activity/page?queryType=0&pageNum=1&pageSize=100&matchmakerFlag=False&status=&pageSize=10&status= status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Tue, 11 Jun 2024 03:00:25 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":[{"id":"996769324641423360","isDelete":false,"createTime":"2024-06-08 10:46:31","updateTime":"2024-06-10 10:46:35","event":null,"name":"2024-06-08测试活动","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-08 10:46:31","applyEndTime":"2024-06-09 10:46:31","beginTime":"2024-06-10 10:46:31","endTime":"2024-06-13 10:46:31","provinceCode":500000,"provinceName":"重庆","cityCode":500100,"cityName":"涪陵区","districtCode":500102,"districtName":"重庆市","detailedAddress":"报名后拉群发详细地址","numberParticipants":10,"numberMan":3,"numberWoman":7,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"2024-06-08测试活动","status":3,"activityType":1,"communityId":"995312935662391296","communityName":"大湾区一群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/大湾区一群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/7267757658fc4ff1a4f1a507e627957c.jpeg","goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996769324746280960","isDelete":false,"createTime":[2024,6,8,10,46,32],"updateTime":[2024,6,8,10,46,32],"event":null,"siteActivityId":996769324641423360,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20240412144009.png","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":0,"womanNumber":1},{"id":"996505959960547328","isDelete":false,"createTime":"2024-06-07 17:20:00","updateTime":"2024-06-08 17:01:10","event":null,"name":"2024-06-07测试活动","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-07 17:00:32","applyEndTime":"2024-06-07 20:00:53","beginTime":"2024-06-08 17:01:06","endTime":"2024-06-12 18:10:34","provinceCode":460000,"provinceName":"海南省","cityCode":460100,"cityName":"海口市","districtCode":460105,"districtName":"秀英区","detailedAddress":"报名后拉群发详细地址","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"2024-06-07测试活动","status":3,"activityType":1,"communityId":"996145573310631936","communityName":"千鸟社群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/iwEcAqNqcGcDAQTRBaAF0QyABrCAe7jrPKl2EAZM1ern_hIAB9MAAAAAhHOk4AgACaJpbQoAC9IABglr.jpg_720x720q90.jpg","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/iwEdAqNqcGcDAQTRBaAF0QyABrDxhX_RTsNaYwZM1euh8dkAB9MAAAAAhHOk4AgACaJpbQoAC9IAA-2w.jpg_720x720q90.jpg","goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996505960036044800","isDelete":false,"createTime":[2024,6,7,17,20,1],"updateTime":[2024,6,7,17,20,1],"event":null,"siteActivityId":996505959960547328,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20240412144009.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"996486236619280384","isDelete":false,"createTime":"2024-06-07 16:01:38","updateTime":"2024-06-11 09:30:30","event":null,"name":"测试助力优惠金额(中途成为会员)","vipActivityId":"975742845463957504","goodsId":null,"applyStartTime":"2024-06-07 15:56:19","applyEndTime":"2024-06-08 18:30:17","beginTime":"2024-06-11 09:30:27","endTime":"2024-06-13 15:57:36","provinceCode":450000,"provinceName":"广西壮族自治区","cityCode":450100,"cityName":"南宁市","districtCode":450102,"districtName":"兴宁区","detailedAddress":"广西南宁","numberParticipants":100,"numberMan":50,"numberWoman":50,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试助力优惠金额(中途成为会员)测试助力优惠金额(中途成为会员)测试助力优惠金额(中途成为会员)","status":3,"activityType":1,"communityId":"995310318450249728","communityName":"50万群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/50万群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20231120184547.jpg","goodsName":"学历认证","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996486236715749376","isDelete":false,"createTime":[2024,6,7,16,1,38],"updateTime":[2024,6,7,16,1,38],"event":null,"siteActivityId":996486236619280384,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/792x484.jpg","serialNumber":0},{"id":"996486236787052544","isDelete":false,"createTime":[2024,6,7,16,1,38],"updateTime":[2024,6,7,16,1,38],"event":null,"siteActivityId":996486236619280384,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/2352.jpg_wh300.jpg","serialNumber":1}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"996463213233180672","isDelete":false,"createTime":"2024-06-07 14:30:09","updateTime":"2024-06-09 14:28:45","event":null,"name":"线上活动(社群+权益)","vipActivityId":"975742849591152640","goodsId":null,"applyStartTime":"2024-06-07 14:28:19","applyEndTime":"2024-06-08 14:28:38","beginTime":"2024-06-09 14:28:42","endTime":"2024-06-11 14:28:45","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"广州天河","numberParticipants":50,"numberMan":25,"numberWoman":25,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"线上活动(社群+权益)线上活动(社群+权益)线上活动(社群+权益)","status":3,"activityType":1,"communityId":"995312416374001664","communityName":"广深精英群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/广深精英群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20210803.jpg","goodsName":"包恋爱","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996463213329649664","isDelete":false,"createTime":[2024,6,7,14,30,9],"updateTime":[2024,6,7,14,30,9],"event":null,"siteActivityId":996463213233180672,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20210828121403.jpg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":0,"womanNumber":1},{"id":"996406035793186816","isDelete":false,"createTime":"2024-06-07 10:42:56","updateTime":"2024-06-11 10:41:40","event":null,"name":"仅男生可参加活动","vipActivityId":"975742848433524736","goodsId":null,"applyStartTime":"2024-06-07 10:40:47","applyEndTime":"2024-06-08 10:41:27","beginTime":"2024-06-08 14:41:33","endTime":"2024-06-11 10:41:39","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440103,"districtName":"荔湾区","detailedAddress":"广州荔湾","numberParticipants":10,"numberMan":10,"numberWoman":1,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"仅男生可参加活动\n\n仅男生可参加活动\n\n仅男生可参加活动","status":5,"activityType":0,"communityId":"996145573310631936","communityName":"千鸟社群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/iwEcAqNqcGcDAQTRBaAF0QyABrCAe7jrPKl2EAZM1ern_hIAB9MAAAAAhHOk4AgACaJpbQoAC9IABglr.jpg_720x720q90.jpg","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/iwEdAqNqcGcDAQTRBaAF0QyABrDxhX_RTsNaYwZM1euh8dkAB9MAAAAAhHOk4AgACaJpbQoAC9IAA-2w.jpg_720x720q90.jpg","goodsName":"聊天卡","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996406035919015936","isDelete":false,"createTime":[2024,6,7,10,42,57],"updateTime":[2024,6,7,10,42,57],"event":null,"siteActivityId":996406035793186816,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20210303133941.jpg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":1,"womanNumber":0},{"id":"996154320175108096","isDelete":false,"createTime":"2024-06-06 18:02:43","updateTime":"2024-06-08 18:01:30","event":null,"name":"线上无社群信息活动(可助力)","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-06 18:01:06","applyEndTime":"2024-06-07 18:01:17","beginTime":"2024-06-07 19:01:21","endTime":"2024-06-08 18:01:27","provinceCode":440000,"provinceName":"广东省","cityCode":440300,"cityName":"深圳市","districtCode":440303,"districtName":"罗湖区","detailedAddress":"罗湖","numberParticipants":20,"numberMan":15,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"线上无社群信息活动线上无社群信息活动","status":5,"activityType":1,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996154320267382784","isDelete":false,"createTime":[2024,6,6,18,2,43],"updateTime":[2024,6,6,18,2,43],"event":null,"siteActivityId":996154320175108096,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/222222222.png","serialNumber":0}],"registrationPopulation":2,"participantStatus":2,"manNumber":1,"womanNumber":1},{"id":"996137198774521856","isDelete":false,"createTime":"2024-06-06 16:54:41","updateTime":"2024-06-06 19:00:15","event":null,"name":"测试助力活动已过期","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-06 16:52:37","applyEndTime":"2024-06-06 17:10:57","beginTime":"2024-06-06 18:00:54","endTime":"2024-06-06 19:00:15","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"就将计就计","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试助力活动已过期测试助力活动已过期测试助力活动已过期","status":5,"activityType":1,"communityId":"995312711518785536","communityName":"全国百万群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/全国百万群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/180013.png","goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996137198908739584","isDelete":false,"createTime":[2024,6,6,16,54,41],"updateTime":[2024,6,6,16,54,41],"event":null,"siteActivityId":996137198774521856,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信截图_20210302151503.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"996049456560476160","isDelete":false,"createTime":"2024-06-06 11:06:01","updateTime":"2024-06-10 20:03:50","event":null,"name":"创建有优惠的助力活动","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-06 11:03:19","applyEndTime":"2024-06-07 18:03:35","beginTime":"2024-06-08 09:03:42","endTime":"2024-06-10 20:03:50","provinceCode":340000,"provinceName":"安徽省","cityCode":340200,"cityName":"芜湖市","districtCode":340202,"districtName":"镜湖区","detailedAddress":"安徽","numberParticipants":20,"numberMan":10,"numberWoman":10,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"创建有优惠的助力活动创建有优惠的助力活动创建有优惠的助力活动","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996049456740831232","isDelete":false,"createTime":[2024,6,6,11,6,2],"updateTime":[2024,6,6,11,6,2],"event":null,"siteActivityId":996049456560476160,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/5366d0160924ab187d9738773cfae6cd7a890be9.jpg","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"996020943761575936","isDelete":false,"createTime":"2024-06-06 09:12:43","updateTime":"2024-06-11 09:11:10","event":null,"name":"创建存在优惠金额活动","vipActivityId":"975742850169966592","goodsId":null,"applyStartTime":"2024-06-06 09:10:34","applyEndTime":"2024-06-07 18:00:55","beginTime":"2024-06-08 09:11:05","endTime":"2024-06-11 09:11:09","provinceCode":340000,"provinceName":"安徽省","cityCode":340100,"cityName":"合肥市","districtCode":340102,"districtName":"瑶海区","detailedAddress":"安徽合肥","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"创建存在优惠金额活动\n创建存在优惠金额活动\n创建存在优惠金额活动","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":"包领证","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"996020943874822144","isDelete":false,"createTime":[2024,6,6,9,12,44],"updateTime":[2024,6,6,9,12,44],"event":null,"siteActivityId":996020943761575936,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1578f5c1edfa403e904a35cd7b3d69b5.jpeg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":0,"womanNumber":1},{"id":"995792087322595328","isDelete":false,"createTime":"2024-06-05 18:03:20","updateTime":"2024-06-08 18:02:10","event":null,"name":"测试有优惠金额,无助力活动","vipActivityId":"975742849591152640","goodsId":null,"applyStartTime":"2024-06-05 18:01:41","applyEndTime":"2024-06-06 18:01:57","beginTime":"2024-06-07 09:02:01","endTime":"2024-06-08 18:02:09","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"士大夫但是更多的反对","numberParticipants":2,"numberMan":1,"numberWoman":1,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试有优惠金额,无助力活动\n测试有优惠金额,无助力活动\n测试有优惠金额,无助力活动","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":"包恋爱","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995792087423258624","isDelete":false,"createTime":[2024,6,5,18,3,20],"updateTime":[2024,6,5,18,3,20],"event":null,"siteActivityId":995792087322595328,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/微信图片_20230912113334_1.jpg","serialNumber":0},{"id":"995792087494561792","isDelete":false,"createTime":[2024,6,5,18,3,20],"updateTime":[2024,6,5,18,3,20],"event":null,"siteActivityId":995792087322595328,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/public-domain-images-free-stock-photos010-1000x667.jpg","serialNumber":1}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995763068925513728","isDelete":false,"createTime":"2024-06-05 16:08:01","updateTime":"2024-06-08 18:07:05","event":null,"name":"创建无需助力活动","vipActivityId":"975742848433524736","goodsId":null,"applyStartTime":"2024-06-05 16:06:19","applyEndTime":"2024-06-07 09:06:52","beginTime":"2024-06-07 18:06:56","endTime":"2024-06-08 18:07:02","provinceCode":340000,"provinceName":"安徽省","cityCode":340100,"cityName":"合肥市","districtCode":340102,"districtName":"瑶海区","detailedAddress":"庐州","numberParticipants":20,"numberMan":10,"numberWoman":10,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"创建无需助力活动创建无需助力活动创建无需助力活动创建无需助力活动","status":5,"activityType":1,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":"聊天卡","chargeType":0,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995763069021982720","isDelete":false,"createTime":[2024,6,5,16,8,2],"updateTime":[2024,6,5,16,8,2],"event":null,"siteActivityId":995763068925513728,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/21042217001449712.png","serialNumber":0}],"registrationPopulation":2,"participantStatus":-1,"manNumber":1,"womanNumber":1},{"id":"995757061969154048","isDelete":false,"createTime":"2024-06-05 15:44:09","updateTime":"2024-06-08 15:43:30","event":null,"name":"测试优惠金额有效时间","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 15:43:03","applyEndTime":"2024-06-06 15:43:24","beginTime":"2024-06-07 15:43:26","endTime":"2024-06-08 15:43:29","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"11111111","numberParticipants":2,"numberMan":1,"numberWoman":1,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试优惠金额有效时间测试优惠金额有效时间测试优惠金额有效时间测试优惠金额有效时间","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995757062107566080","isDelete":false,"createTime":[2024,6,5,15,44,10],"updateTime":[2024,6,5,15,44,10],"event":null,"siteActivityId":995757061969154048,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/ChMlWl7WGpOIP-5kAAOR7AhEDyYAAPsKwEWpmYAA5IE726.jpg","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995749618119741440","isDelete":false,"createTime":"2024-06-05 15:14:34","updateTime":"2024-06-08 15:00:05","event":null,"name":"优惠金额倒计时","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 15:12:31","applyEndTime":"2024-06-06 09:12:50","beginTime":"2024-06-07 15:12:54","endTime":"2024-06-08 15:00:02","provinceCode":120000,"provinceName":"天津","cityCode":120100,"cityName":"天津市","districtCode":120101,"districtName":"和平区","detailedAddress":"不知道哪里","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"优惠金额倒计时优惠金额倒计时优惠金额倒计时优惠金额倒计时优惠金额倒计时","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995749618383982592","isDelete":false,"createTime":[2024,6,5,15,14,35],"updateTime":[2024,6,5,15,14,35],"event":null,"siteActivityId":995749618119741440,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1658399896503.jpg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":0,"womanNumber":1},{"id":"995731165677752320","isDelete":false,"createTime":"2024-06-05 14:01:15","updateTime":"2024-06-10 14:00:25","event":null,"name":"测试存在最低价","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 13:59:58","applyEndTime":"2024-06-06 14:00:14","beginTime":"2024-06-08 14:00:19","endTime":"2024-06-10 14:00:25","provinceCode":530000,"provinceName":"云南省","cityCode":530100,"cityName":"昆明市","districtCode":530102,"districtName":"五华区","detailedAddress":"云南虫谷","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试存在最低价测试存在最低价测试存在最低价测试存在最低价","status":5,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995731165770027008","isDelete":false,"createTime":[2024,6,5,14,1,15],"updateTime":[2024,6,5,14,1,15],"event":null,"siteActivityId":995731165677752320,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/792x484.jpg","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995729782169800704","isDelete":false,"createTime":"2024-06-05 13:55:45","updateTime":"2024-06-08 09:00:10","event":null,"name":"测试一半助力后付款","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 13:53:37","applyEndTime":"2024-06-07 10:00:04","beginTime":"2024-06-08 09:00:06","endTime":"2024-06-12 13:54:08","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"北京","numberParticipants":20,"numberMan":10,"numberWoman":10,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试一半助力后付款测试一半助力后付款测试一半助力后付款测试一半助力后付款","status":3,"activityType":0,"communityId":"995310318450249728","communityName":"50万群","communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995729782278852608","isDelete":false,"createTime":[2024,6,5,13,55,45],"updateTime":[2024,6,5,13,55,45],"event":null,"siteActivityId":995729782169800704,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/180013.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995689442259898368","isDelete":false,"createTime":"2024-06-05 11:15:27","updateTime":"2024-06-08 11:13:15","event":null,"name":"只限普通用户参与","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 11:12:46","applyEndTime":"2024-06-07 11:00:03","beginTime":"2024-06-08 11:13:11","endTime":"2024-06-11 11:13:16","provinceCode":460000,"provinceName":"海南省","cityCode":460100,"cityName":"海口市","districtCode":460105,"districtName":"秀英区","detailedAddress":"海南海口","numberParticipants":10,"numberMan":10,"numberWoman":10,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"只限普通用户参与只限普通用户参与只限普通用户参与只限普通用户参与","status":3,"activityType":1,"communityId":"995313172619595776","communityName":"体制内群","communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"995689442356367360","isDelete":false,"createTime":[2024,6,5,11,15,28],"updateTime":[2024,6,5,11,15,28],"event":null,"siteActivityId":995689442259898368,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/7267757658fc4ff1a4f1a507e627957c.jpeg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":0,"womanNumber":1},{"id":"995680583243927552","isDelete":false,"createTime":"2024-06-05 10:40:15","updateTime":"2024-06-11 10:35:35","event":null,"name":"所有用户可参加","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-05 10:35:13","applyEndTime":"2024-06-07 10:00:24","beginTime":"2024-06-08 10:35:31","endTime":"2024-06-11 10:35:35","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"宏泰智慧谷3401","numberParticipants":30,"numberMan":15,"numberWoman":15,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"所有用户都可参加\n普通用户0.2\n会员用户0.1","status":5,"activityType":1,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"995680583415894016","isDelete":false,"createTime":[2024,6,5,10,40,16],"updateTime":[2024,6,5,10,40,16],"event":null,"siteActivityId":995680583243927552,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20210803.jpg","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":1,"womanNumber":0},{"id":"995306996058165248","isDelete":false,"createTime":"2024-06-04 09:55:45","updateTime":"2024-06-04 09:55:50","event":null,"name":"6.15号下午白洋淀吃船餐","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-04 09:42:30","applyEndTime":"2024-06-15 10:00:00","beginTime":"2024-06-15 16:00:00","endTime":"2024-06-15 23:00:00","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"白洋淀","numberParticipants":60,"numberMan":30,"numberWoman":30,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"白洋淀比大家想象的要好的多,在船上吃饭,晚上在船上放烟花,非常惬意,离北京也近,当天去当天就回来了,会员0.05,非会员0.1(吃饭什么的都包含了),没车的没事,到时候我们安排搭车,有开车的朋友,就近搭搭车(先报名,最后我们拉群安排搭车)","status":1,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":1,"participationAllocations":[],"imgList":[{"id":"995306996204965888","isDelete":false,"createTime":[2024,6,4,9,55,45],"updateTime":[2024,6,4,9,55,45],"event":null,"siteActivityId":995306996058165248,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/Plig0WuROFCSdxofzeFqrB.jpg","serialNumber":0}],"registrationPopulation":2,"participantStatus":-1,"manNumber":0,"womanNumber":2},{"id":"995300043563077632","isDelete":false,"createTime":"2024-06-04 09:28:07","updateTime":"2024-06-11 09:00:35","event":null,"name":"6.11飞盘活动(线下助力活动)","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-04 09:16:21","applyEndTime":"2024-06-10 22:22:00","beginTime":"2024-06-11 09:00:33","endTime":"2024-06-11 22:00:00","provinceCode":430000,"provinceName":"湖南省","cityCode":430400,"cityName":"衡阳市","districtCode":430407,"districtName":"石鼓区","detailedAddress":"湖南衡阳石鼓","numberParticipants":40,"numberMan":20,"numberWoman":20,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"今年的第一场飞盘,6-9月每个周二都有活动,一周飞盘一周羽毛球,纯玩局,会员0.02,赔本赚吆喝,大家出来运动运动,报名后别着急,明天下午会拉群,工作日晚上人不会多,大家可以痛快玩。","status":3,"activityType":0,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":1,"participationAllocations":[],"imgList":[{"id":"995300043676323840","isDelete":false,"createTime":[2024,6,4,9,28,8],"updateTime":[2024,6,4,9,28,8],"event":null,"siteActivityId":995300043563077632,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/Jife10UHPW6Qou5LBGgh9z.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995056271067582464","isDelete":false,"createTime":"2024-06-03 17:19:27","updateTime":"2024-06-08 00:00:01","event":null,"name":"助力活动","vipActivityId":"978382562932166656","goodsId":null,"applyStartTime":"2024-06-03 17:15:49","applyEndTime":"2024-06-05 17:16:04","beginTime":"2024-06-06 09:00:00","endTime":"2024-06-07 23:59:59","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"没有详细地址","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"助力活动助力活动助力活动","status":5,"activityType":1,"communityId":"995011393507954688","communityName":"hinzai测试社群","communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":"会员","chargeType":1,"mutualAssistanceLimit":4,"participationAllocations":[],"imgList":[{"id":"995056271185022976","isDelete":false,"createTime":[2024,6,3,17,19,28],"updateTime":[2024,6,3,17,19,28],"event":null,"siteActivityId":995056271067582464,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/1705038800177.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"995038466746224640","isDelete":false,"createTime":"2024-06-03 16:08:43","updateTime":"2024-06-03 16:08:45","event":null,"name":"240603活动1","vipActivityId":"975742845463957504","goodsId":null,"applyStartTime":"2024-06-03 16:07:53","applyEndTime":"2024-06-03 16:08:11","beginTime":"2024-06-03 16:08:12","endTime":"2024-06-03 16:08:14","provinceCode":110000,"provinceName":"北京市","cityCode":110100,"cityName":"北京市","districtCode":110101,"districtName":"东城区","detailedAddress":"详细地址","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"详情描述","status":5,"activityType":1,"communityId":"995011393507954688","communityName":"hinzai测试社群","communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":"学历认证","chargeType":0,"mutualAssistanceLimit":10,"participationAllocations":[],"imgList":[{"id":"995038466884636672","isDelete":false,"createTime":[2024,6,3,16,8,43],"updateTime":[2024,6,3,16,8,43],"event":null,"siteActivityId":995038466746224640,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/a5e83f555cf83ca55a41587426ef1ab9.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0}],"total":21,"size":100,"current":1,"pages":1}} ${reps} = <Response [200]> ${records} ${reps.json()['data']} records Returns a value from the given ``dictionary`` based on the given ``key``. ${records} = [{'id': '996769324641423360', 'isDelete': False, 'createTime': '2024-06-08 10:46:31', 'updateTime': '2024-06-10 10:46:35', 'event': None, 'name': '2024-06-08测试活动', 'vipActivityId': None, 'goodsId': No... ${records} Makes a variable available globally in all tests and suites. ${records} = [{'id': '996769324641423360', 'isDelete': False, 'createTime': '2024-06-08 10:46:31', 'updateTime': '2024-06-10 10:46:35', 'event': None, 'name': '2024-06-08测试活动', 'vipActivityId': None, 'goodsId': No... ${genderCode} Makes a variable available globally in all tests and suites. ${genderCode} = 0 ${records} @{records} {'id': '996769324641423360', 'isDelete': False, 'createTime': '2024-06-08 10:46:31', 'updateTime': '2024-06-10 10:46:35', 'event': None, 'name': '2024-06-08测试活动', 'vipActivityId': None, 'goodsId': Non... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 2024-06-08测试活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996769324641423360 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 3 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 7 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 3 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996505959960547328', 'isDelete': False, 'createTime': '2024-06-07 17:20:00', 'updateTime': '2024-06-08 17:01:10', 'event': None, 'name': '2024-06-07测试活动', 'vipActivityId': None, 'goodsId': Non... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 2024-06-07测试活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996505959960547328 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 5 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 5 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996486236619280384', 'isDelete': False, 'createTime': '2024-06-07 16:01:38', 'updateTime': '2024-06-11 09:30:30', 'event': None, 'name': '测试助力优惠金额(中途成为会员)', 'vipActivityId': '97574284546395750... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试助力优惠金额(中途成为会员) ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996486236619280384 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 50 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 50 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 50 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996463213233180672', 'isDelete': False, 'createTime': '2024-06-07 14:30:09', 'updateTime': '2024-06-09 14:28:45', 'event': None, 'name': '线上活动(社群+权益)', 'vipActivityId': '975742849591152640', '... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 线上活动(社群+权益) ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996463213233180672 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 25 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 25 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 25 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996406035793186816', 'isDelete': False, 'createTime': '2024-06-07 10:42:56', 'updateTime': '2024-06-11 10:41:40', 'event': None, 'name': '仅男生可参加活动', 'vipActivityId': '975742848433524736', 'goo... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 仅男生可参加活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996406035793186816 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 10 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 1 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 1 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 1 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 10 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 1 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996154320175108096', 'isDelete': False, 'createTime': '2024-06-06 18:02:43', 'updateTime': '2024-06-08 18:01:30', 'event': None, 'name': '线上无社群信息活动(可助力)', 'vipActivityId': None, 'goodsId': Non... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 线上无社群信息活动(可助力) ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996154320175108096 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 15 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 1 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 1 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 15 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 1 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 2 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 2 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996137198774521856', 'isDelete': False, 'createTime': '2024-06-06 16:54:41', 'updateTime': '2024-06-06 19:00:15', 'event': None, 'name': '测试助力活动已过期', 'vipActivityId': None, 'goodsId': None, 'a... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试助力活动已过期 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996137198774521856 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 5 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 5 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996049456560476160', 'isDelete': False, 'createTime': '2024-06-06 11:06:01', 'updateTime': '2024-06-10 20:03:50', 'event': None, 'name': '创建有优惠的助力活动', 'vipActivityId': None, 'goodsId': None, '... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 创建有优惠的助力活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996049456560476160 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 10 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 10 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 10 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '996020943761575936', 'isDelete': False, 'createTime': '2024-06-06 09:12:43', 'updateTime': '2024-06-11 09:11:10', 'event': None, 'name': '创建存在优惠金额活动', 'vipActivityId': '975742850169966592', 'g... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 创建存在优惠金额活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 996020943761575936 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 5 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 5 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995792087322595328', 'isDelete': False, 'createTime': '2024-06-05 18:03:20', 'updateTime': '2024-06-08 18:02:10', 'event': None, 'name': '测试有优惠金额,无助力活动', 'vipActivityId': '975742849591152640',... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试有优惠金额,无助力活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995792087322595328 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 1 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 1 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 1 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995763068925513728', 'isDelete': False, 'createTime': '2024-06-05 16:08:01', 'updateTime': '2024-06-08 18:07:05', 'event': None, 'name': '创建无需助力活动', 'vipActivityId': '975742848433524736', 'goo... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 创建无需助力活动 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995763068925513728 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 10 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 10 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 1 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 1 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 10 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 1 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 2 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 2 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995757061969154048', 'isDelete': False, 'createTime': '2024-06-05 15:44:09', 'updateTime': '2024-06-08 15:43:30', 'event': None, 'name': '测试优惠金额有效时间', 'vipActivityId': None, 'goodsId': None, '... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试优惠金额有效时间 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995757061969154048 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 1 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 1 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 1 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995749618119741440', 'isDelete': False, 'createTime': '2024-06-05 15:14:34', 'updateTime': '2024-06-08 15:00:05', 'event': None, 'name': '优惠金额倒计时', 'vipActivityId': None, 'goodsId': None, 'app... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 优惠金额倒计时 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995749618119741440 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 5 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 5 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995731165677752320', 'isDelete': False, 'createTime': '2024-06-05 14:01:15', 'updateTime': '2024-06-10 14:00:25', 'event': None, 'name': '测试存在最低价', 'vipActivityId': None, 'goodsId': None, 'app... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试存在最低价 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995731165677752320 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 5 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 5 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 5 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995729782169800704', 'isDelete': False, 'createTime': '2024-06-05 13:55:45', 'updateTime': '2024-06-08 09:00:10', 'event': None, 'name': '测试一半助力后付款', 'vipActivityId': None, 'goodsId': None, 'a... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试一半助力后付款 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995729782169800704 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 10 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 10 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 10 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 0 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 0 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995689442259898368', 'isDelete': False, 'createTime': '2024-06-05 11:15:27', 'updateTime': '2024-06-08 11:13:15', 'event': None, 'name': '只限普通用户参与', 'vipActivityId': None, 'goodsId': None, 'ap... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 只限普通用户参与 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 3 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995689442259898368 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 10 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 10 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 1 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 1 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 10 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995680583243927552', 'isDelete': False, 'createTime': '2024-06-05 10:40:15', 'updateTime': '2024-06-11 10:35:35', 'event': None, 'name': '所有用户可参加', 'vipActivityId': None, 'goodsId': None, 'app... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 所有用户可参加 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 5 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995680583243927552 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 15 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 15 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 1 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 0 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 1 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 0 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 15 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 1 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 1 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 1 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. Skips the current FOR loop iteration and continues from the next. Continuing for loop from the next iteration. {'id': '995306996058165248', 'isDelete': False, 'createTime': '2024-06-04 09:55:45', 'updateTime': '2024-06-04 09:55:50', 'event': None, 'name': '6.15号下午白洋淀吃船餐', 'vipActivityId': None, 'goodsId': None... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 6.15号下午白洋淀吃船餐 ${status} ${records} status Returns a value from the given ``dictionary`` based on the given ``key``. ${status} = 1 ${AvtivityId} ${records} id Returns a value from the given ``dictionary`` based on the given ``key``. ${AvtivityId} = 995306996058165248 ${numberMan} ${records} numberMan Returns a value from the given ``dictionary`` based on the given ``key``. ${numberMan} = 30 ${numberWoman} ${records} numberWoman Returns a value from the given ``dictionary`` based on the given ``key``. ${numberWoman} = 30 ${manNumber} ${records} manNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${manNumber} = 0 ${womanNumber} ${records} womanNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${womanNumber} = 2 ${manNumber} ${manNumber}==None 0 ${manNumber} Sets variable based on the given condition. ${manNumber} = 0 ${womanNumber} ${womanNumber}==None 0 ${womanNumber} Sets variable based on the given condition. ${womanNumber} = 2 ${Number1} ${genderCode}==0 ${numberMan} ${numberWoman} Sets variable based on the given condition. ${Number1} = 30 ${Number2} ${genderCode}==0 ${manNumber} ${womanNumber} Sets variable based on the given condition. ${Number2} = 0 ${totalNum} ${manNumber}+${womanNumber} Evaluates the given expression in Python and returns the result. ${totalNum} = 2 ${registrationPopulation} ${records} registrationPopulation Returns a value from the given ``dictionary`` based on the given ``key``. ${registrationPopulation} = 2 ${status}!=1 Continue For Loop ELSE Exit For Loop If ${status}==1 and ${Number1}!=${Number2} Runs the given keyword with the given arguments, if ``condition`` is true. ${status}==1 and ${Number1}!=${Number2} Stops executing the enclosing FOR loop if the ``condition`` is true. Exiting for loop altogether. ${AvtivityId} Makes a variable available globally in all tests and suites. ${AvtivityId} = 995306996058165248 ${client_header} @{Cheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='} 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${data} {"id":"${AvtivityId}"} Returns the given values which can then be assigned to a variables. ${data} = {"id":"995306996058165248"} ${reps} dating dating-agency-service/user/participate/in/site/activity ${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-service/user/participate/in/site/activity HTTP/1.1" 200 None POST Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/participate/in/site/activity path_url=/dating-agency-service/user/participate/in/site/activity 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', 'Content-Length': '27'} body=b'{"id":"995306996058165248"}' POST Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/participate/in/site/activity status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Tue, 11 Jun 2024 03:00:25 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":"997859985000108032"} ${reps} = <Response [200]> ${admin_header} @{Aheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==','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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', 'X-Organization-Id': '963432943739605555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/web/site/activity/participant/list params=id=${AvtivityId} 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/web/site/activity/participant/list?id=995306996058165248 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/web/site/activity/participant/list?id=995306996058165248 path_url=/dating-agency-service/user/get/web/site/activity/participant/list?id=995306996058165248 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/g6O5DXHixyNrf7tj/+nIx5sbYIguTX8pbFO5OIpC+7uVxf2TXCCaPnG49KH4B+gMdC7CHmsCIJmyUQ4w==', 'X-Organization-Id': '963432943739605555'} 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.02074689449273217 IBM866 Russian confidence = 0.06788154419281033 IBM855 Russian confidence = 0.12046583899005778 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.0 ISO-8859-9 Turkish confidence = 0.4082999462415459 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/web/site/activity/participant/list?id=995306996058165248 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Tue, 11 Jun 2024 03:00:25 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":{"numberMan":30,"numberWoman":30,"manParticipants":0,"womanParticipants":2,"participantListList":[{"saId":"995306996058165248","sapId":"996772421430284290","name":"赖勇兰","nickName":"就是不吃饭","phone":"15014242835","genderCode":1,"genderValue":"女","identityCard":"441481199509213863","provinceName":"广东省","cityName":"广州市","districtName":"天河区"},{"saId":"995306996058165248","sapId":"997859136249139201","name":"赖勇兰","nickName":"嘉宾3号","phone":"19128859944","genderCode":1,"genderValue":"女","identityCard":"441481199509213863","provinceName":"广东省","cityName":"广州市","districtName":"海珠区"}]}} ${reps} = <Response [200]> ${participantListList} ${reps.json()['data']} participantListList Returns a value from the given ``dictionary`` based on the given ``key``. ${participantListList} = [{'saId': '995306996058165248', 'sapId': '996772421430284290', 'name': '赖勇兰', 'nickName': '就是不吃饭', 'phone': '15014242835', 'genderCode': 1, 'genderValue': '女', 'identityCard': '441481199509213863', 'p... ${participantListList} Makes a variable available globally in all tests and suites. ${participantListList} = [{'saId': '995306996058165248', 'sapId': '996772421430284290', 'name': '赖勇兰', 'nickName': '就是不吃饭', 'phone': '15014242835', 'genderCode': 1, 'genderValue': '女', 'identityCard': '441481199509213863', 'p... ${participantListList}==[] log 暂无用户报名 Runs the given keyword with the given arguments, if ``condition`` is true. ${participantListList}==[] 数据库新增活动参与人 ELSE 遍历活动已报名列表 Runs the given keyword with the given arguments, if ``condition`` is true. ${phone} ${nickName} ${participantData} ${phoneList} ${nickNameList} ${participantListList} 13168550964 hinzai~ {'saId': '995306996058165248', 'sapId': '996772421430284290', 'name': '赖勇兰', 'nickName': '就是不吃饭', 'phone': '15014242835', 'genderCode': 1, 'genderValue': '女', 'identityCard': '441481199509213863', 'pr... ${nickName} Makes a variable available globally in all tests and suites. ${nickName} = hinzai~ ${sapId} ${participantData} sapId Returns a value from the given ``dictionary`` based on the given ``key``. ${sapId} = 996772421430284290 ${Userphone} ${participantData} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${Userphone} = 15014242835 ${UsernickName} ${participantData} nickName Returns a value from the given ``dictionary`` based on the given ``key``. ${UsernickName} = 就是不吃饭 ${Userphone}==${phone} Continue For Loop Runs the given keyword with the given arguments, if ``condition`` is true. ${Userphone}==${phone} log 该用户已报名 ELSE 数据库新增活动参与人 Runs the given keyword with the given arguments, if ``condition`` is true. ${userid} ${miId} ${genderCode} ${userid_list} ${miId_list} ${genderCodeList} 995753529626988544 995753773378965504 0 ${dataTime} result_format=%Y-%m-%d %H:%M:%S Returns current local or UTC time with an optional increment. ${dataTime} = 2024-06-11 11:00:25 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')) ${insert} INSERT INTO `dating_agency_service`.`da_site_activity_participant`(`id`, `site_activity_id`, `mi_id`, `user_id`, `gender_code`, `status`, `is_delete`, `create_time`, `update_time`) VALUES (NULL, ${AvtivityId}, ${miId}, ${userid}, ${genderCode}, 0, 0, '${dataTime}', '${dataTime}') Executes the sqlString as SQL commands. Useful to pass arguments to your sql. Set optional input `sansTran` to True to run command without an explicit transaction commit or rollback. Executing : Execute SQL String | INSERT INTO `dating_agency_service`.`da_site_activity_participant`(`id`, `site_activity_id`, `mi_id`, `user_id`, `gender_code`, `status`, `is_delete`, `create_time`, `update_time`) VALUES (NULL, 995306996058165248, 995753773378965504, 995753529626988544, 0, 0, 0, '2024-06-11 11:00:25', '2024-06-11 11:00:25') ${insert} = None 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.6-Activity Dating-agency.1-Applet.6-Activity.Avtivity