${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} = 手机号 15675143029 ${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} = 15675143029 ${id} ${content} 15675143029 ${id} ${id} \n Splits the ``string`` using ``separator`` as a delimiter string. ${id} = ['15675143029'] ${id} Makes a variable available globally in all tests and suites. ${id} = ['15675143029'] ${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} 15675143029 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":"15675143029", "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":"15675143029", "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': 'Fri, 14 Jun 2024 09:23:45 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==","userId":"969659763816271872"}} ${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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA== ${userId} ${reps.json()['data']} userId Returns a value from the given ``dictionary`` based on the given ``key``. ${userId} = 969659763816271872 ${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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} ${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} = ['15675143029'] ${userid_list} Makes a variable available globally in all tests and suites. ${userid_list} = ['969659763816271872'] ${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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='}"] ${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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} ${Aheader} Returns a list containing given items. ${Aheader} = [] ${userId} ${login_header} ${userid_list} ${Aheader_list} 969659763816271872 {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==', '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=969659763816271872 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=969659763816271872 path_url=/dating-agency-uec/user/list/own-organization?userId=969659763816271872 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==', 'X-Organization-Id': '963432943739605555'} body=None GET Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=969659763816271872 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:45 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":[]} ${reps} = <Response [200]> ${data} ${reps.json()} data Returns a value from the given ``dictionary`` based on the given ``key``. ${data} = [] ${message} ${reps.json()} message Returns a value from the given ``dictionary`` based on the given ``key``. ${message} = successful ${message} successful Fails if objects are unequal after converting them to strings. Argument types are: <class 'str'> <class 'str'> ${data}==[] log 未获取到组织信息! ELSE log ${data} Runs the given keyword with the given arguments, if ``condition`` is true. 未获取到组织信息! Logs the given message with the given level. 未获取到组织信息! ${matchmakerFlagList} Returns a list containing given items. ${matchmakerFlagList} = [] ${admin_header} @{Aheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==','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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==', '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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA==', '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': 'Fri, 14 Jun 2024 09:23:45 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":"969659763816271872","realName":null,"nickName":null,"phone":"15675143029","matchmakerFlag":false}} ${reps} = <Response [200]> ${phone} ${reps.json()['data']} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${phone} = 15675143029 ${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} = 15675143029 ${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} 969659763816271872 {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='}, 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=969659763816271872 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=969659763816271872 path_url=/dating-agency-service/user/get/first/fill/marriage/information/details?userId=969659763816271872 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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.0548549802544013 IBM855 Russian confidence = 0.1730840854239253 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.04872578912989713 ISO-8859-9 Turkish confidence = 0.33656206713934006 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=969659763816271872 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:45 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":"969659765636599808","accountId":null,"userId":"969659763816271872","nickName":"我迪迦在黑龙江","genderCode":0,"homeCountryCode":null,"homeCountry":null,"provinceCode":230000,"provinceName":"黑龙江省","cityCode":230100,"cityName":"哈尔滨市","districtCode":230102,"districtName":"道里区","birthYear":"2004","educationCode":1,"education":"中专","incomeCode":2,"income":"5001~8000","height":"178","maritalStatusCode":1,"maritalStatusName":"离异","hometownProvinceCode":230000,"hometownProvinceName":"黑龙江省","hometownCityCode":230100,"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} = 969659765636599808 ${nickName} ${reps.json()['data']} nickName Returns a value from the given ``dictionary`` based on the given ``key``. ${nickName} = 我迪迦在黑龙江 ${genderCode} ${reps.json()['data']} genderCode Returns a value from the given ``dictionary`` based on the given ``key``. ${genderCode} = 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} = 969659763816271872 ${miId_list} Makes a variable available globally in all tests and suites. ${miId_list} = ['969659765636599808'] ${nickNameList} Makes a variable available globally in all tests and suites. ${nickNameList} = ['我迪迦在黑龙江'] ${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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='}, 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} body=None ISO-8859-5 confidence = 0.0007519448675725952, below negative shortcut threshhold 0.05 MacCyrillic confidence = 0.013774118008172942, below negative shortcut threshhold 0.05 ISO-8859-5 confidence = 0.0007417494738095965, below negative shortcut threshhold 0.05 TIS-620 confidence = 0.034672692390190496, below negative shortcut threshhold 0.05 utf-8 confidence = 0.99 SHIFT_JIS Japanese confidence = 0.01 EUC-JP Japanese confidence = 0.01 GB2312 Chinese confidence = 0.01 EUC-KR Korean confidence = 0.01 CP949 Korean confidence = 0.01 Big5 Chinese confidence = 0.01 EUC-TW Taiwan confidence = 0.01 windows-1251 Russian confidence = 0.01 KOI8-R Russian confidence = 0.01 ISO-8859-5 not active MacCyrillic not active IBM866 Russian confidence = 0.06730251098505574 IBM855 Russian confidence = 0.07006240066359082 ISO-8859-7 Greek confidence = 0.0 windows-1253 Greek confidence = 0.0 ISO-8859-5 not active windows-1251 Bulgarian confidence = 0.0 TIS-620 not active ISO-8859-9 Turkish confidence = 0.39225666739688264 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': 'Fri, 14 Jun 2024 09:23:45 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":"998930393434558464","isDelete":false,"createTime":"2024-06-14 09:53:50","updateTime":"2024-06-14 09:53:55","event":null,"name":"测试会员0元参加","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-14 09:49:46","applyEndTime":"2024-06-15 09:52:35","beginTime":"2024-06-16 09:52:38","endTime":"2024-06-17 09:52:42","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"天河宏泰智慧谷3401","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"测试会员0元参加测试会员0元参加","status":1,"activityType":1,"communityId":null,"communityName":null,"communityQrCodeUrl":null,"contactPictureUrl":null,"goodsName":null,"chargeType":null,"mutualAssistanceLimit":0,"participationAllocations":[],"imgList":[{"id":"998999368830947328","isDelete":false,"createTime":[2024,6,14,14,27,56],"updateTime":[2024,6,14,14,27,56],"event":null,"siteActivityId":998930393434558464,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/b68da25d12daa02846a1db82ea243b5.jpg","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"998299893594460160","isDelete":false,"createTime":"2024-06-12 16:08:27","updateTime":"2024-06-14 16:06:20","event":null,"name":"体验中国酒文化","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 16:05:51","applyEndTime":"2024-06-14 16:06:20","beginTime":"2024-06-14 20:00:00","endTime":"2024-06-14 23:59:59","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"(报名后发具体位置)","numberParticipants":20,"numberMan":10,"numberWoman":10,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"喝中国劲酒,打亲朋好友。\n喝劲酒加冰,锤父老乡亲。\n红牛加劲酒,一干干一宿。\n劲酒好不好,先看配料表。\n一瓶提神醒脑,两瓶没完没了。\n三瓶火急火燎,四瓶拍手叫好。\n三两劲酒温着喝,大嫂来了叫大哥","status":2,"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":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"998299893661569024","isDelete":false,"createTime":[2024,6,12,16,8,28],"updateTime":[2024,6,12,16,8,28],"event":null,"siteActivityId":998299893594460160,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/茅台02.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"998286299716784128","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:30","event":null,"name":"恭喜你获得","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 15:11:20","applyEndTime":"2024-06-15 15:11:31","beginTime":"2024-06-15 15:11:38","endTime":"2024-06-16 15:11:41","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"(具体地址报名后通知)","numberParticipants":15,"numberMan":7,"numberWoman":8,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"喝中国劲酒,打亲朋好友。\n喝劲酒加冰,锤父老乡亲。\n红牛加劲酒,一干干一宿。\n劲酒好不好,先看配料表。\n一瓶提神醒脑,两瓶没完没了。\n三瓶火急火燎,四瓶拍手叫好。\n三两劲酒温着喝,大嫂来了叫大哥","status":1,"activityType":0,"communityId":"995313929934737408","communityName":"离异群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/离异群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/联系人.png","goodsName":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"998286299804864512","isDelete":false,"createTime":[2024,6,12,15,14,27],"updateTime":[2024,6,12,15,14,27],"event":null,"siteActivityId":998286299716784128,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/茅台4.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"998283458398785536","isDelete":false,"createTime":"2024-06-12 15:03:09","updateTime":"2024-06-14 15:01:40","event":null,"name":"测试助力金额","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 15:01:13","applyEndTime":"2024-06-13 15:01:34","beginTime":"2024-06-13 15:01:36","endTime":"2024-06-14 15:01:38","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":"✨欢‮新迎‬朋友加入广州同城‬搭子群❤️❤️\n希‮大望‬家畅‮欲所‬言玩的开心,‮能都‬找到‮于属‬自己心仪的搭子\uD83C\uDF39\n注:私下加好友的‮小请‬心辨别防止被骗‮ ‬如发现有人大批‮加私‬好友举‮有报‬奖‼️\n下面请遵守本‮规群‬则\uD83D\uDC47\uD83D\uDC47\n1️.进‮请群‬改群名片:广州+雯子\n2️.本群‮不将‬定时预‮各告‬种组局活‮内动‬容,‮细详‬内容可联‮群系‬管理了‮,解‬欢迎大家踊跃报名哈\uD83D\uDC6D\uD83D\uDC6C\n本群\uD83C\uDE32黄图\uD83C\uDE32吵架\uD83C\uDE32发广‮链告‬接,不遵守群规者送✈️","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":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"998283458470088704","isDelete":false,"createTime":[2024,6,12,15,3,9],"updateTime":[2024,6,12,15,3,9],"event":null,"siteActivityId":998283458398785536,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/今日交货.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"998282876996947968","isDelete":false,"createTime":"2024-06-12 15:00:50","updateTime":"2024-06-14 14:59:10","event":null,"name":"测试优惠券","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 14:55:59","applyEndTime":"2024-06-13 14:59:04","beginTime":"2024-06-13 14:59:08","endTime":"2024-06-14 14:59:10","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":"✨欢‮新迎‬朋友加入广州同城‬搭子群❤️❤️\n\n希‮大望‬家畅‮欲所‬言玩的开心,‮能都‬找到‮于属‬自己心仪的搭子\uD83C\uDF39\n\n注:私下加好友的‮小请‬心辨别防止被骗‮ ‬如发现有人大批‮加私‬好友举‮有报‬奖‼️\n\n下面请遵守本‮规群‬则\uD83D\uDC47\uD83D\uDC47\n\n1️.进‮请群‬改群名片:广州+雯子\n\n2️.本群‮不将‬定时预‮各告‬种组局活‮内动‬容,‮细详‬内容可联‮群系‬管理了‮,解‬欢迎大家踊跃报名哈\uD83D\uDC6D\uD83D\uDC6C\n\n本群\uD83C\uDE32黄图\uD83C\uDE32吵架\uD83C\uDE32发广‮链告‬接,不遵守群规者送✈️","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":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"998282877064056832","isDelete":false,"createTime":[2024,6,12,15,0,51],"updateTime":[2024,6,12,15,0,51],"event":null,"siteActivityId":998282876996947968,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/代金券.png","serialNumber":0}],"registrationPopulation":1,"participantStatus":-1,"manNumber":1,"womanNumber":0},{"id":"998267584887525376","isDelete":false,"createTime":"2024-06-12 14:00:04","updateTime":"2024-06-12 20:00:00","event":null,"name":"一起“拍”脱吧","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 13:49:50","applyEndTime":"2024-06-12 17:30:00","beginTime":"2024-06-12 18:00:00","endTime":"2024-06-12 20:00:00","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"(具体地址报名后私发)","numberParticipants":15,"numberMan":7,"numberWoman":8,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"索然无味的工作,紧绷的身体,糟糕的心情,向前一步无从下手,退一步越想越气,干脆别想了;\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":null,"chargeType":null,"mutualAssistanceLimit":3,"participationAllocations":[],"imgList":[{"id":"998267584958828544","isDelete":false,"createTime":[2024,6,12,14,0,5],"updateTime":[2024,6,12,14,0,5],"event":null,"siteActivityId":998267584887525376,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/77f96770b799134541814da165c5efe.png","serialNumber":0}],"registrationPopulation":0,"participantStatus":-1,"manNumber":0,"womanNumber":0},{"id":"997915131805569024","isDelete":false,"createTime":"2024-06-11 14:39:33","updateTime":"2024-06-14 14:38:55","event":null,"name":"创建人数已报满,是否可助力","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-11 14:38:21","applyEndTime":"2024-06-12 14:38:45","beginTime":"2024-06-13 14:38:49","endTime":"2024-06-14 14:38:51","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":"创建人数已报满,是否可助力","status":5,"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":"997915131889455104","isDelete":false,"createTime":[2024,6,11,14,39,33],"updateTime":[2024,6,11,14,39,33],"event":null,"siteActivityId":997915131805569024,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/src=http___upload-images.jianshu.io_upload_images_15402725-55ed5ed8480f3005.jpg&refer=http___upload-images.jianshu.png","serialNumber":0}],"registrationPopulation":2,"participantStatus":-1,"manNumber":1,"womanNumber":1},{"id":"997901342410412032","isDelete":false,"createTime":"2024-06-11 13:44:45","updateTime":"2024-06-11 13:44:50","event":null,"name":"创建可助力活动","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-11 13:42:46","applyEndTime":"2024-06-14 18:00:07","beginTime":"2024-06-15 09:00:22","endTime":"2024-06-18 18:43:31","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440103,"districtName":"荔湾区","detailedAddress":"拉群后发地址信息","numberParticipants":10,"numberMan":5,"numberWoman":5,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"创建可助力活动创建可助力活动创建可助力活动","status":1,"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":"997901342519463936","isDelete":false,"createTime":[2024,6,11,13,44,46],"updateTime":[2024,6,11,13,44,46],"event":null,"siteActivityId":997901342410412032,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/20210803.jpg","serialNumber":0}],"registrationPopulation":2,"participantStatus":-1,"manNumber":1,"womanNumber":1},{"id":"996769324641423360","isDelete":false,"createTime":"2024-06-08 10:46:31","updateTime":"2024-06-13 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":5,"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-12 18:10:35","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":5,"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-13 15:57:40","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":5,"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-11 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":5,"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":-1,"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-12 13:54: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":5,"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-11 11:13:20","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":5,"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":3,"participantStatus":-1,"manNumber":1,"womanNumber":2},{"id":"995300043563077632","isDelete":false,"createTime":"2024-06-04 09:28:07","updateTime":"2024-06-11 22:00:00","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":5,"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":29,"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': '998930393434558464', 'isDelete': False, 'createTime': '2024-06-14 09:53:50', 'updateTime': '2024-06-14 09:53:55', 'event': None, 'name': '测试会员0元参加', 'vipActivityId': None, 'goodsId': None, 'a... ${records} Makes a variable available globally in all tests and suites. ${records} = [{'id': '998930393434558464', 'isDelete': False, 'createTime': '2024-06-14 09:53:50', 'updateTime': '2024-06-14 09:53:55', 'event': None, 'name': '测试会员0元参加', 'vipActivityId': None, 'goodsId': None, 'a... ${genderCode} Makes a variable available globally in all tests and suites. ${genderCode} = 0 ${records} @{records} {'id': '998930393434558464', 'isDelete': False, 'createTime': '2024-06-14 09:53:50', 'updateTime': '2024-06-14 09:53:55', 'event': None, 'name': '测试会员0元参加', 'vipActivityId': None, 'goodsId': None, 'ap... ${name} ${records} name Returns a value from the given ``dictionary`` based on the given ``key``. ${name} = 测试会员0元参加 ${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} = 998930393434558464 ${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. ${status}==1 and ${Number1}!=${Number2} Stops executing the enclosing FOR loop if the ``condition`` is true. Exiting for loop altogether. ${AvtivityId} 998286299716784128 Returns the given values which can then be assigned to a variables. ${AvtivityId} = 998286299716784128 ${AvtivityId} ${AvtivityId} Converts the given item to a Unicode string. Argument types are: <class 'str'> ${AvtivityId} = 998286299716784128 ${AvtivityId} Makes a variable available globally in all tests and suites. ${AvtivityId} = 998286299716784128 ${client-header} @{Cheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/site/activity/details 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/site/activity/details?id=998286299716784128 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/site/activity/details?id=998286299716784128 path_url=/dating-agency-service/user/get/site/activity/details?id=998286299716784128 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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.006567384796586797 MacCyrillic Russian confidence = 0.016610591940344765 IBM866 Russian confidence = 0.04938791776584645 IBM855 Russian confidence = 0.08181797145337105 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.018628803421648386 ISO-8859-9 Turkish confidence = 0.4515410651908994 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/details?id=998286299716784128 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:45 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":"998286299716784128","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:30","event":null,"name":"恭喜你获得","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 15:11:20","applyEndTime":"2024-06-15 15:11:31","beginTime":"2024-06-15 15:11:38","endTime":"2024-06-16 15:11:41","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"(具体地址报名后通知)","numberParticipants":15,"numberMan":7,"numberWoman":8,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"喝中国劲酒,打亲朋好友。\n喝劲酒加冰,锤父老乡亲。\n红牛加劲酒,一干干一宿。\n劲酒好不好,先看配料表。\n一瓶提神醒脑,两瓶没完没了。\n三瓶火急火燎,四瓶拍手叫好。\n三两劲酒温着喝,大嫂来了叫大哥","status":1,"activityType":0,"communityId":"995313929934737408","communityName":"离异群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/离异群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/联系人.png","goodsName":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[],"imgList":[{"id":"998286299804864512","isDelete":false,"createTime":[2024,6,12,15,14,27],"updateTime":[2024,6,12,15,14,27],"event":null,"siteActivityId":998286299716784128,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/茅台4.png","serialNumber":0}],"manNumber":0,"womanNumber":0,"participantStatus":-1,"userOpenAssistanceStatus":2,"participationAllocation":{"id":"145","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":0,"genderCode":0,"genderValue":"男","enable":true},"openedAssistanceId":"999025652093030400","participationAllocationList":[{"id":"145","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":0,"genderCode":0,"genderValue":"男","enable":true},{"id":"146","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":1,"genderCode":0,"genderValue":"男","enable":true},{"id":"147","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":0,"genderCode":1,"genderValue":"女","enable":true},{"id":"148","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":1,"genderCode":1,"genderValue":"女","enable":true}],"thisDayTimes":"2024-06-14 17:23:45","endTimes":"2024-06-15 02:12:22"}} ${reps} = <Response [200]> ${assistNumber} ${reps.json()['data']['participationAllocation']} assistNumber Returns a value from the given ``dictionary`` based on the given ``key``. ${assistNumber} = 5 ${openedAssistanceId} ${reps.json()['data']} openedAssistanceId Returns a value from the given ``dictionary`` based on the given ``key``. ${openedAssistanceId} = 999025652093030400 ${assistNumber}>0 Log To Console 可发起助力 Runs the given keyword with the given arguments, if ``condition`` is true. 可发起助力 Logs the given message to the console. ${openedAssistanceId} Makes a variable available globally in all tests and suites. ${openedAssistanceId} = 999025652093030400 ${client-header} @{Cheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${reps} dating dating-agency-service/user/get/assistance/details params=openedAssistanceId=${openedAssistanceId} 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/assistance/details?openedAssistanceId=999025652093030400 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/get/assistance/details?openedAssistanceId=999025652093030400 path_url=/dating-agency-service/user/get/assistance/details?openedAssistanceId=999025652093030400 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/g6O5DXHixyNrf7tmhMWrNGWP5lsu8qzU6h+HjgELcyeGFpzG7vpGYJRjkJkz9BfS6xW/XIlrNLObJBBA=='} 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.005941011374987058 MacCyrillic Russian confidence = 0.01900373013661796 IBM866 Russian confidence = 0.05768317037931616 IBM855 Russian confidence = 0.08530861543845693 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.021645739869655865 ISO-8859-9 Turkish confidence = 0.45049211302623077 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/assistance/details?openedAssistanceId=999025652093030400 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:46 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":"998286299716784128","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:30","event":null,"name":"恭喜你获得","vipActivityId":null,"goodsId":null,"applyStartTime":"2024-06-12 15:11:20","applyEndTime":"2024-06-15 15:11:31","beginTime":"2024-06-15 15:11:38","endTime":"2024-06-16 15:11:41","provinceCode":440000,"provinceName":"广东省","cityCode":440100,"cityName":"广州市","districtCode":440106,"districtName":"天河区","detailedAddress":"(具体地址报名后通知)","numberParticipants":15,"numberMan":7,"numberWoman":8,"manEntryFee":null,"womanEntryFee":null,"manDiscount":null,"womanDiscount":null,"depict":"喝中国劲酒,打亲朋好友。\n喝劲酒加冰,锤父老乡亲。\n红牛加劲酒,一干干一宿。\n劲酒好不好,先看配料表。\n一瓶提神醒脑,两瓶没完没了。\n三瓶火急火燎,四瓶拍手叫好。\n三两劲酒温着喝,大嫂来了叫大哥","status":1,"activityType":0,"communityId":"995313929934737408","communityName":"离异群","communityQrCodeUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/离异群.png","contactPictureUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/联系人.png","goodsName":null,"chargeType":null,"mutualAssistanceLimit":2,"participationAllocations":[{"id":"145","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":0,"genderCode":0,"genderValue":"男","enable":true},{"id":"146","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":1,"genderCode":0,"genderValue":"男","enable":true},{"id":"147","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":0,"genderCode":1,"genderValue":"女","enable":true},{"id":"148","isDelete":false,"createTime":"2024-06-12 15:14:26","updateTime":"2024-06-12 15:14:26","event":null,"siteActivityId":998286299716784128,"transactionPrice":0.000000,"originalPrice":50.000000,"assistNumber":5,"assistRule":0,"discountAmount":20.000000,"validTime":10,"userType":1,"genderCode":1,"genderValue":"女","enable":true}],"imgList":[{"id":"998286299804864512","isDelete":false,"createTime":[2024,6,12,15,14,27],"updateTime":[2024,6,12,15,14,27],"event":null,"siteActivityId":998286299716784128,"url":"https://dating-agency-test.oss-accelerate.aliyuncs.com/茅台4.png","serialNumber":0}],"assistanceDiscount":{"id":"999025652093030400","isDelete":false,"createTime":"2024-06-14 16:12:22","updateTime":"2024-06-14 16:12:22","event":null,"siteActivityId":"998286299716784128","userId":"969659763816271872","validTime":10,"genderCode":0,"startTime":"2024-06-14 16:12:22","endTime":"2024-06-15 02:12:22","status":0},"assistingNumber":5,"quantityAssisted":2,"assistingUserVos":[{"userId":"986635834872696832","nickName":"嘉宾3号","avatarUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/205520361E10C43.png"},{"userId":"978668013433786368","nickName":"就是不吃饭","avatarUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/5366B037642657C.png"}],"couldHelp":0,"userVo":{"userId":"969659763816271872","nickName":"我迪迦在黑龙江","avatarUrl":"https://dating-agency-test.oss-accelerate.aliyuncs.com/f1fb686bf354b37736f32373038a08ba.jpg"}}} ${reps} = <Response [200]> ${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'> ${file} D:\\LYL\\Study\\Robot_framework\\space\\Dating-agency\\1-Applet\\6-Activity\\phone.txt Returns the contents of a specified file. Getting file '<a href="file://D:\LYL\Study\Robot_framework\space\Dating-agency\1-Applet\6-Activity\phone.txt">D:\LYL\Study\Robot_framework\space\Dating-agency\1-Applet\6-Activity\phone.txt</a>'. ${file} = 手机号 18565126880 ${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} = 18565126880 ${id} ${content} 18565126880 ${id} ${id} \n Splits the ``string`` using ``separator`` as a delimiter string. ${id} = ['18565126880'] ${id} Makes a variable available globally in all tests and suites. ${id} = ['18565126880'] ${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} 18565126880 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":"18565126880", "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":"18565126880", "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': 'Fri, 14 Jun 2024 09:23:46 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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==","userId":"968563840231018496"}} ${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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ== ${userId} ${reps.json()['data']} userId Returns a value from the given ``dictionary`` based on the given ``key``. ${userId} = 968563840231018496 ${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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ=='} ${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} = ['18565126880'] ${userid_list} Makes a variable available globally in all tests and suites. ${userid_list} = ['968563840231018496'] ${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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ=='}"] ${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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ=='} ${Aheader} Returns a list containing given items. ${Aheader} = [] ${userId} ${login_header} ${userid_list} ${Aheader_list} 968563840231018496 {'Content-Type':'application/json','X-APP-ID':'50325897884795881','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==', '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=968563840231018496 HTTP/1.1" 200 None GET Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-uec/user/list/own-organization?userId=968563840231018496 path_url=/dating-agency-uec/user/list/own-organization?userId=968563840231018496 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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==', '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=968563840231018496 status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:46 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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==','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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==', '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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==', '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': 'Fri, 14 Jun 2024 09:23:46 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":"968563840231018496","realName":"LB","nickName":null,"phone":"18565126880","matchmakerFlag":false}} ${reps} = <Response [200]> ${phone} ${reps.json()['data']} phone Returns a value from the given ``dictionary`` based on the given ``key``. ${phone} = 18565126880 ${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} = 18565126880 ${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] ${client_header} @{Cheader_list} {'Content-Type':'application/json','X-APP-ID':'50325897884795880','Authorization':'QNT iHP4V/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ=='} 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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 Creating session: dating ${data} {"openedAssistanceId":"${openedAssistanceId}"} Returns the given values which can then be assigned to a variables. ${data} = {"openedAssistanceId":"999025652093030400"} ${reps} dating dating-agency-service/user/assistance/participant ${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/assistance/participant HTTP/1.1" 200 None POST Request : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/assistance/participant path_url=/dating-agency-service/user/assistance/participant 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/g6O5DXHixyNrf7tlSNOyoGaopElK22UpnAcK7B4JrQ1FjPzkhMIJoRQjqCWjSExWVSymbjZLvdBYmnXQ==', 'Content-Length': '43'} body=b'{"openedAssistanceId":"999025652093030400"}' POST Response : url=http://dating-agency-api-test.qniao.cn/dating-agency-service/user/assistance/participant status=200, reason= headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 14 Jun 2024 09:23:46 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Origin, Access-Control-Request-Method, Access-Control-Request-Headers'} body={"code":0,"message":"successful","data":""} ${reps} = <Response [200]> ${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'> 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