You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38954 lines
2.6 MiB
38954 lines
2.6 MiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20220402 10:18:04.183" rpa="false">
|
|
<suite id="s1" name="000-Regularorder & 001-Activeorder & 002-Activeorder">
|
|
<suite id="s1-s1" name="000-Regularorder" source="/root/ztb-trading-rf-api/000-Regularorder">
|
|
<suite id="s1-s1-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)">
|
|
<suite id="s1-s1-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)/1-APPlogin(Test).robot">
|
|
<test id="s1-s1-s1-s1-t1" name="userlogin">
|
|
<kw name="Disable Warnings" library="urllib3">
|
|
<doc>Helper for quickly disabling all urllib3 warnings.</doc>
|
|
<status status="PASS" starttime="20220402 10:18:04.315" endtime="20220402 10:18:04.315"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>https://api-client-uec-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.316" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-uec-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.316" endtime="20220402 10:18:04.316"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>account=18888888888</arg>
|
|
<arg>captcha=888888</arg>
|
|
<arg>accountType=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.318" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.317" endtime="20220402 10:18:04.318"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>18888888888</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${account}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.318" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.318" endtime="20220402 10:18:04.318"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>uec/authorize/by-captcha</arg>
|
|
<arg>json=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${respones}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.398" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
path_url=/uec/authorize/by-captcha
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
|
|
body=b'{"account": "18888888888", "captcha": "888888", "accountType": "2"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.398" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:04 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":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==","userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.398" level="INFO">${respones} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.318" endtime="20220402 10:18:04.398"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.status_code}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.399" level="INFO">200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.399" endtime="20220402 10:18:04.399"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.400" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==', 'userId': '659450159519895552'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.400" endtime="20220402 10:18:04.400"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.401" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.400" endtime="20220402 10:18:04.401"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${token}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.401" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.401" endtime="20220402 10:18:04.401"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${account}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.402" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.401" endtime="20220402 10:18:04.402"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.314" endtime="20220402 10:18:04.402" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s1-s1-t2" name="login-token">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.403" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.403" endtime="20220402 10:18:04.404"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>loginToken=${token}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.405" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.404" endtime="20220402 10:18:04.405"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/authorize/get/product-line-token/by/login-token</arg>
|
|
<arg>json=${token1}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.489" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
path_url=/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '106'}
|
|
body=b'{"loginToken": "d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=="}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.489" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:04 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==","userToken":null,"userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.489" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.405" endtime="20220402 10:18:04.489"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.490" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.490" endtime="20220402 10:18:04.490"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>userId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${userId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.491" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.491" endtime="20220402 10:18:04.491"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["token"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.492" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.491" endtime="20220402 10:18:04.492"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.492" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.492" endtime="20220402 10:18:04.492"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${userId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.493" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.492" endtime="20220402 10:18:04.493"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.402" endtime="20220402 10:18:04.493" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:04.214" endtime="20220402 10:18:04.493"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s1-s2" name="2.1-CreateRegularorder" source="/root/ztb-trading-rf-api/000-Regularorder/1-Client(Test)/2.1-CreateRegularorder.robot">
|
|
<test id="s1-s1-s1-s2-t1" name="get_paper-mill-city">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.508" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.508" endtime="20220402 10:18:04.509"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/get/paper-mill-city</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.894" level="INFO">GET Request : url=https://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-city
|
|
path_url=/recycle-service/get/paper-mill-city
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.895" level="INFO">GET Response : url=https://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-city
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:04 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":[{"cityId":"520100","cityName":"贵阳市"},{"cityId":"430100","cityName":"长沙市"},{"cityId":"110100","cityName":"北京市"},{"cityId":"150200","cityName":"包头市"},{"cityId":"350200","cityName":"厦门市"},{"cityId":"440800","cityName":"湛江市"},{"cityId":"450100","cityName":"南宁市"},{"cityId":"360200","cityName":"景德镇市"},{"cityId":"210300","cityName":"鞍山市"},{"cityId":"130800","cityName":"承德市"},{"cityId":"232700","cityName":"大兴安岭地区"},{"cityId":"360700","cityName":"赣州市"},{"cityId":"130200","cityName":"唐山市"},{"cityId":"510400","cityName":"攀枝花市"},{"cityId":"140200","cityName":"大同市"},{"cityId":"310100","cityName":"上海市"},{"cityId":"530500","cityName":"保山市"},{"cityId":"440900","cityName":"茂名市"},{"cityId":"440500","cityName":"汕头市"},{"cityId":"451300","cityName":"来宾市"},{"cityId":"440600","cityName":"佛山市"},{"cityId":"430400","cityName":"衡阳市"},{"cityId":"442000","cityName":"中山市"},{"cityId":"440700","cityName":"江门市"},{"cityId":"810200","cityName":"九龙"},{"cityId":"445300","cityName":"云浮市"},{"cityId":"421000","cityName":"荆州市"},{"cityId":"440100","cityName":"广州市"},{"cityId":"441900","cityName":"东莞市"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:04.895" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.509" endtime="20220402 10:18:04.895"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.896" level="INFO">${data} = [{'cityId': '520100', 'cityName': '贵阳市'}, {'cityId': '430100', 'cityName': '长沙市'}, {'cityId': '110100', 'cityName': '北京市'}, {'cityId': '150200', 'cityName': '包头市'}, {'cityId': '350200', 'cityName': '厦...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.895" endtime="20220402 10:18:04.896"></status>
|
|
</kw>
|
|
<kw name="${items} IN [ @{data} ]" type="for">
|
|
<kw name="${items} = {'cityId': '520100', 'cityName': '贵阳市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.897" level="INFO">${cityName} = 贵阳市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.896" endtime="20220402 10:18:04.897"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.897" level="INFO">${cityId} = 520100</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.897" endtime="20220402 10:18:04.897"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.897" endtime="20220402 10:18:04.898"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.896" endtime="20220402 10:18:04.898"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '430100', 'cityName': '长沙市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.898" level="INFO">${cityName} = 长沙市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.898" endtime="20220402 10:18:04.898"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.899" level="INFO">${cityId} = 430100</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.898" endtime="20220402 10:18:04.899"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.899" endtime="20220402 10:18:04.899"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.898" endtime="20220402 10:18:04.899"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '110100', 'cityName': '北京市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.900" level="INFO">${cityName} = 北京市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.899" endtime="20220402 10:18:04.900"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.900" level="INFO">${cityId} = 110100</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.900" endtime="20220402 10:18:04.900"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.901" endtime="20220402 10:18:04.901"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.899" endtime="20220402 10:18:04.901"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '150200', 'cityName': '包头市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.901" level="INFO">${cityName} = 包头市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.901" endtime="20220402 10:18:04.901"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.902" level="INFO">${cityId} = 150200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.902" endtime="20220402 10:18:04.902"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.902" endtime="20220402 10:18:04.902"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.901" endtime="20220402 10:18:04.902"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '350200', 'cityName': '厦门市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.903" level="INFO">${cityName} = 厦门市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.903" endtime="20220402 10:18:04.903"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.903" level="INFO">${cityId} = 350200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.903" endtime="20220402 10:18:04.903"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.903" endtime="20220402 10:18:04.904"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.902" endtime="20220402 10:18:04.904"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '440800', 'cityName': '湛江市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.904" level="INFO">${cityName} = 湛江市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.904" endtime="20220402 10:18:04.904"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.905" level="INFO">${cityId} = 440800</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.904" endtime="20220402 10:18:04.905"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.905" endtime="20220402 10:18:04.905"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.904" endtime="20220402 10:18:04.905"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '450100', 'cityName': '南宁市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.906" level="INFO">${cityName} = 南宁市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.905" endtime="20220402 10:18:04.906"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.906" level="INFO">${cityId} = 450100</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.906" endtime="20220402 10:18:04.906"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.906" endtime="20220402 10:18:04.907"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.905" endtime="20220402 10:18:04.907"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '360200', 'cityName': '景德镇市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.907" level="INFO">${cityName} = 景德镇市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.907" endtime="20220402 10:18:04.907"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.907" level="INFO">${cityId} = 360200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.907" endtime="20220402 10:18:04.907"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.908" endtime="20220402 10:18:04.908"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.907" endtime="20220402 10:18:04.908"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '210300', 'cityName': '鞍山市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.908" level="INFO">${cityName} = 鞍山市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.908" endtime="20220402 10:18:04.908"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.909" level="INFO">${cityId} = 210300</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.909" endtime="20220402 10:18:04.909"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.909" endtime="20220402 10:18:04.909"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.908" endtime="20220402 10:18:04.909"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '130800', 'cityName': '承德市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.910" level="INFO">${cityName} = 承德市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.910" endtime="20220402 10:18:04.910"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.910" level="INFO">${cityId} = 130800</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.910" endtime="20220402 10:18:04.910"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.910" endtime="20220402 10:18:04.911"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.909" endtime="20220402 10:18:04.911"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '232700', 'cityName': '大兴安岭地区'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.911" level="INFO">${cityName} = 大兴安岭地区</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.911" endtime="20220402 10:18:04.911"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.912" level="INFO">${cityId} = 232700</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.911" endtime="20220402 10:18:04.912"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.912" endtime="20220402 10:18:04.912"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.911" endtime="20220402 10:18:04.912"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '360700', 'cityName': '赣州市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.913" level="INFO">${cityName} = 赣州市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.913" endtime="20220402 10:18:04.913"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.913" level="INFO">${cityId} = 360700</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.913" endtime="20220402 10:18:04.913"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.913" endtime="20220402 10:18:04.914"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.912" endtime="20220402 10:18:04.914"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '130200', 'cityName': '唐山市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.914" level="INFO">${cityName} = 唐山市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.914" endtime="20220402 10:18:04.914"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.915" level="INFO">${cityId} = 130200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.914" endtime="20220402 10:18:04.915"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.915" endtime="20220402 10:18:04.915"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.914" endtime="20220402 10:18:04.915"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '510400', 'cityName': '攀枝花市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.916" level="INFO">${cityName} = 攀枝花市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.915" endtime="20220402 10:18:04.916"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.916" level="INFO">${cityId} = 510400</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.916" endtime="20220402 10:18:04.916"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.916" endtime="20220402 10:18:04.916"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.915" endtime="20220402 10:18:04.916"></status>
|
|
</kw>
|
|
<kw name="${items} = {'cityId': '140200', 'cityName': '大同市'}" type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.917" level="INFO">${cityName} = 大同市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.917" endtime="20220402 10:18:04.917"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${items}</arg>
|
|
<arg>cityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:04.917" level="INFO">${cityId} = 140200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.917" endtime="20220402 10:18:04.917"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${cityName}'=='大同市'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.918" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.917" endtime="20220402 10:18:04.918"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.917" endtime="20220402 10:18:04.918"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.896" endtime="20220402 10:18:04.918"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${cityId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.918" level="INFO">${cityId} = 140200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.918" endtime="20220402 10:18:04.919"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If Test Failed" library="BuiltIn" type="teardown">
|
|
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
|
|
<arguments>
|
|
<arg>Fatal Error</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:04.919" endtime="20220402 10:18:04.919"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.507" endtime="20220402 10:18:04.919" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s1-s2-t2" name="get-factorylist">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>factorylist</arg>
|
|
<arg>http://api-client-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:04.921" level="INFO">Creating Session using : alias=factorylist, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.920" endtime="20220402 10:18:04.921"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>factorylist</arg>
|
|
<arg>recycle-service/get/paper-mill-paper-category-price-list</arg>
|
|
<arg>params=cityId=${cityId}&enableSalesAgent=1&pageNum=1&pageSize=20&listType=0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.136" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&enableSalesAgent=1&pageNum=1&pageSize=20&listType=0
|
|
path_url=/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&enableSalesAgent=1&pageNum=1&pageSize=20&listType=0
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.136" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=140200&enableSalesAgent=1&pageNum=1&pageSize=20&listType=0
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.650,"floatingPrice":0.000,"publicSubsidies":0.010,"allowOrder":null},{"categoryId":"671765556428410880","categoryName":"坑卡A级","yesterdayUnitPrice":null,"unitPrice":1.550,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null},{"categoryId":"671765925917233152","categoryName":"白纸","yesterdayUnitPrice":null,"unitPrice":1.111,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null},{"categoryId":"671765938143629312","categoryName":"黄纸皮","yesterdayUnitPrice":null,"unitPrice":2.022,"floatingPrice":0.000,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":"山西省","locCityName":"大同市","locDistrictName":"大同县","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":"2022-04-02 00:00:00","proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":"12","cumulativeWeight":2156.39,"yesterdayTotalQuantity":22,"yesterdayRetainedQuantity":0,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":true,"isRecentlySale":true}],"total":1,"size":20,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.137" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:04.921" endtime="20220402 10:18:05.137"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.137" endtime="20220402 10:18:05.138"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.139" level="INFO">${records} = [{'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floatin...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.138" endtime="20220402 10:18:05.139"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{records} ]" type="for">
|
|
<kw name="${item} = {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floating..." type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.140" level="INFO">${name} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.139" endtime="20220402 10:18:05.140"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperCategoryList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.140" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floatingPrice': 0.0, 'publicSubsidies': 0.01, 'allowOrder': None}, {'categoryId': '671765556...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.140" endtime="20220402 10:18:05.140"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>cumulativeWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cumulativeWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.141" level="INFO">${cumulativeWeight} = 2156.39</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.140" endtime="20220402 10:18:05.141"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.141" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.141" endtime="20220402 10:18:05.141"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>locProvinceName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${locProvinceName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.142" level="INFO">${locProvinceName} = 山西省</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.142" endtime="20220402 10:18:05.142"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>locCityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${locCityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.142" level="INFO">${locCityName} = 大同市</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.142" endtime="20220402 10:18:05.142"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>locDistrictName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${locDistrictName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.143" level="INFO">${locDistrictName} = 大同县</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.143" endtime="20220402 10:18:05.143"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${name}'=='Ceshi_factory'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.143" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.143" endtime="20220402 10:18:05.144"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.139" endtime="20220402 10:18:05.144"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.139" endtime="20220402 10:18:05.144"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${paperCategoryList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.144" level="INFO">${value} = {'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.65, 'floatingPrice': 0.0, 'publicSubsidies': 0.01, 'allowOrder': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.144" endtime="20220402 10:18:05.145"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.145" endtime="20220402 10:18:05.145"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>categoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryid}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.145" level="INFO">${categoryid} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.145" endtime="20220402 10:18:05.145"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.146" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.146" endtime="20220402 10:18:05.146"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>unitPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.146" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.146" endtime="20220402 10:18:05.146"></status>
|
|
</kw>
|
|
<kw name="Catenate" library="BuiltIn">
|
|
<doc>Catenates the given items together and returns the resulted string.</doc>
|
|
<arguments>
|
|
<arg>${locProvinceName}</arg>
|
|
<arg>${locCityName}</arg>
|
|
<arg>${locDistrictName}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillAddress}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.147" level="INFO">${paperMillAddress} = 山西省 大同市 大同县</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.146" endtime="20220402 10:18:05.147"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryid}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.147" level="INFO">${categoryid} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.147" endtime="20220402 10:18:05.147"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.148" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.148" endtime="20220402 10:18:05.148"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.148" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.148" endtime="20220402 10:18:05.149"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillAddress}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.149" level="INFO">${paperMillAddress} = 山西省 大同市 大同县</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.149" endtime="20220402 10:18:05.149"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.149" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.149" endtime="20220402 10:18:05.150"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.150" level="INFO">${name} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.150" endtime="20220402 10:18:05.150"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If Test Failed" library="BuiltIn" type="teardown">
|
|
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
|
|
<arguments>
|
|
<arg>Fatal Error</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.150" endtime="20220402 10:18:05.151"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:04.919" endtime="20220402 10:18:05.151" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s1-s2-t3" name="get-carinfo">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>http://api-client-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.153" level="INFO">Creating Session using : alias=get-carinfo, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.152" endtime="20220402 10:18:05.153"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>recycle-service/proxy-sell/get/his-car-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.197" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
path_url=/recycle-service/proxy-sell/get/his-car-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.197" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"5538","scrapPaperOrderItemId":null,"plateNumber":"京R76859","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5537","scrapPaperOrderItemId":null,"plateNumber":"闽NC6789","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5536","scrapPaperOrderItemId":null,"plateNumber":"贵R67890","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5535","scrapPaperOrderItemId":null,"plateNumber":"贵R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5499","scrapPaperOrderItemId":null,"plateNumber":"京R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5497","scrapPaperOrderItemId":null,"plateNumber":"京SGGGGG","driverName":null,"driverPhone":null,"packageNum":0}],"total":0,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.198" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.153" endtime="20220402 10:18:05.198"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.199" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '5538', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5537', 'scrapPaperOrderItemId': None, 'plateNumber': '闽NC6789', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5536', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5535', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5499', 'scrapPaperOrderItemId': None, 'plateNumber': '京R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5497', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.198" endtime="20220402 10:18:05.199"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.199" level="INFO">${carNumber} = [{'id': '5538', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5537', 'scrapPaperOrderItemId': None, 'plateNumber': '闽NC678...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.199" endtime="20220402 10:18:05.199"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${carNumber})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.200" level="INFO">${plateNumber1} = {'id': '5497', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.200" endtime="20220402 10:18:05.200"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${plateNumber1}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.200" endtime="20220402 10:18:05.201"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber1}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.201" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.201" endtime="20220402 10:18:05.201"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.202" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.201" endtime="20220402 10:18:05.202"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If Test Failed" library="BuiltIn" type="teardown">
|
|
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
|
|
<arguments>
|
|
<arg>Fatal Error</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.202" endtime="20220402 10:18:05.203"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.151" endtime="20220402 10:18:05.203" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s1-s2-t4" name="createorder">
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.205" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.204" endtime="20220402 10:18:05.205"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.205" level="INFO">2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.205" endtime="20220402 10:18:05.205"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"paperCategoryId":"${categoryid}" ,"unitPrice":${unitPrice},"totalEstimatedWeight":30000,"customerName":"赖勇兰","deliveryTime":"${datatime}","carInfos":[{"plateNumber":"${plateNumber}"}]}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.206" level="INFO">${data} = {"paperCategoryId":"660529551931215872" ,"unitPrice":1.65,"totalEstimatedWeight":30000,"customerName":"赖勇兰","deliveryTime":"2022-04-02","carInfos":[{"plateNumber":"京SGGGGG"}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.206" endtime="20220402 10:18:05.206"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.206" level="INFO">{"paperCategoryId":"660529551931215872" ,"unitPrice":1.65,"totalEstimatedWeight":30000,"customerName":"赖勇兰","deliveryTime":"2022-04-02","carInfos":[{"plateNumber":"京SGGGGG"}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.206" endtime="20220402 10:18:05.206"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>createorder</arg>
|
|
<arg>http://api-client-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.207" level="INFO">Creating Session using : alias=createorder, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.207" endtime="20220402 10:18:05.207"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>createorder</arg>
|
|
<arg>recycle-service/proxy-sell/create/order</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.411" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
path_url=/recycle-service/proxy-sell/create/order
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXajucBnf2TPL7pb8n7qJyqQ==', 'Content-Length': '183'}
|
|
body=b'{"paperCategoryId":"660529551931215872" ,"unitPrice":1.65,"totalEstimatedWeight":30000,"customerName":"\xe8\xb5\x96\xe5\x8b\x87\xe5\x85\xb0","deliveryTime":"2022-04-02","carInfos":[{"plateNumber":"\xe4\xba\xacSGGGGG"}]}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.411" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576650790998016"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.411" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.208" endtime="20220402 10:18:05.412"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.412" level="INFO">${orderId} = 707576650790998016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.412" endtime="20220402 10:18:05.412"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.413" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576650790998016'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.413" endtime="20220402 10:18:05.413"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.413" endtime="20220402 10:18:05.413"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.414" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.414" endtime="20220402 10:18:05.414"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.415" level="INFO">${orderId} = 707576650790998016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.414" endtime="20220402 10:18:05.415"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If Test Failed" library="BuiltIn" type="teardown">
|
|
<doc>Runs the given keyword with the given arguments, if the test failed.</doc>
|
|
<arguments>
|
|
<arg>Fatal Error</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.415" endtime="20220402 10:18:05.415"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.203" endtime="20220402 10:18:05.415" critical="yes"></status>
|
|
</test>
|
|
<doc>创建常规订单</doc>
|
|
<status status="PASS" starttime="20220402 10:18:04.495" endtime="20220402 10:18:05.416"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:04.212" endtime="20220402 10:18:05.417"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)">
|
|
<suite id="s1-s1-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/1-WebLogin">
|
|
<suite id="s1-s1-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
|
|
<test id="s1-s1-s2-s1-s1-t1" name="pwlogin">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>Content-Type=application/x-www-form-urlencoded</arg>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.429" level="INFO">${header} = {'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.428" endtime="20220402 10:18:05.429"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.429" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.429" endtime="20220402 10:18:05.430"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>username=laiyonglan@qniao.cn</arg>
|
|
<arg>password=qn123456</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>&{data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.431" level="INFO">&{data} = { username=laiyonglan@qniao.cn | password=qn123456 }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.430" endtime="20220402 10:18:05.431"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.431" level="INFO">{'username': 'laiyonglan@qniao.cn', 'password': 'qn123456'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.431" endtime="20220402 10:18:05.432"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/login</arg>
|
|
<arg>data=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.634" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
path_url=/recycle-service/admin/login
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555', 'Content-Length': '48'}
|
|
body=username=laiyonglan%40qniao.cn&password=qn123456
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.634" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Access-Control-Allow-Origin': '*', 'Access-Control-Request-Method': '*', 'Cache-Control': 'no-cache', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'X-Frame-Options': 'DENY'}
|
|
body={"code":200,"message":"登陆成功"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.635" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.432" endtime="20220402 10:18:05.635"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.636" level="INFO">{'code': 200, 'message': '登陆成功'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.635" endtime="20220402 10:18:05.636"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.636" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.636" endtime="20220402 10:18:05.636"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>登陆成功</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.636" endtime="20220402 10:18:05.637"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.637" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.637" endtime="20220402 10:18:05.637"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.428" endtime="20220402 10:18:05.638" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s1-s1-t2" name="login-info">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
<arg>Authorization=Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.639" level="INFO">${header} = {'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.638" endtime="20220402 10:18:05.639"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.640" level="INFO">Creating Session using : alias=login-info, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.639" endtime="20220402 10:18:05.640"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>recycle-service/admin/employee/get/login-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.801" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
path_url=/recycle-service/admin/employee/get/login-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.801" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"adminId":"617003842541850624","name":"赖勇兰","avatar":"https://static-legacy.dingtalk.com/media/lADPD26eRnj0j-3NAgrNAzw_828_522.jpg","position":"测试工程师","positionList":[{"id":"1","name":"管理员"}],"menuList":["/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/bigCategoryManage/Index","/preciousPaperGeneral/sellOnConsignmentManage/dealManage/TransscationMainBody","/preciousPaperGeneral/sellOnConsignmentManage/invoiceManagement/InvoiceManagementList","/preciousPaperGeneral/packaginStationSAASManage/systemManage","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceipts","/preciousPaperGeneral/operationManagementBackground/scoreManage/Role/Index","/preciousPaperGeneral/packaginStationSAASManage/financeManage/MergerPayment","/preciousPaperGeneral/packaginStationSAASManage/operationManage/dataPanel","/preciousPaperGeneral/operationManagementBackground/sysManage/information","/preciousPaperGeneral/companyAndUserManage/companyManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/detail","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitDeleveryDetails","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/DiscountFigure","/preciousPaperGeneral/packaginStationSAASManage/authFactory/ApplyList","/preciousPaperGeneral/sellOnConsignmentManage/customerManage/Index","/preciousPaperGeneral/operationManagementBackground/scoreManage/convert/Index","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PointList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/list","/preciousPaperGeneral/operationManagementBackground/contractManege/Index","/preciousPaperGeneral/companyAndUserManage/equipmentMaintenance/Index","/preciousPaperGeneral/packaginStationSAASManage/operationManage/categoryManage","/preciousPaperGeneral/operationManagementBackground/scoreManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteType/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyCheckOrder/CheckOrderList","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Detail","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Edit","/preciousPaperGeneral/operationManagementBackground/basicSetting/shop/Index","/preciousPaperGeneral/operationManagementBackground/contractManege","/preciousPaperGeneral/operationManagementBackground/feedbackManage/FeedbackIndex","/home","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Detail","/preciousPaperGeneral/packaginStationSAASManage/factoryProxy/FactoryAgency","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Details","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/financialManagementBackground","/preciousPaperGeneral/paperFctSellOnManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/equipmentMaintenance","/preciousPaperGeneral/packaginStationSAASManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/automaticallyArrive/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/orderSincereMoney/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyReturn/ReturnOrderList","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/factoryClue/Index","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Index","/preciousPaperGeneral/paperFctSellOnManage/OrderList/OrderInfo","/microSystemManagement","/preciousPaperGeneral/operationManagementBackground/articManage/classificationManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Details","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteTypeOneManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Index","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/inTheSettlementDetails","/preciousPaperGeneral/sellOnConsignmentManage/standingBookManage/standingBook","/preciousPaperGeneral/paperFctSellOnManage/OrderList/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationCreate","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku","/microSystemManagement/menu","/preciousPaperGeneral/packaginStationSAASManage/proxyPaymentOrder/PaymentOrderList","/microSystemManagement/position","/sysManage/listLibraryManage/Index","/preciousPaperGeneral/financialManagementBackground/settlementManage/settlementPayment/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyManage","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/memberCcountDetails","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/PaperFctoryTypeOfferList","/preciousPaperGeneral/packaginStationSAASManage/factoryOrder/ProxyDetails","/preciousPaperGeneral/packaginStationSAASManage/proxyOrderInfo/OrderDetails","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/standingBook","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex","/preciousPaperGeneral/packaginStationSAASManage/operationManage/ServiceChargeStandard","/preciousPaperGeneral/companyAndUserManage/companyManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/CreatePoint","/preciousPaperGeneral/operationManagementBackground/staffActicities","/preciousPaperGeneral/sellOnConsignmentManage/financeAudit/finaceAuditList","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Details","/preciousPaperGeneral/operationManagementBackground/staffActicities/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend","/preciousPaperGeneral/operationManagementBackground/basicSetting/vipPaid/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/payForWater/Index","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex/orderList","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/priceGuidanceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/saasRefund/SaasRefundInfo","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationIndex","/preciousPaperGeneral/operationManagementBackground/basicSetting","/preciousPaperGeneral/packaginStationSAASManage/financeManage","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails","/preciousPaperGeneral/sellOnConsignmentManage","/preciousPaperGeneral/sellOnConsignmentManage/orderReconciliation/financeAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Index","/preciousPaperGeneral/packaginStationSAASManage/saasAccount/SaasAccountList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/edit","/microSystemManagement/employee","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/create","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/CreatePaperPrice","/preciousPaperGeneral/packaginStationSAASManage/operationManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Index","/preciousPaperGeneral/sellOnConsignmentManage/capitalSource/CapitalSourceIndex","/preciousPaperGeneral/companyAndUserManage","/preciousPaperGeneral/operationManagementBackground/acticityRuleSetManage/acticityRuleSet","/preciousPaperGeneral/financialManagementBackground","/preciousPaperGeneral/operationManagementBackground/activityThemeManage/activityThemeManageIndex","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PaperType","/preciousPaperGeneral/sellOnConsignmentManage/PaperFctRetMoneyIndex/operationAudit/operationAuditList","/preciousPaperGeneral/paperFctSellOnManage/OrderList/JLIndex","/preciousPaperGeneral/companyAndUserManage/packginStationManage/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/Index","/preciousPaperGeneral/operationManagementBackground/feedbackManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Index","/preciousPaperGeneral/operationManagementBackground","/preciousPaperGeneral/operationManagementBackground/sysManage/departmentManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/orderReconciliation/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Create","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceiptsDetail","/preciousPaperGeneral/packaginStationSAASManage/operationManage/DataPanel","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/VehicleQueueIndex","/preciousPaperGeneral/packaginStationSAASManage/saasOrder/SaasRefundList","/preciousPaperGeneral/sellOnConsignmentManage/RemainingAmountPayableReport","/preciousPaperGeneral/packaginStationSAASManage/systemManage/menuManage/Index","/microSystemManagement/department","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitSubscribeDetails"]}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.802" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.640" endtime="20220402 10:18:05.802"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.802" level="INFO"><Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.802" endtime="20220402 10:18:05.803"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.803" endtime="20220402 10:18:05.803"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.638" endtime="20220402 10:18:05.804" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:05.424" endtime="20220402 10:18:05.804"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:05.422" endtime="20220402 10:18:05.806"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management">
|
|
<suite id="s1-s1-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
|
|
<test id="s1-s1-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.814" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.814" endtime="20220402 10:18:05.815"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-order-reservation-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.908" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.908" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"4865","orderId":"707576650790998016","userName":"赖勇兰","userMobile":"18888888888","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","categoryName":"花纸","sellerReservationDate":"2022-04-02","orderItemNum":1,"carNoList":["京SGGGGG"],"status":0,"createTime":"2022-04-02 10:18:05","bizOwnerName":"李忠糠","orderType":1,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.909" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.815" endtime="20220402 10:18:05.909"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.910" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '4865', 'orderId': '707576650790998016', 'userName': '赖勇兰', 'userMobile': '18888888888', 'paperMillName': 'Ceshi_factory', 'paperMillId': '660525241717624832', 'categoryName': '花纸', 'sellerReservationDate': '2022-04-02', 'orderItemNum': 1, 'carNoList': ['京SGGGGG'], 'status': 0, 'createTime': '2022-04-02 10:18:05', 'bizOwnerName': '李忠糠', 'orderType': 1, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.909" endtime="20220402 10:18:05.910"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.910" level="INFO">${orderId} = 707576650790998016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.910" endtime="20220402 10:18:05.910"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.911" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.911" endtime="20220402 10:18:05.911"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.912" level="INFO">${id} = 4865</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.911" endtime="20220402 10:18:05.912"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.912" level="INFO">${orderType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.912" endtime="20220402 10:18:05.912"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>carNoList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNoList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.913" level="INFO">${carNoList} = ['京SGGGGG']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.912" endtime="20220402 10:18:05.913"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.914" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.913" endtime="20220402 10:18:05.914"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>sellerReservationDate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${sellerReservationDate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.914" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.914" endtime="20220402 10:18:05.914"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${carNoList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.915" level="INFO">${carList} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.914" endtime="20220402 10:18:05.915"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${carList}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.915" endtime="20220402 10:18:05.915"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.915" endtime="20220402 10:18:05.916"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.916" level="INFO">${orderId} = 707576650790998016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.916" endtime="20220402 10:18:05.917"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.917" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.917" endtime="20220402 10:18:05.917"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.918" level="INFO">${id} = 4865</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.917" endtime="20220402 10:18:05.918"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.918" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.918" endtime="20220402 10:18:05.918"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${sellerReservationDate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.919" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.918" endtime="20220402 10:18:05.919"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.919" level="INFO">${orderType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.919" endtime="20220402 10:18:05.919"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${carList}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.920" level="INFO">${carList} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.920" endtime="20220402 10:18:05.920"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.813" endtime="20220402 10:18:05.920" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s1-t2" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.922" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.921" endtime="20220402 10:18:05.922"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.980" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.980" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:05 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:05.981" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.922" endtime="20220402 10:18:05.981"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.981" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.981" endtime="20220402 10:18:05.982"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.982" level="INFO">${data} = [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.982" endtime="20220402 10:18:05.982"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${data})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.983" level="INFO">${value} = {'name': '小小', 'id': '700688316244299776'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.982" endtime="20220402 10:18:05.983"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:05.983" endtime="20220402 10:18:05.983"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${supplier_id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.984" level="INFO">${supplier_id} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.984" endtime="20220402 10:18:05.984"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.984" level="INFO">${millSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.984" endtime="20220402 10:18:05.984"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${supplier_id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.985" level="INFO">${supplier_id} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.985" endtime="20220402 10:18:05.985"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.986" level="INFO">${millSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.985" endtime="20220402 10:18:05.986"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.920" endtime="20220402 10:18:05.986" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s1-t3" name="Submit-appointment">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.988" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.987" endtime="20220402 10:18:05.988"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.989" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.989" endtime="20220402 10:18:05.989"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"attention":"${orderId}","buyerReservationDate":"${datatime}", "id":"${id}","millDeliveryOrderId":"${orderId}","millSupplierId":"${supplier_id}","millSupplierName":"${millSupplierName}","proxySellerSettleType":0,"scrapeOrderId":"${orderId}"}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:05.990" level="INFO">${data} = {"attention":"707576650790998016","buyerReservationDate":"2022-04-02", "id":"4865","millDeliveryOrderId":"707576650790998016","millSupplierId":"700688316244299776","millSupplierName":"小小","proxySeller...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.989" endtime="20220402 10:18:05.990"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:05.990" level="INFO">{"attention":"707576650790998016","buyerReservationDate":"2022-04-02", "id":"4865","millDeliveryOrderId":"707576650790998016","millSupplierId":"700688316244299776","millSupplierName":"小小","proxySellerSettleType":0,"scrapeOrderId":"707576650790998016"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.990" endtime="20220402 10:18:05.990"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/update/reservation</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.235" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
path_url=/recycle-service/admin/customer-service/update/reservation
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '255'}
|
|
body=b'{"attention":"707576650790998016","buyerReservationDate":"2022-04-02", "id":"4865","millDeliveryOrderId":"707576650790998016","millSupplierId":"700688316244299776","millSupplierName":"\xe5\xb0\x8f\xe5\xb0\x8f","proxySellerSettleType":0,"scrapeOrderId":"707576650790998016"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.236" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.236" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:05.990" endtime="20220402 10:18:06.236"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.236" endtime="20220402 10:18:06.237"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:05.987" endtime="20220402 10:18:06.237" critical="yes"></status>
|
|
</test>
|
|
<doc>预约送货</doc>
|
|
<status status="PASS" starttime="20220402 10:18:05.809" endtime="20220402 10:18:06.238"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2-s2-s2" name="2.1-RegularUpload-weightnote" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/2.1-RegularUpload-weightnote.robot">
|
|
<test id="s1-s1-s2-s2-s2-t1" name="get-order-item-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.249" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.248" endtime="20220402 10:18:06.249"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order-item-list</arg>
|
|
<arg>params=orderType=${orderType} &pageNum=1&pageSize=10&status=51&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.348" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=1%20&pageNum=1&pageSize=10&status=51&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=1%20&pageNum=1&pageSize=10&status=51&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.348" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=1%20&pageNum=1&pageSize=10&status=51&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","weightNoteId":null,"orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2022-04-02","millSupplierName":"小小","plateNumber":"京SGGGGG","operationReviewStatus":51,"createTime":"2022-04-02 10:18:05","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","reviewTime":null,"reviewOperatorName":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activitySettleType":null,"weightNoteType":null,"netWeight":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","rejected":false}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.348" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.249" endtime="20220402 10:18:06.348"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.349" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2022-04-02', 'millSupplierName': '小小', 'plateNumber': '京SGGGGG', 'operationReviewStatus': 51, 'createTime': '2022-04-02 10:18:05', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'reviewTime': None, 'reviewOperatorName': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activitySettleType': None, 'weightNoteType': None, 'netWeight': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'rejected': False}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.349" endtime="20220402 10:18:06.349"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>orderItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.350" level="INFO">${orderItemId} = 707576650832941056</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.350" endtime="20220402 10:18:06.350"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>bizOwnerName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${bizOwnerName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.351" level="INFO">${bizOwnerName} = 李忠糠</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.350" endtime="20220402 10:18:06.351"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>bizOwnerId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${bizOwnerId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.351" level="INFO">${bizOwnerId} = 605394333763506176</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.351" endtime="20220402 10:18:06.351"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.352" level="INFO">${orderItemId} = 707576650832941056</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.351" endtime="20220402 10:18:06.352"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal" library="BuiltIn">
|
|
<doc>Fails if the given objects are unequal.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]["orderId"]}</arg>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.352" endtime="20220402 10:18:06.352"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.248" endtime="20220402 10:18:06.353" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t2" name="get-order-item-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.354" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.354" endtime="20220402 10:18:06.354"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.546" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.546" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":null,"unitSurcharge":null,"surcharge":null,"unitPrice":1.6500000,"weightnoteInfo":null,"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"otherAmountDtoList":null,"deductionNotes":null,"totalOtherAmount":null,"paymentType":null,"activityNoteStatus":0,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":null,"warehouseName":null,"publicSubsidies":0.010,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":null,"settleUnitPriceIncludeTax":null,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":null,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":null,"transactionMainEnterpriseName":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.546" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.355" endtime="20220402 10:18:06.546"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.547" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.547" endtime="20220402 10:18:06.547"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.548" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.548" endtime="20220402 10:18:06.548"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.549" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.548" endtime="20220402 10:18:06.549"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.550" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.549" endtime="20220402 10:18:06.550"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.550" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.550" endtime="20220402 10:18:06.550"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.551" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.551" endtime="20220402 10:18:06.551"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>millSupplierId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.552" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.551" endtime="20220402 10:18:06.552"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillSupplierName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.553" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.552" endtime="20220402 10:18:06.553"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.553" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.553" endtime="20220402 10:18:06.553"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.554" level="INFO">${settleUtiPrice} = 1.66</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.554" endtime="20220402 10:18:06.554"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${unitSurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.555" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.554" endtime="20220402 10:18:06.555"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.555" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.555" endtime="20220402 10:18:06.555"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.556" level="INFO">663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.556" endtime="20220402 10:18:06.556"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.556" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.556" endtime="20220402 10:18:06.556"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.557" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.557" endtime="20220402 10:18:06.557"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.558" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.558" endtime="20220402 10:18:06.558"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.559" level="INFO">${settleUtiPrice} = 1.66</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.559" endtime="20220402 10:18:06.559"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.560" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.559" endtime="20220402 10:18:06.560"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.560" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.560" endtime="20220402 10:18:06.560"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.561" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.560" endtime="20220402 10:18:06.561"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.561" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.561" endtime="20220402 10:18:06.561"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.562" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.562" endtime="20220402 10:18:06.562"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.562" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.562" endtime="20220402 10:18:06.563"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.353" endtime="20220402 10:18:06.563" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t3" name="get-Transaction subject">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.564" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.564" endtime="20220402 10:18:06.564"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/transaction-main-enterprise/list</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.624" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/list
|
|
path_url=/recycle-service/admin/transaction-main-enterprise/list
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.624" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/list
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"id":"13","name":"广州千鸟张文纸业有限公司","createTime":"2020-12-02 10:22:24","updateTime":"2022-03-21 18:59:28","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":null},{"id":"14","name":"广州千鸟顺强再生资源回收有限公司","createTime":"2020-12-02 10:23:46","updateTime":"2022-01-24 21:35:43","isDelete":0,"financeAdminName":"张彭杰","financeAdminEmployeeId":"648848666257395712","settlementChannelId":"2"},{"id":"15","name":"厦门千纸互联科技有限公司","createTime":"2020-12-02 10:24:08","updateTime":"2021-11-24 16:16:00","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":"2"},{"id":"16","name":"长沙市千鸟互联科技有限公司","createTime":"2020-12-02 10:25:22","updateTime":"2021-12-29 11:22:49","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":"2"},{"id":"19","name":"千鸟数据有限公司","createTime":"2021-03-03 10:12:58","updateTime":"2021-12-29 11:01:44","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":"2"},{"id":"22","name":"hinzai_test","createTime":"2022-01-25 09:49:26","updateTime":"2022-01-25 09:49:26","isDelete":0,"financeAdminName":"王颖勋","financeAdminEmployeeId":"605394333729951744","settlementChannelId":"2"},{"id":"26","name":"黄桂","createTime":"2022-03-11 17:31:54","updateTime":"2022-03-11 17:31:54","isDelete":0,"financeAdminName":"詹浩然","financeAdminEmployeeId":"568776622002540544","settlementChannelId":null},{"id":"27","name":"李忠糠","createTime":"2022-03-12 17:58:04","updateTime":"2022-03-14 11:41:12","isDelete":0,"financeAdminName":"李忠糠","financeAdminEmployeeId":"605394333763506176","settlementChannelId":null},{"id":"28","name":"小小","createTime":"2022-03-14 10:07:00","updateTime":"2022-03-14 10:07:06","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":"2"},{"id":"29","name":"程堃","createTime":"2022-03-14 16:01:08","updateTime":"2022-03-14 16:01:08","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":null},{"id":"30","name":"詹浩然","createTime":"2022-03-14 16:28:42","updateTime":"2022-03-14 16:28:42","isDelete":0,"financeAdminName":"王振","financeAdminEmployeeId":"498985714650845184","settlementChannelId":null},{"id":"38","name":"测试","createTime":"2022-03-19 13:49:09","updateTime":"2022-03-19 13:49:09","isDelete":0,"financeAdminName":"赖勇兰","financeAdminEmployeeId":"617003842541850624","settlementChannelId":"1"},{"id":"46","name":"测试关联代理商","createTime":"2022-03-21 13:41:59","updateTime":"2022-03-21 13:41:59","isDelete":0,"financeAdminName":"刘佳欣","financeAdminEmployeeId":"498985722980732929","settlementChannelId":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.624" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.565" endtime="20220402 10:18:06.624"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.625" level="INFO">${交易数据} = [{'id': '13', 'name': '广州千鸟张文纸业有限公司', 'createTime': '2020-12-02 10:22:24', 'updateTime': '2022-03-21 18:59:28', 'isDelete': 0, 'financeAdminName': '赖勇兰', 'financeAdminEmployeeId': '617003842541850624'...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.625" endtime="20220402 10:18:06.625"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${交易数据})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易信息}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.627" level="INFO">${交易信息} = {'id': '38', 'name': '测试', 'createTime': '2022-03-19 13:49:09', 'updateTime': '2022-03-19 13:49:09', 'isDelete': 0, 'financeAdminName': '赖勇兰', 'financeAdminEmployeeId': '617003842541850624', 'settleme...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.626" endtime="20220402 10:18:06.627"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${交易信息}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.627" endtime="20220402 10:18:06.627"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${交易信息}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.628" level="INFO">${交易主体id} = 38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.627" endtime="20220402 10:18:06.628"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${交易信息}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.628" level="INFO">${交易主体name} = 测试</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.628" endtime="20220402 10:18:06.628"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.629" level="INFO">${交易主体id} = 38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.628" endtime="20220402 10:18:06.629"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.630" level="INFO">${交易主体name} = 测试</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.630" endtime="20220402 10:18:06.630"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.563" endtime="20220402 10:18:06.630" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t4" name="get-Warehouse">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.632" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.631" endtime="20220402 10:18:06.632"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/transaction-main-enterprise/get/warehouse-name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.676" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
path_url=/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.677" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":["石基仓","江高仓","大观仓","钟落潭仓"]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.677" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.633" endtime="20220402 10:18:06.677"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.678" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.677" endtime="20220402 10:18:06.678"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${仓库})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${所属仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.679" level="INFO">${所属仓库} = 江高仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.678" endtime="20220402 10:18:06.679"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${所属仓库}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.679" endtime="20220402 10:18:06.679"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${所属仓库}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.680" level="INFO">${所属仓库} = 江高仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.679" endtime="20220402 10:18:06.680"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.631" endtime="20220402 10:18:06.680" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t5" name="get-Source of funds">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.682" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.681" endtime="20220402 10:18:06.682"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/fund-source/get/list</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.738" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
path_url=/recycle-service/admin/fund-source/get/list
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.738" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"id":"39","name":"千鸟-经纪业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"40","name":"千纸鹤代卖业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"41","name":"测试资金方","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"42","name":"千鸟-技术部测试数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"46","name":"千鸟","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"47","name":"千鸟数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":1},{"id":"49","name":"千鸟测试","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.739" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.683" endtime="20220402 10:18:06.739"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.740" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}, {'id': '49', 'name': '千鸟测试', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.739" endtime="20220402 10:18:06.740"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.741" level="INFO">${data} = [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id'...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.740" endtime="20220402 10:18:06.741"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{data} ]" type="for">
|
|
<kw name="${item} = {'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.741" level="INFO">{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.741" endtime="20220402 10:18:06.741"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.742" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.742" endtime="20220402 10:18:06.742"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.742" level="INFO">${name} = 千鸟-经纪业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.742" endtime="20220402 10:18:06.742"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.743" level="INFO">${id} = 39</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.742" endtime="20220402 10:18:06.743"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.743" endtime="20220402 10:18:06.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.741" endtime="20220402 10:18:06.743"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.744" level="INFO">{'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.744" endtime="20220402 10:18:06.744"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.745" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.744" endtime="20220402 10:18:06.745"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.745" level="INFO">${name} = 千纸鹤代卖业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.745" endtime="20220402 10:18:06.745"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.746" level="INFO">${id} = 40</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.746" endtime="20220402 10:18:06.746"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.746" endtime="20220402 10:18:06.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.743" endtime="20220402 10:18:06.747"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.747" level="INFO">{'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.747" endtime="20220402 10:18:06.747"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.748" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.747" endtime="20220402 10:18:06.748"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.748" level="INFO">${name} = 测试资金方</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.748" endtime="20220402 10:18:06.748"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.749" level="INFO">${id} = 41</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.748" endtime="20220402 10:18:06.749"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.749" endtime="20220402 10:18:06.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.747" endtime="20220402 10:18:06.749"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.750" level="INFO">{'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.750" endtime="20220402 10:18:06.750"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.751" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.750" endtime="20220402 10:18:06.751"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.751" level="INFO">${name} = 千鸟-技术部测试数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.751" endtime="20220402 10:18:06.751"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.752" level="INFO">${id} = 42</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.751" endtime="20220402 10:18:06.752"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.752" endtime="20220402 10:18:06.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.749" endtime="20220402 10:18:06.753"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.753" level="INFO">{'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.753" endtime="20220402 10:18:06.753"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.753" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.753" endtime="20220402 10:18:06.754"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.754" level="INFO">${name} = 千鸟</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.754" endtime="20220402 10:18:06.754"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.754" level="INFO">${id} = 46</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.754" endtime="20220402 10:18:06.754"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:06.755" endtime="20220402 10:18:06.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.753" endtime="20220402 10:18:06.755"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.755" level="INFO">{'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.755" endtime="20220402 10:18:06.756"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.756" level="INFO">${isDefault} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.756" endtime="20220402 10:18:06.756"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.756" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.756" endtime="20220402 10:18:06.756"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.757" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.756" endtime="20220402 10:18:06.757"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.757" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.757" endtime="20220402 10:18:06.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.755" endtime="20220402 10:18:06.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.741" endtime="20220402 10:18:06.757"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.758" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.758" endtime="20220402 10:18:06.758"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.759" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.758" endtime="20220402 10:18:06.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.680" endtime="20220402 10:18:06.759" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t6" name="get-contract-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.760" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.760" endtime="20220402 10:18:06.761"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>/recycle-service/admin/contract/get/selectable-contract-list</arg>
|
|
<arg>params=orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.810" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.810" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"contractId":"660530461520564224","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-11-23","endDate":"2021-11-30","status":2},{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-12-01","endDate":"2023-01-01","status":1}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.811" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.761" endtime="20220402 10:18:06.811"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.811" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'contractId': '660530461520564224', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-11-23', 'endDate': '2021-11-30', 'status': 2}, {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'status': 1}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.811" endtime="20220402 10:18:06.812"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.759" endtime="20220402 10:18:06.812" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t7" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.813" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.813" endtime="20220402 10:18:06.813"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.858" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.858" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.858" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.814" endtime="20220402 10:18:06.858"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.859" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.859" endtime="20220402 10:18:06.859"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.812" endtime="20220402 10:18:06.860" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t8" name="get-category price">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.861" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.861" endtime="20220402 10:18:06.861"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${dataTime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.862" level="INFO">${dataTime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.861" endtime="20220402 10:18:06.862"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get-category-price-by-date</arg>
|
|
<arg>params=orderItemId=${orderItemId}&weightDay=${dataTime}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.977" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576650832941056&weightDay=2022-04-02
|
|
path_url=/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576650832941056&weightDay=2022-04-02
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.978" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576650832941056&weightDay=2022-04-02
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:06 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"price":1.650,"publicSubsidies":0.010,"paperCategoryId":"660529551931215872","priceDate":"2022-04-02 00:00:00","categoryName":"花纸"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:06.978" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.862" endtime="20220402 10:18:06.978"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.979" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'price': 1.65, 'publicSubsidies': 0.01, 'paperCategoryId': '660529551931215872', 'priceDate': '2022-04-02 00:00:00', 'categoryName': '花纸'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.978" endtime="20220402 10:18:06.979"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"][0]}</arg>
|
|
<arg>price</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${price}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.979" level="INFO">${price} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.979" endtime="20220402 10:18:06.979"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:06.980" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.980" endtime="20220402 10:18:06.980"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${price}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.981" level="INFO">${price} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.980" endtime="20220402 10:18:06.981"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.981" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.981" endtime="20220402 10:18:06.981"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${dataTime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.982" level="INFO">${dataTime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.981" endtime="20220402 10:18:06.982"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.860" endtime="20220402 10:18:06.982" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t9" name="get_paper-mill-category">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:06.984" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.983" endtime="20220402 10:18:06.984"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/paperMill/get/paper-mill-category/${paperMillId}</arg>
|
|
<arg>params=id=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.040" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
path_url=/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.040" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"paperMillCategoryId":"671765938143629312","categoryName":"黄纸皮","inspectionNote":null},{"paperMillCategoryId":"671765556428410880","categoryName":"坑卡A级","inspectionNote":null},{"paperMillCategoryId":"671765925917233152","categoryName":"白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.040" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:06.984" endtime="20220402 10:18:07.040"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.041" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '671765938143629312', 'categoryName': '黄纸皮', 'inspectionNote': None}, {'paperMillCategoryId': '671765556428410880', 'categoryName': '坑卡A级', 'inspectionNote': None}, {'paperMillCategoryId': '671765925917233152', 'categoryName': '白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.040" endtime="20220402 10:18:07.041"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:06.982" endtime="20220402 10:18:07.041" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t10" name="get_contract_by_id">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.043" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.042" endtime="20220402 10:18:07.043"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/contract/get/detail-by-id</arg>
|
|
<arg>params=id=${contractId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.115" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
path_url=/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.116" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"buyerEnterpriseName":"Ceshi_factory","buyerEnterpriseId":"660525239146516480","buyerPaperMillId":"660525241717624832","sellerEnterpriseName":"企业","sellerEnterpriseId":"37","sellerPaperMillId":null,"proxyPaySurcharge":0.013000,"advanceFund":null,"invoiceType":0,"hasInvoice":1,"taxRefundRate":9.600000,"hasSubsidiesTax":0,"remark":null,"contractLimitType":0,"limitLine":null,"startDate":"2021-12-01","endDate":"2023-01-01","signDateStart":"2021-12-01","signDateEnd":"2023-01-01","accountPeriodType":0,"accountPeriod":[25],"accountPeriodSql":null,"contractImageList":[],"contractCategories":[],"contractType":2,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"contractStatus":1,"assignAccountPeriod":null,"settlePriceIncludeTaxSettleRules":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.116" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.043" endtime="20220402 10:18:07.116"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.117" level="INFO">{'code': 0, 'message': 'successful', 'data': {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'buyerEnterpriseName': 'Ceshi_factory', 'buyerEnterpriseId': '660525239146516480', 'buyerPaperMillId': '660525241717624832', 'sellerEnterpriseName': '企业', 'sellerEnterpriseId': '37', 'sellerPaperMillId': None, 'proxyPaySurcharge': 0.013, 'advanceFund': None, 'invoiceType': 0, 'hasInvoice': 1, 'taxRefundRate': 9.6, 'hasSubsidiesTax': 0, 'remark': None, 'contractLimitType': 0, 'limitLine': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'signDateStart': '2021-12-01', 'signDateEnd': '2023-01-01', 'accountPeriodType': 0, 'accountPeriod': [25], 'accountPeriodSql': None, 'contractImageList': [], 'contractCategories': [], 'contractType': 2, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'contractStatus': 1, 'assignAccountPeriod': None, 'settlePriceIncludeTaxSettleRules': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.116" endtime="20220402 10:18:07.117"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>advanceFund</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.117" level="INFO">${advanceFund} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.117" endtime="20220402 10:18:07.117"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>buyerEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${buyerEnterpriseId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.118" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.118" endtime="20220402 10:18:07.118"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.119" level="INFO">${settleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.118" endtime="20220402 10:18:07.119"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.119" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.119" endtime="20220402 10:18:07.119"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>taxRefundRate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${taxRefundRate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.120" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.119" endtime="20220402 10:18:07.120"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxyPaySurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.120" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.120" endtime="20220402 10:18:07.120"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>hasInvoice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${hasInvoice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.121" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.120" endtime="20220402 10:18:07.121"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriodType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriodType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.121" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.121" endtime="20220402 10:18:07.121"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>isSubsidyAndDeductIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isSubsidyAndDeductIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.122" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.122" endtime="20220402 10:18:07.122"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableSettlementRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.122" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.122" endtime="20220402 10:18:07.123"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.123" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.123" endtime="20220402 10:18:07.123"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${advanceFund}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.124" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.123" endtime="20220402 10:18:07.124"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxyPaySurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.124" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.124" endtime="20220402 10:18:07.124"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${taxRefundRate}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${taxRefundRate}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${taxRefundRate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.125" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.124" endtime="20220402 10:18:07.125"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.125" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.125" endtime="20220402 10:18:07.125"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${buyerEnterpriseId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.126" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.125" endtime="20220402 10:18:07.126"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${taxRefundRate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.126" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.126" endtime="20220402 10:18:07.126"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.127" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.127" endtime="20220402 10:18:07.127"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${hasInvoice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.128" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.127" endtime="20220402 10:18:07.128"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriodType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.128" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.128" endtime="20220402 10:18:07.128"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.129" level="INFO">${settleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.128" endtime="20220402 10:18:07.129"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.129" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.129" endtime="20220402 10:18:07.129"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${isSubsidyAndDeductIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.130" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.129" endtime="20220402 10:18:07.130"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableSettlementRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.130" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.130" endtime="20220402 10:18:07.130"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.131" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.130" endtime="20220402 10:18:07.131"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.042" endtime="20220402 10:18:07.131" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t11" name="Upload_pictures">
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./21042217001449712.png','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${filepath}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.132" level="INFO">${filepath} = <_io.BufferedReader name='./21042217001449712.png'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.132" endtime="20220402 10:18:07.132"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./21042217001449712.png','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${image}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.132" level="INFO">${image} = <_io.BufferedReader name='./21042217001449712.png'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.132" endtime="20220402 10:18:07.132"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>filepath=${filepath}</arg>
|
|
<arg>image=${image}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${file}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.133" level="INFO">${file} = {'filepath': <_io.BufferedReader name='./21042217001449712.png'>, 'image': <_io.BufferedReader name='./21042217001449712.png'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.133" endtime="20220402 10:18:07.134"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.134" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.134" endtime="20220402 10:18:07.134"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${file}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.135" level="INFO">{'filepath': <_io.BufferedReader name='./21042217001449712.png'>, 'image': <_io.BufferedReader name='./21042217001449712.png'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.134" endtime="20220402 10:18:07.135"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/upload/image</arg>
|
|
<arg>files=${file}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${result}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.245" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
path_url=/recycle-user-center/upload/image
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '143759', 'Content-Type': 'multipart/form-data; boundary=db43c48203b0d21c5fee0ec6d68874e1'}
|
|
body=b'--db43c48203b0d21c5fee0ec6d68874e1\r\nContent-Disposition: form-data; name="filepath"; filename="21042217001449712.png"\r\n\r\n\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x02\xb8\x00\x00\x03\xca\x08\x03\x00\x00\x00H\x83\xd9c\x00\x00\x03\x00PLTE\x00\x00\x00\x9b\x14\r\x98\x0f\x0c\x94\x0c\x0c\x95\x10\x0c\x96\x11\x0c\x94\t\r\x94\t\r\xecE=\xfc\x87\x00\xefE:\xe8f3\xe7\xf3\xe4\xff\xfd\xd5\xf8\x99\x13\xe9;-\xdfM1\xe5g&\x99\x17\x0b\xf9\xa53\xdcJ+\xf1\x88\x1a\xfa\xb2_\xe1`\'\xfe\xf9\xe4\xf1u#\xbf.\x0f\xfe\xf9\xe1\xec|\x1c\xfe\xf8\xdc\xd3L\x17\xf8\x8d\x0c\xf4\x87\x16\xfe\xf7\xd4\xd6F#\xfe\xf6\xd0\xf3\x83\x16\xfb\xcbW\xf4\x89 \xfd\xf4\xd3\xe0L$\xfc\xf5\xda\xfe\xf8\xdb\xf4\x85\x1e\xf9\xc1U\xfb\x88\r\xfe\xed\xab\xfc\xc8B\xea\xc1\x9f\xff\xcd\x15\xb6*\x19\xfe\xed\xaa\xf6\xa8S\xff\xd6K\xfb\xe1\x98\xf0\x84D\xf8\xa9K\xdfc\x18\xee?0\xfa\xa9H\xdaP\'\xfa\xd7\x88\xff\xcd\x16\xe4\xa9\x86\xf98\x08\xca\x80w\xf7\xd6\x8c\xdf\xb3\xad\xea\xcf\xca\x00\xaf\xff\x00\xaf\xff\x00\xb0\xff\x00\xaf\xff\x00\xb1\xff\x00\xb1\xff\xff\xe1\xc1\xf9\xec\xea\xff\xff\xff\xf7D<\xfaNG\xf5G>\xf7KC\xf6\xd1\xce\xdeA2\xff\xdb\x17\xea81\xe42,\xee<6\xf3>7\xed\xbdx\xda6\x1e\xf1B;\xfe\xe2=\xff\xe6\xc6\xee\xc1~\xe74.\xff\xfb\xe7\xff\xfa\xd7\xfe\xfa\xdf\xfb\xef\xbc\xfbH@\xfd\xf7\xc7\xdb?0\xee92\xd91\x19\xf0\xc6\x84\xf1\xca\x8a\xf8\xe5\xe4\xfc\xbc\xa1\xf2\xcf\x91\xfd\xd8\xb9\xf8\xe7\xb1\xfe\xe9n\xd5<.\xfc\xc3\xa6\xca4(\xf4\xd5\x99\xd08+\xf8\xe0\xac\xf9\xb4+\xf7\xde\xa6\xf5\xae)\xf1\xab(\xf1\xcb\xc8\xea\xa5%\xee\xa7&\xe6\xa0%\xc30$\xf6\xc4\xc1\xfc\xcd\xaf\xe6\x964\xfe\xf2\xd2\xff\xd9W\xff\xe6\x80\xfe\xeb\xcc\xfe\xd3=\xff\xddf\xe6A7\xf7\xca\xc8\xff\xc7\x16\xf6\xd8\xa1\xff\xfd\xf0\xff\xd6K\xe4+&\xeb3-\xfe\xf8\xf7\xff\xee\xa4\xff\xe0t\xff\xec\x97\xf8\xe0\xde\xe70*\xf2\x92t\xff\xcf2\xff\xe9\x8c\xef\xc5\xc2\xbc+ \xff\xde\'\xf4\x9e\x81\xff\x82z\xff\xcb%\xf5\xc2\x8b\xfbVO\xfe\xfd\xa8\xf9\xb4\x99\xeaj&\xf7\xbd\xba\xb3\'\x1e\xfb`X\xfd\xd3\x13\xf6WO\xfe\xe7e\xf1\xd4\xd1\xe6\x98!\xfd\xf2\xf0\xf5\xdb\xd9\xf9\xd6\xd4\xdd82\xf6\xa9\x90\xecp,\xba*\x00\xdb@&\xef\x7fj\xfa9\n\xf2\xb6\xb2c\x05\x02\xdbH.\xa8"\x19\xff\xdf5\xf7\xcf\x9b\xdf\x895\xfdpi\xee\xbe\xbb\xf1\xb7\x89\xf0\xae{\xf6\xc8\x94\xf0\x9d(\xf0\xaa\xa6\xf8\xca\x16\xf8\xadG\xe8\xa2\x9e\xe2\xad\xa9\xdf\x9c\x98\xe0U9\xedWN\xe6\xb6\xb2\xfe\xe6R|\x10\x0c\xdc\x8a\x85\xf7\xb1\xad\xe4w\x03\xdbO*\xfa\x98A\xef\x81\x00\xe8\x8b[\xe2`C\xfew1\xfc\x86:\xe0\x8e\x1f\xc3:\x00\xe2%\x1f\xe4kN\xea\x97e\xf4\xc0\x16\xf0j[\xe6\x93\x8f\xe7NF\xd2R\x00\xee\xa4p\xd7\\\x02\xec\x9fZ\xdfi\x01\xcaF\x00\xf5\xc9:\xeb\xa69\xe8v\\\xf8\xd2f\xee\xb86\xef\xb5\x16\xf4\xc7Y\x97\x1b\x15\xe6\xc0\xbc\xd8}x\xd9\x83\x1d\xd6/*\x00\xae\xff\xe9\xa9\x15\xf5\xbcL\xe7\x80L\xe6\xb7R\xf9\xc0-\xfa\xd2%\xd0ib\xc0B7\xc7UM\xcfs \x00\xb2\xff{\xa96\xc3\x00\x00\x00KtRNS\x00\n\x146\x1f)CL\xfd\xfe\x811\re\xfe\xb4\xf9\xd4h\x14\\\xfe\xfe\xfe\xd0\x1f\x8c\xe6\xfe\x8ep\xbf`ME4\x9e1B\x1f\x9e\xbe\xa8\x7fO\xdd\xe1n\xfe\xd3\xca\xbf\xcc\xbfu\xbe\x9e\xbc\xcc\xe0\xd7\xc8\x8c\xfe\xdcz\xa5\x99\xb7>v\xd3\xac\xf7\xeb\xbe1\x8e\xc6\x00\x01\x14\x9fIDATx\xda\xec\x9cAn\xd3@\x14\x86\x9de\xd4\xca\x12\x8a\xba\xa8\x04$\x08\xd2.\xe2&\xb2\x02\x11\x08\xc5\x8b\x9e\x81\x1bp\x00\xd6=\x80%\xd6\xb57\xbd\x81\xef\x11\xb5\xfbH\xb9\x04\x8a\xd4e\xd6<\xfbM\xfc\xd7\xf3lg\x92\xa68\r\xf3\xcdd2\xf8\xbd\x19\x17\xfc\xf51P\x8ac\xb1X,\x16\xcb\x8b\xf2n\xac1q$\x93\xb1\xe4T\xcb\xf98\x96|p,\x96\x97a|\xabq]&\xee\xad\xe4\xa3Q\x8e\xc5\x02\xf6.\xee/z\xfdT\x93w\x8e\xe4\x03\x87~\xd2\xc83b"7RI\xfc\xfaE\xdd\x11\\\x0eKHW\x0f\xf7\xc3\xf8\xda~\xb2\xfc\x1f\xa0\xe2\x92jU\x15\xf72\xcfA\xe6X\xcb\x19\xde\xea \x05|D\x14\xe0\xc3\xd8\x07\xe3K\xc7r\xfc\xd4\x1c\x15\xea\xad\x1cn6r\xd2\x80\xb8\xc4\xd0\x16\xdd\xff\x00a\xcc\xb2K\x0cD\x96\xa4K\xb4j\x8f\xb8\xdf\xbb)\xbd\x17\x16\xd7\x9e\xad\xffK\xa4\xb8m\xb7\xed~2\xf8\x93\xd7\x03%^\xd4\xa9\x1d\xbb\xedt\xaf\x8b\x7f/\xee\xd0\xb1\x1c;\xc2\x98\xc7v\x1b\xe2\xd6\xf9\xb6\xa4\xc4A\xdda""mi\xaf\x8d\x1b\xc5WWW\xe1\xed^\xb9v,GN*n\x9cuz\xb1\xb8\x84\x12\x17\xe4a\x95M\x84\x94\xd7\xcd\x85\xe4\x00\xe2\xc4*\xd5\x16)\x9c\x878\xb2)/*Y\x8fy\x8c\xb9X\xcf\x1d\xab\xb9u;\x8e\xe5\xa8\x19\xf3\xb3\xc6@\xe2\xbaR\xdc\xb1\n\xab4\x9a\xf0I\x00g\t\x0eP\xcbg7Y\xc5\x1d\x14\xc5\x85[\xdc\xa9)q\xe3\xc2\xfe\x98\xab\x86}\xb1\\\xbfJ]\x89\xee^\x9d8\x96cf\x0c]\xb8\x95W\xdcI\x9eC\xd0\x90\xceo(q\xad\xc7u\xbe\x1eCvP\xe0\x0c\x88\x1b\xaf\x13p_\x88\x0b\xf98\x82\x8f\x0bs\xa2(*\xd6`\xcf\xf4\x93\xe6\xc2\xb1\xbc>Z\x1dSq\xd5\xa3\xa7\x81_\x10W\nG\xc0\x97xE\x89=\x15\x1f\xe6\xe1<~\x97j\xdb>\xd3\xf6\x91y\x99\xb8\xcbxg\xb0\x15\xe6\xf1C\xbb}\xe5lA\xa7\xe5X\x0e\x81 0\x167.\xaa\xab\x89{z\xc9\xb0#\x85q\xe9\xba\xee\'\x8e\x92\x8f0[Aa\xa2{Y\x14W\xe4e\x15\x97\xa0`\xb7\xbd5\xeeMX\xd8j=\x7f\xc0!\xc5\xf4\xd7\xcbr\x00\x8c\x12\xbfe*\xae\x86&\xeed\xf7B\xa8\xf8\xa8\x89+i\xbb\xb9\xb8.:f\xe8Z #\x8a\x05,\xee\x99c\xcc\xf9}2r,\x8d\xe3%I\xe25#.0\x15\xb7\xaa\xe2.*\xab\xec\x93\xd9\xc2m\xbb1!\xc5%\xce\xb7\xf8DO\xee\xed\x99\xb8q\xfa\xf7$n\xb0\xb3\xb8\x8b\x7f,\xee\x1d\xddq\xc1\xe2\xd2\xbb\xbb\xee\xfc\xf6\xf4\x8a\x1a\x08\xcch\x8c\xe2\nq{\xc6\'\\?I\x12\xbf\xefX\x1a\xe5\xdcO\x88\xfb\xdazs\xfaA1\x8c5\x967\xc4g\x8a\xf4sq\xef\xe22\xee\xa8!T\x16\xe7.\xc5E\\\x89\x9b\x9a\x9b\x8a\xbb\xc8\xa1+\xd4\xf1\xae]#0_\x96\x8aKAcq\xbd$\xc5\xb7\x7f\xf7\xdb\x14(\x1f\xc4\xa8\xb6(\xb3x4\xa2e\x1d&N\x94\xb8\x1c\xd4\xbb\xd2V\xae\xc7F\xaa{\x1d\x02\xf7\xcd3\xb0<\x93\xd2\xd9\x99q\xc9\xed\x1fhKsq\x83$#\xb0\xe66\xc9(a\xfcZq3\xf5\xb81\xba\x7fwJ\\\x15P\x96\x110\x97;\xd6\xcb\x96\x0e\xb3\x05q\x81\xfbj\xcbi\xc8J\xaaSK\x7f"\xf9\xa0bSy{\x12\x97\xe8\x99\x1f\xad\x18{\xccm\x94\x91z\x0e\xfdZqsI\x0b3x\x95\x8b\x0b;c\xa4\x16\x8bt!\x07\x9d\x07]\\\x04\xb3FP|\x93\xb8\x93;\xc94\x17W\xed\x83\xfbC\xdc-\n\xaeo\xbdm\x98>\x1f\x16\x82zq\x15\xb1\x9ci\x15\x17\xb1z\xa0\x0f\xd6Hq\xe5*\x1c\x15v\x15\x17\xc62\x10\xd7\xfcl\xe5\x8f\xec\xd7 \x9a\'\x10\x7f\xd8\x10\xe2n\xe4\xbaG\x9c\xc0\x98\xed1\x11w/\x15Wr\x03q\xcd\xceV\xc1\xb9c9\x00.\xd2*\xe2\xed*.\x8a\xd6\xc0\x9b\xa6,\x9f\x81\xdb\x80\xb8[U\\\xdf\x9e\x12\x0e\x88N\x90\xfc\x08\xf6 n\x96\xdd[<\x8fzq\xc3]\xc5\x1d\x10\xbdgW\xdc\xbe=%\x1c\x16\x9e\x9f\xf4k\xc5\rU\xcb;\xde\xc3\x97\x13\x17w\xe1f(.\xd6\xe5\xcb\x96\x0b\xa2K\xe2\xe6W\xf1\xf6\xc7\\\xdc\xc0\x9e\x12\x0e\x8cs?\xa8\x15\x17\xf6@$\xe8\xfbB\xe2j7\xa1f(.\xbc]\x0f\x10\x17WU\xca6\xe2\xda/\x98\x1d\x1e5\xcf\xe4\x948\xa1\x87\xbb\x0c3w`\xed\n\xb6A\xdcY(\xc8\xd4\x00g2\xe3\xacL\\u\x1b\xee<eqOk\x99d\xb9\xbcRT\xdc|\'\xec\xac\xc4\xb5\x1c%,n\xaaN60e\xe2^|W>\xa0\x87\xdf\xbbE\xe8\x92\x96\xf14z\x92\x8bK!$\xf2l\xb1x\x0c7\x82t\xea J\xc5U!\xe4Yq\x8f\x9aL\\<q~\xe6$\xee|\xddX\\\xc2{j\x0f3q\nt\xb2h\x01Q\xefY\\\x91\x07qM\xec\xc5\x87\x01q\x11\xe6\xcbV\xdc\xe3\x86\xc5\x05\xa2\xe2\nq\x81\x14\x970\x14\x17@\xdc]\x80\xb8\x00\xe2\xce\xad\xb8\xaf\x8c\xd1\xa8c.\xee\xa3\x14\x97J\xed1\x88\xbbm\xc5\xed\x8c<\xc7\xd2$A\xe2\x1b\xaa\xdbj\xb5\xa6\xa5\xe2~j)\x9cJq\xff\xcc\x89^\x9d\xb8gs\xe2d\xb3\xb8\xd1\xb3\xc4\xe5\x9f\x82\xfc\xe8\xb6\xac\xb8\x9d\xc0\xb7\xdf\x04\xd10A\x92\x98\xaa\x9b\x95\xab\xa8\xd0Vs\xe2\x93\x96\xe5\x15\xb3\xa8\xb3\xb8\x83\'\xe2"\xc6\xad\\\\\xa4a6\x9f\x93\xb8\xb8\x8a&\xae\x89\x86\xc5\xc553|Z\x99U[?I\xac\xb8M\x01q\xcd\xd5\x9d\xa6\x8f\x99_\xdc+\xc5-\xf4H\x8a\xcb!\xb8[..\x87\xa5{RU-\xb3\xa2\xb3\xb8"\x0f\xbf\x1f\x98jk\xc5m\x1c\x12\xd7\\\xddiD\x0f\x7f\xfd\xc8\xab+.\xcc\xe0.\xc5U1\xe4E\xa5\xe2\xaa,\xe4\xb1{Q(\xd7\xe3\xc7pZ\xbb\xce\xd6\xeby\xd4!\xae\x99\xb6V\xdc\x03\x80\xc45Ww\x1a\xe5:\xf2P!\xae\nC]]\xdc\x08\xbbp\xaf\x10\x17{d\x9d\xc5]E:\x1c\xcaA:\x86\xac\xb3\xb8,1:\x8e\n&g\xdb\xc4\x8a{\x10@\xdc\x1f\x9b\xff\xfd\xc8\x14n\xf0P%nXL\x14\xe2\n\xd9*\xc4\xd5`\xf7\xcef3\xcf\xfb<\xabf\xa5\xaf!\x96Y$\x13\x17\xea2\xa8\xb8\x1b\xab\xed\x8f\xc4\x8a{ \x04\xc9\xbdO\x04A0\xf2\xbc\xbec$.x\xa8\xaa\xb8P\xa6R\\\x10V\x8b\x1b\x8a\xad\xe6)\x8e\xf3m^\xcd,\xdf\x17<\xaa\x18\x89+\xb46\xac\xb8\xad\xbe\xe7\x8d\x82 \xf0\t\xfb_+4M\xa7\xdf\xef\xa0\xcen)ne\xc5\x05\xf5\xe2\x1aW\xdc]\xc4\x05R\\\x00q\xcdi\xd1\xaf\x9a\xfd^\xc9W\x84i\xc5\x15\xcc\x8eK\\\xcb+c\x17qQq\xdf\xef_\xdc\xa5`e\xc5\xb5\x94\x89\xfb;"\xf8\xedw\x8d\xb8\xbf\x8b}\xa6\x89K\xd7\xb4\xa4\xb7\xa5\xe2"\xce/\xeaJ\xdc\x8b\x1e1\x88\x04_\xe8\xf2W\xb5\x06]\x89\xfb\xa6\xd7\xfb\xa2\xb6\xc2\x86V\xdc\xbf\xec\x9cAk\x13A\x1c\xc5\xd5\xab\xbd\xd9K%x(\x08=\x14\x16\xc1\x15\x03\xb6\x07\xbf\x94 z\x91@{\xca9\x1f"\xdf"\xd0{\x8e\xb9\x86e\xd3\xd0\xd0C\x0e\x05o\xfeg\xde\xcc\xbe\xce\xfcgcDE\x99\xcc\x9bq6\x99\xf7\xfe3+\xfbs\\A\xcd_\x17\xe6Y\xdb\xe6\x86\x9by;o5\xb8\x0c\xb8>\x93X\x00.lv{\xe2\xb6\x1a\\\xef\xf3\xdaZp\xa1w2\x13\xb5s7\x1d\xf7\x07\xa9k\x87\xf8\xb5\x87*.:k\x0b\xb8y\xeb\xc2?\xf0\xebk\x8c7\xadH\x81+.\x02\x1e<AC\xf4\x08\\\xd8\xc8\xe0\xd3\xc0$R\'n\x97t\xd7\xd6\xc8\x05>\xfay\xde\xd7\x0b\x99\xae\xe4;:\xeb\xef\xa5\xaa\x03\xf7\x1a.\x9a\xbb\xbb\x02n\xc6\xba\xc0\x03gK\x83\x8b\x08\xe8@>\x05.B>\x95\x04\x97{\x89p\r\xc0\xbd\xbb&\x84\xf0\xef\xcct\xd5\x81\xc9\xeb\x83\x07\x97kZKT\xc0\xcd^5\x88\xa0\xd2\xe0\x123\x9f\xd7\xe0b\x9e\xf8\xa4\xc1\x85\x90\xc3\x05\xe0\xfae\x08>|\xf0\xf9\xed\xd1\x84\xaf\xbb\xef\xc0\xa5@{9q\xf3\xd7\x05I\xc1e\xd3\x0bn@\x8d\x02\x97&\xd4\x0f.\x19\x84\x00.7\xa2\xc5\xc3s\xc6\xdd\x9dx\xe2\xd6\xe1\x92\xe5\xc4=\x08\xd9\xa7\xbe\xc7\x89\xab\xa4\xc1\xa5v\x83Kip\xdf\xa5\x96\x01\xb8\x94\x06\x17*\xe0\x1e\x90\xfe3p\xeb\x84\xbb7\xb8\xfa\xee\x8a\xb2\x95z\xea\xebVt\xf6\xaf\xc0\xbdK\xe3\xd9~\xfbEp\xa7\x05\xdc\xcc\xa5O\xdc\xdd\xe0\x8e\xf6\x07w\xbe\'\xb8#\x82\x9b\xb0\xd7\xd6}\xdb\x85\xcb\x89[\xe4\xc0\x1d\x05\xcd\x9d\xb8G\xe7U\x00\xae\xb7E\xf8\xa0\xc0\x1d\x85\xad\x0f\xdc\x91n\x00\x17\xfb(wa\xdd\xf7\xde\xb8f\x82\xe0\xaa\xaar\xe2f/\x0b.a\x03\xb8\x8b\xb7\x06\x06\x04\x08T\x18\xfc\x16\x81\x0b\x0f\x1dC\xf2U\x01v\x18%\xb8\x1f\x1f/@\xfc\x01.K\xf1\x91\xe0\x8e\xc2\xaa\x02\xee\x01\xa8\xf6,t8\xac\x1f\xf0=\x00\x97><}\xe2z\xbf\xbb\x8e\x92\'n\x90Q\'nM\xcf\xb9\xa3\xb61n\xa5\xf6\x7f\x0c\xae\x9f\xe3\xb5\x80\x9b\xbbjy\xd2a7\x83\x02\xf7\xb1\x03{\x1a\x83\xcb\x15\x90J\x83\x1bf\xb0,\xc15\xdf\xc3\x85n\xac9\xacF\xaa\x8a\xaf\nz\xcd\x02n\xf6\xaaG\x01\xb3x\xf2\x98\x13\x1a+\xa7\x8f\x98\xc3\x0f\xe8f*z_u\x1a\xb9\x08\x13\xeb.\x11\x80\xcb\r\xbc\x1a#\xba\xe2p\xa1YktVa\x02?\x9c\xff gq\x03p\xe1R\x16\xdc\xa6\x80\x9b\xb1\xe4\xa9S\xd7\xc1E\x0e\xda\xd8#S\x14\x13Q\x94:\n\xc0%\xbb\xe8\x04\xb7\xd2K\x0e\xacyL\x87+?\x88\x01p\xe9\xa0\x0b\xb8b\x15p\xf3\xd5\xeb\xean\xd4\xab\xb3\xe1`\xf4\xbb\xd2\xe0j\x11\xdcZ{\xad5O\x14\xd2\x1a\\\xaa\x80\x9b\xb3\x8e^W5\xa9M\xf34Ws\x7f\x17\\\xde\x0f\xe1\x84Y\xc0-\xb2:\xa9\x93\x84\xfd[p_hkm\xbda\x01\xb7(\x02h\x9c"iLpuH\'\xf5l\xe4\xbc2\xc2\xbe:Kp\xcf\xf5J\x8b\x06\x04V\x89\xba\r\xc1\xd5u\x05\xdc<%\x00\x8dm\x93\xee\x1a/\xe64\xdbL\xb7\x16\\\xa6\xc6*\xaa\xca\xb9\x00\x1d\xe9 \xf3)\xf7\x8d\x96\xf0\xe0V>\xcf\xd6Z\xef\x14V\xb8\x19\xc1\xf5k\xd2,\xe0\xe6*\x00$\x92\x91\\Zfo7\xd3\x01xi\xe6\x9c\xe7\x95\xc8\xa2<\xf2\x1fS\x94\x007\xac7\x03\xc1\xadc\xe0\x8d\x85\xd2*\xb1\xff:\x06\x17\xb5v,\xe0f*\x02$\xcd\r\xa0x\xddPs\x99a\x0f/\xac\xd6>>p"\x00\x971\xd7:p\xa3\xe5E\x1bk}\x90\xff\x9dg\x1cxv\x98ypY\xe1C\x05\xdc\\e\x00\xa2HS\x08nkOc\xc8\xd9\xa4\x92\xa2O\x8f\x89\x10\\\xc6"\xdbz,Dbf\xad3\x80\x0b\x8f\x84\x12\\\x88\xe8\x16p\xb3\x15\xc1\x8d)\xfcJn\xc1\xd3s\x19\xb7:\xbahBi\x90[\x9a\x04\x97\xb6\x02\xb7\xd2\xce\xb6q\x00\x12NjJp\x83[+\xe0f,\x02\x14k\xbd4j\x96\xe6\xb7\xe8\xe1\xabS\x01W\xbelun\x81\x8c\xd3r\x07\xb8\x12\x94\xbe\x13\\\xb1q\xaaFB\xfds\xc0\xa9\xef\x80\xe0j\xaf\x80\x9b\xa5\x0c@\xf7\xf5\xa2]n\xc6\x91f\x16\\\xc3\xec3D\x9f\xcb\xd7\x1ep\xa9$\xb84\xcd\xd0\x0f\xae\xcd\xa4\x00\xbcE\xf5\x93>8Eg;\xbc\x02n~:\xb9<\x7fa\x91\xd4\xe0\x02\x07\xaa\x17\\Q\x83\xde\x0bn\xe3\xed\xdd\xe0\x9a\xcc\x93#m|\xb6\x85\xc3\x1ep\xe7\x05\xdc\x03\x95\x03\xf7\n\x1dC\x1f\xb8H\xb0\x01\r\xaa\xe1:~h\xe9\x12\xdc\xae\x9e+\xba\x13\xf75\xa6h\x00?\xf07\x1e\x87\xfbw\xeb\xbf\xb4\xe0\xa2\x84\xc5\x05\xdc\xac\xe5\xc1\xb5\xcd\r1\xb8\xd0\xb98\xcc\xa4\xce\xb4\x17\xe3\x98\\\x80\x15\xff}\\\xc4BF\x01n\x15\xc0g#@\xffTV\x87A[\xfa\x95\xa7\xba\xe6r.PN\xdc\xbce\xc1\xbd\xba"\xb8\xe6c\x1a\\\xa4\xa4#-R\xe0\x9ai\xfa\x92M\x82\xdb\xf9\xec\x0e\xdc\x1a\xdca\xca\x11m\xf5\xcc\x96\x19+(\xddt\xe0v\x1e\xeb\x0b\xb89\x0b\xe0:Rp\xed;q\xc3\x8ci1\xb8@\x8b4\xf6\x82\xeb\x01\xe3\x07\x80{\x0f\x8b\xf5\x0e\xcd\x0fRVu\xfb\xb3\xfa\xabu\x8f\r\xb80X_^\x15\xf2\xd6\xc9\xcb\xe3g\xf2\xd4C`\xfa\xc0%\x1d\x90\x06\x17\x1e\xc74\xb8\xf0\x11\x81\x00\xae[\x80\xf5\xb8\x15\xdc\xcb%\xf7\xe7\r\xf8\xf7\x88\x1aFP?(\xe0f.\x80K\xf5\x81Kf\x80\x88\x06\x97B2\r.\x13\xf6Bp\xcf\xa3z\xd1v\x89=\xfc\xa1\x1a&\xe6\xd6=Q?\x85\xf2\xaap\x10\xda\x17\\%\r.\xb5\x13\\\xad\xe5J\xda\xa5\x9eo\x96\xcb\x15Vx\x139t\xd5O\xc13\xbf*\xe0f-\xf5\xd4\xa7B\xd1>\xe0\x0eV\xa2\xdd\xe0\xcaJ\xab\xdd\xe0N\xec\xb82\x94i\xfcne^\xdaS\xf9\xd7\x1a\x91\x03w%\xee\x87\x1ep\x07\xb2u\x017g%\xc0]\xed\x05\xee\xe2\xa7\xe06\x12H\x82Kl!\x93[\xde\xaa\xfa\xcf+\xa3\x0f\xd8^if\xdd\xb3\xbe\x13\xd7\x98\x05\xdc\x8cU\x0b?A\x9b\x82\x87P\x95O\xb1m#pu\xa2\x11\x1c5\xb8\xc6\x8a\x92&\xd7\xe8\xfa\x85\x99_\xbd\x94\xaaKm^\xcdW\xfe\x06\xea\x84;(\xe0f\xae\xda>\xe7\t\xdb"\t\xeeD\x017\x8f\xc0U\xecL\x92\'n\xb0\x86\xc8|7\xb9\xad\xaeo-\x9a\xc7\xf6\x15W\xed?Y\x1a\xaaW\xa7\x1d\xb8Au9q\xb3W=\xc1C\xf7\x17\xbc\x02\xbcT\xe0\x02\x0c\xdf\xa5)pap\xb5^p\x11a\xce\x82;E%\xbbA\xd3\xe8\x04E\xf1\xfe_Wp\xddO!\x0c\x14p\xf3\xd7\x9b\t\x01\xb2J\x83K\xdfg[\x05n\x98\xe8\x05\x97\x9b\x811\x80\xfbi\x12\xeb;\xd0\xc4/\x1b\xb5\xff\xdc\xb9\x00\x97r\xc1\x02n\xee\xba\x8d\x9ez\x1a\xdcK\x98\x94\x06\x97 B\xbd\xe0j\x99\xdcD\xd5\x7f\xb1d\x0eA\xa6\xda\x7f\xd9\xfd\xd9\x0c6#\x05\xdc\x83\x90\xa2h\x9b\x06W\xa9Q\xe0R\xbf\x0en3I\xdd\x08\xee\xe4(Q\xe2\xde\x14N\x01\xae\xd6\xbc\x80\x9b\xb9\xf4#O\x81[\xf7`y\xfc\xa7\xc0\xdd&\xcb\x81f5I\x9b\xa2\xa7\xf1\xcd\x95\x13\xf7@\xa4yk\xf7\x04w\xf9G\xc1\xfd\xc1\x9e\x19\xeb6\rEa\xd8\x0eT\x0c\xc0B:\x80%@\xb2\x84\x00\xc9R\x95H\x0c,y-\x84\x04O\xe0\x17@b\xf0\xc6\xc4\xe6\'\xc9\xc8\x19\x18\xa2(faAb\xe8\x828\xd7\xe7\xde\x9c\xf8\x1e\xd7\xa9hI$\xe7\xffl\xc7\xa9\xcf\xef\xeb\xb4\xferr\xdb~\xe8=\xcaL\xdc4\xdc\xf0\xbe\xf1\xf3\x08t\xdc\x13\x85}\xab\xfc"\xabN\x01\x14\xe7\x8e\x86\xfc"\xfd0\x1aH\x97\xab\xc5\xd5\xab\xf9\xf1\xdcP\x97\x9f\xe2\xf3\xdf\x85\x7f?\x14\xa6T\xb5\xef.\n\xef\x9b7\xa6\x8e\x8e;z^\xa8\xb1\xde\xca\x15+an\xf9\x0f\xef\xa2*\xf7\x8eS\xd4\x15W\n\x9aZs\xc0\x8a\xab\xc2\x86\x9d\x13W\xbe\x92Mv_\xdb\x0b\xbc\xdaz\xd9R\xc9\xc3{Ws\xedX\xc4\r\xa7\xe9\x86\x8e;v\n\xe9y\xbc\xf1\xda*\xc3\xde\x9a[>\xf5\x8e\x05\xd7\x98\x8fMW\xcbi;\x88\xe6\\\xef\xa6\xab:\xaeC\xdf\x03,\xee\xa6\xd2c\xbe\xfe\x8b\xe4\x85\xbc\xd0\xe3\xdb\xfd\xa6i\xcd\x9d\xfby\x8c\x9c*\x9b?\x7f\xd9\x10A\xdc\x11s\xe1\xb5\x10+\x1c\xad\x13\xe7\x91njF\x90\xfc+q\x8c:\xe2\xca\xf9\x9a\\\x11\x91\x11W\x8a\xed\xb2\x85\xe8[eX\x93#O\x16\xb6\xf4\xce\r\xec\x8aA\xdc\xf0\xfa\xf5\xf5-\x89\x81\xb8\xe3\xa5\xab\xc5\xa7 En\xf5V!}Ct<\xd9\x15W\xfc\xd1\xd4\x8a\x98X\\\x1dB]#Z\xad\xd7EQ\xbc]\xef\xd0\xb4r\xa6\xc9\x8b\xa2\xe5\x8f)q\xc3\xd5\x8e\x1b\x86\r\xea\xfe\xe2:\xc4\x1d1\xb3*\xe2#9\xee\x18\xbdE\x0be\xd3\xf6\xbc\xa4+\xae2 \xae\x85H\x86j(f\x9exr\xb2\xe4*\xae\x01\x1dw\xe4T1_\xc9q\xd7\x88\xdbk\xe5\xfcV\xc5\x9d\x10\x13\xe4\x95\xa7Y\xe2\x99\x87c\xb2v.>\x83\xb8\'\xc7\x93*F\xa6\x00\x13\xd3\x97#.\xe9\xd6\xc5\xb5]U\xd5\xbbO\x96\xf3\x04\x1d\xf7d)\xaa\x98\x8dX\xc4\x0cJ\xf9\x9b\x1c\xd9~q\xcf\xae/nF\x06\x99\xb2\xf4\x96\xe6\t:\xee\xe9\xc2s\x80\xb2\n\x1b/v\n zk]\x9erc\x8e\xcc\x98\xba\xc3J9 n\xe9/(\xab\x8a{\x96\x1b\x12On\x99\xa8\xb8~\xa0\x12\xe2\x9e\x0c31R\xa5\xfbN=\xe2.$\xb3co\xb9\xd2Oka\x1a\xaa!S^%niVr\xdc\xf4\x9b\xe8\\\xbf\xda@\xdc1#\xb6\xed\xde\xf6h\n \xbc\xd9uBvD\x91\x95S\xe3m\xbf\xb8R\xd3\x1cS\xde\\\\\xb5V\x16\x88;n.J\xbe\xc9\x8c>\xc4S\x00qR\x8a\x9ak\xfd\xae\x89vC\xa5wFS\xbd\xe2\x96\x1a\x08\xe1\x1b\x8b\xeb\x87\xd3\xebC\xdc\x91\xb3(\xe5v\xeb\xc3\xba\x15\xf2\xbc\x93*BQ\x83\x1b\x97\xa2yW\\!\x84\xae\x10W\xe5\xd2\xd1~:f\xffL\x18K\x90\xa7\x10w\xd4Te\xc4w\xf6\x96\x97\xb3XoA\xd5\x90\x86\xfb\xac\xaf\xe3jh\xc5!+\xae\x14uw\x0b\xd8\x8e\xeb\xc4\xad!\xeeX)\xca\x98oT\xdb\x8f\xed\xcb]?$&~\xe7]q5"4\xbd\x1dW\x88;\xa4\x95\xd0PE\xcak\xc6\xa4\xd1q\xc7\xcd\xa2\x8cY\xd5\x8e\xb9q\xcd\xc6\x9c\xe1iG\\C\xc3CYq\x0f\xc3\xa6f \xee8\xb1\xae\xfdl\x85\xac\xb3=z\xfft)\xf1{X\\\x0e\x1dO\\\x82\xb8#\xc5\x1a\xb9\xack\'[n\x8c\xb41\xce\x9d\xef\x15\x97A\xc7\x05\xb7L\xfa\xdd\xfejV\x93S\xd2\xeamcL\nq\xc1\x11\xb8\xe8\xed\xa4L6\xac\xb7\xc6 .8\x02\xb3\x9eN\xdargHo\x8d\xe5\x10\x17\x1c\x81\xe9BXnY\xd7=\x7fS\xb8\x90\xd4s\x8d\xad4f\x86[\xeeB*\xae\x89\xfdo\x9a\x9ay\x94\x80\xd1\x92\xd5\x11\xbd}jR\x1b\xb2\xfd1\x11\xd7rV\xff\x7f \xee\xb8I\xbf\xd41\xe9\x90\xde\xca\x04\xe2\x82\xe3\xf1\xe8Z\x9d4\xfd\xdc\x13\x83\xb8\xe0x\xccm\xc3\xbd\x96\xde_R\x88\x0b\x8e\xc7\xdd,\xe6^o_\x1e\x8c)if\xe8\x9dQd\x87\xe1N\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x03\xf2 `\x8f\r\xb3oH\xb7\xd7\xb1\xf6\x93\x1c\x88\xe8\x927yyZ\x04\x87\xe6\xe5\xd3\xc7\xc2\xeb\x87\xdb\x1f\xff\xc3\xd7\x8f\xf7\xf3\x97}\xb3\xe9Q\x1a\x08\xe3x9\x1a\xdazh\x96\xb4!H+\xb5\x95"z\x90\x18\x12cb6\xde\xf6\x13\xac\xc9\x9a2\\d\x13\xe4B\xf0\xe5\xda\x84\xd3\xf2\x1d\xfc\x00\x9e=y\xb2\t_\xc0O\xb11\xd9#g\xa7<3\xf3\xf4\x05J\x8b\x89\xbb1\xfd\x15\xd6\xa5\x19\x86\x81\xfe\xe7\xff\xbc\xe0\xb6\xdc}\xc2P\xf4\x08O\xa1X\xf0\xa0\x08^\xa7\x94\xfa\\\x8e\\R\xb6V\xf2-t\xba\xc7/\xcf\xe2\xcf\xf5,\xa9\xe2_!\x03\x9d\xee\nh*\xdc=\xe4\x96\xbf:\x88\xbfW\xb8lF_\xd7\x9b\xba"\xb7V\xc5\xf0=\xb7\xcc\xe2\x15\x8fQ\\3\xb8:|\xc7t\x93\x92U!\xf4\xacp]\xcf\xe7k\xef\xc8\x94;\x17[\xfeK\\\xa5\xb5\xc5k\xfa\x8c.\x9c\xa0\xfa\xf5\xfc\x02({-\xdcgP\xedvp\xae|V\xddN\xa9\xd5\xebB\xf0J\xb9\xed\xdaj\xfa\x9c\x96\x1c=\xf6\x8b\xe1\xb9\xd9\xcd\x13\xfb\xe8JaU\xd2=\x9e\x8e\xbeOA\xae\xdb]\x1d\x16Zs\x9f\xd3Y:\x8eQ\xa8\xa1\xfb\xb9\xe0\xd0\x92\xab\xe7K\xdc\xb7\x8e\xbc\xd5\x01\xdd\x0el\xb3b\xb4\xdc\x9c\xa9\x90\xa2sU\x94\x07?\xf6\xd5\xf6\xa0\xac\xd8m\xb5\xf5!P\x05\x9c\xd8s\xf8\x18:3\xf1\x13\x9e\x0b.u\xe8\xea\xae\xd0\xfd\xca\xad\xbe\x19\x93_\tP\xa7\x90(H\x9d\x02\x11\x01G#\xf8\xcc\xf2\x10E\xaa8\x1a\x8cs\xab\xf4\x15\xb2\x9a \xe4<P0\xd9\xf8\xc9\xd1-M\xc3\x87;\xe4\x8ft-\xc3\xa8\x95Iq\x9b\x18\xc2K\xbfk\xa0\xfb\xc4\xd0j\x10x\n\xd0Tj\xe9\x9c\xc3?\x16\xbd*\xe5\xfe\x02%&\x9c\xb8N\xa9p\x15}I\t\x88\xcf\t\x96\x0c<G\xe6Ccw\xed\x83\xc6\xf2|h\x9b\xad\xa6x\x0eY\xa6\x08|\xce\xe8]\xa8\xb6\x9d2\xc6)&\xf5\x1eI\x05\xc8\xaeny\x13\x86\xb6!E\x9b\xb4\x08\xc1\xc0I7\'\xfcc\xa1\xc1\xaa\xa2<\xf9\x86\xb1\xa2v\xe0\x0e\xd7\x94I\xc0O\x8d&k\xc6\xef\xd8\xb9\xa1v`\xda\xc5:\xec\x9b\xeeP<g\xb1Y\xc7\xf9\xb8\x99\x8bm0\xff\xa8\xaa=\xa3\x84p=!\xdc\x89Y\xe6M\xe3\xc6\x9b~V\xfbf\x8dZp\x10\x87\xe0\xb6\x0b\x12|B\xe1\xe2\x168\x0e\xe2U\xc2-E\xa1\x0f~5\x1bj5[U\xd5\xcf(\xabO\x1fU\xc6f$\x1c\xe8\xc6\xcc\xa9}\xc0\xd2T\xb5mh\xf6\r\xe1\x12S\x93\xac\x17\xfc\x15\xc6\x9bh\xe8Q\x95%\xb91\x8f\xaa\xccfk\xbaUjt\xa6\xd3M\x8c\x1b\xb1$2\xbb\xd9\xc4Y\xdbF*\x93/\x01\x81;\xd9\x1e>y\xf5L\x93*\x8e\xaf\xcd\x88\x9f\x86\x10\xe2\x7f\xa2bkSY\xdd\x041\x05r~\x13q\xf2\xa5\xb3\xbb2KX\x9a#9\xed\tN\x83$v\x06\xf9Mu\xeb\x1cQ\x9b\xe1:\xb2\xe4\xafn\xf9\x9bm\x15\xc3N\xac\xe9\x8a\x88\xe5\x87j\x82\x9e\x96\xca\xb1II\xd0\xec\xcf{\x95p\x8f\xa6s:\x9dD\xcc|\xc6\x18\x1eO\x1a=\xadN\x85\xbb\x9e\xc5\x15\xc8\xf8<%b8\n&]3\xa1\x8b\xd2\x0bd\xbe\x9c\xe3\t$\xbe3\x08u\xf4\xb0W;N\xb8\xb3\x81S\xae\xa2\x03\xe6\x90(HR\xf4^\x91\xf5\x98\x1bd\xf0.)\xdc\xd0L7\xc1\xdfL/\'\x85\xa1C\xafF\xe0\xba~\xd00\xa5\x8a\xa31\xe1\xc2L}\xc6T\\!\xcd\xec\xab\xea\x84\xf8Y\xc1}\x9c\xfb\x9c\xabA=\xb77\x1cD\x96F\x87\xf4\xd6\x9f08\'\x13\x05\x9fq\xb1\x81\xa1\xc5\x91\x15\x12\xaf\x11\xcbgG\x17\rU\x85\xd8\xef\xf4\xd5\x18\x8d\x00t\x1b\xa9KM\xf0\xcdI,@\x06\xab.\x04\xce\r\xca=\x1c$\x0c\xa9b/=\x16\x1bQh\x005"\xc7n\x0f\xce\x84\x02\'\xa1\xdao\x03\x83\x05\xdapZ0\xc9f>a\x96V3\xc5L\x8b\xebv\x1ca\xde\xa3\xe8\x05\xcc\xcc\\V\x0eJ\x97\x08\xb7>\xb5\xf6\xd0qwt" \xcb\x1c]\x8a&\x86\x99\x14\x97\xc8D\x97k5A?%\xb6\x1a\xdd\xdd\xa5\x08\'\x01\xe8\xf6p\x90xx\xbfR\xee^4;\xe9{c\x9e\x81R\xef\xabi\x8f<\xec\rD\n\xd4\x00\x8c\xb5\xc1\xbb\x9e\x96\xd7$]n\x98\xa5\xe1s\xe6\xb6\xa1\t\x0c\x1c\xbbXC\x02\x99\xfef6\x8f\xad\x04\xe1\xb6w\x8cne\xd3\x0b\x02j\xa7/\xd9g/i\xb6\xe3L\x08/\xa6\xce\xae\xfb\xed8\xe0\xcf\x88\xd3V\xe3\x9c\x1c<\xc2)\xd9\xd6\x10\xe4`\x90x\xf8\xfa\xfbC\xa9\x02\xd9\xf5\xc1o\xc6<\x90o\xb8p\r&Atb\xdb\xc8t\x93\x96;\xf2\xb4\x8e\'J\xe8\xd1TX\x9a"\x9a\n\xbd\xf4X\xb0\xb6\x06VfE\xabvx&\xdc\x8avK]\x8f\xf0\xca>h`\x13\xc3\xa8\xc7x\xe2\x11>5m\x7f\xd5\xe3\xa4\xbe\x1ey4\x08\x8b\xc2T}\xbd`s\x8f.\x87\xda\x01\xdd~\x7f,U\xec\x15n\xf4\x99\x86\xe7\x01oy\xad\xd5p{\xd8ZB6W\x9f\xd5\xf6\x13y\x8b\xab\xe8\xa0K\xac\xcd\xb2\xb5\x0fx\xe1L\xb8\xa8\xdcb\'\x97\xe7f-\xd9P\x85\xb1\xf3/a\xf8\xcc\xa5\xd3\xa7\xf2Q\xe2\xe7 "z\xce(ON\xaf\x0e\x1c\x8f\xbed67\xc1W%E\xd4\xe5\x9e.\x8ary\xdd\xdf\xb2^\xfa\xd0[\x08\xce\xcdC\xba\xfd\xfe\xba&U\xec\xc6p\xcc\x88\xe7\xdc\xb5\xe6m\x13pP\x82\xac\x8a\xe9)\x1e\xa0\xc3\xc9\xed\xb5o\xd7w5IE\xdd,\xca-\xd9c\'\xc7\x03\'1\x96\xfb\xdfx>\x7f\xeaQ,9U\xe6\x91b\xc7>|/3!\x1b\x7f\xb1VOlmO\x8f\x10\xc6\xecJ\x85R\xb3\x15d\xd5}fn9\r`n\xa8\xcd\xf2tKy_\x97*\xf2\x90Et\xbf\xec\xa5\xcao\x10h\x14\xf2_\xe8\xe9\x18\xed\x8f\x1b\xb6\x91\xa9\xccx\x98EK\x83\xb9@\xee\x8bA=\x11\xb6\xb9r\x19M+\x9d\x90\x92\x82\x87\x9f\xb9\xc3\xe4-9\xb5:8\xa2j\xf3dO\xd7\x98wg\xb7\xf1A\xca\x17.)\x88\'\x8bF\x08\xcc}\x01\xc2\xcd\xd1-\xe5\x81t\x8bh\xce]5|\xd9R\x18:\x17\xd0\xe2T\x01:4\x8es\xd5D!\xbf\xff\xcc\x13\xea\xc2@\x1af\x0cIi\xf2\xa9\x12\xe5\x96\x05NGh\xff\xccH\xb6\xef\xc1\xda\x98=6Qf<3.|\x10\x9c,vo\x9e\xd6\x13\xab\x13\xfe|\xd6\x08\xaf\x87\x1d\x8a,\xa5a\xea\xceS\x17\xee+R\xe4\x06o\x0cv\x0e\x83\xee\xe0<\xdd\x02\xf7\xa5[\xa3\xe6\xb4\xef\xf5\xee\xa8r\x85a`\x8dC\x18\xba\x05q\x10\x9a\x99\xe7\xaaj\xbf`\x8a\x8cF\xc3\x11\xfcXC\xf7>\x86\xdbE\xf9,\x1a\x8d\x97/\xa2\x86\x94,\x14\xe3\x93K\xbb\x96\x8a\xc8p\xc0\x8fn\'\xd5T\x80\x15\xe5\xe7\x06>\x0e\x80\x1fx\xa7\xd2\x1b8\x89Z\x8f\xf0\xf9.~\xfc\xd8\xe6&\x8a\x9c\x8d?b\xe6Enc\x19v\x1e\x9b1\xff\x97\xa6"\x82\x0c0\xfa94\xf2t\x0b\xbc5\xa4\xdb\x00dK\xb1\xef\xa6rc}+\xee\rX\x8b\xbb-a\x18W\xd7\xd4p\xbbB\x1f\xa8\xdbt[3\xee\xd2\x84\x90 \x08\xa2~\x94"s\x05R\xde\xf5j\x98(\xa0Q2_R\xd2y\xc7\xd9l6\xfb0\xcb\xb08\x1b\xc5\xd4\x1a\xb0A\x1f\xf0\x1f\xf1\xe0\'\x18\x1b\xae.\x95\x0f\xef\xfaS\x1c\x14\xee\x95\x9d\xa7\x1c\xb7\xd5$\x05\xd1_h\xbc\xee\x03 {\xce\xd1\xedm\xe6\n\xb5\xba}\x0f\xb0\xef\xe2\xb7\xd2p\x1d\x01\xac\xcfYI\xd3AU\xd3\x1a\xebdHU\x16\x87\x04\xcb\xe9\xf5\x89\xe8&\xa1\x89\xc6L\x90\xc0H\xcf\x8dL\x8c\xc9\x1e\x93F\xac\xef\xf1\x16\xfd\xdf\xd8\xc4\n\x9f\x0c\xc2\xf0\xd7\xae\xe3|\x89+\x0f\xbe\xfe\n\xd9\xb0\xec\xe8\xd0\xd6\xb2\xabC3L\xe5&B\\\xc0\xe8k^m\x86\n\xc7\xa8\x80\xbf$Y0\x7f\xb5\xb8\xd4\xa1\xbb\x92\xa3\xdb[\xcc\x15\x8c^\xff\x1e\xa7}\x07\xbf\x04\xf9\xc3\xdd\xd9\xec(\rEq\x1c\xdciA\xd3\x14\x06\t0\x14\x07A\xa7\x83.$\xc2\xf8\x91\x18\xb7<\xc1\x98`,;M\xc4\x1dq\xab7a\xc5C\xb0\xe8\xd2\x15kL\x06L\xe6\x05\x88\x89\x0bgEx\x06\xb6\x9e\xcb\xb9\xf7\x1e\xe8\xad\xed\xa8\xe8\x10\xff\x85\t\xad\xfd\xb8\xd0\xdf\xfd\xdfsN\x0b\x82a\xa8\x10\xc1o\xa7\x85\x83\xc3\\\x8e\xf5Wz\xfb%\r\x99\x19\x9f%\xf5^\x9f}I\xa7\xd3\x8e\x15P$%\x0f\xc5\xa0CF\x10 \xc8\xcd*\n\x0f\xd8#WG\xa9]/\x167Og\xa5\x98\x0e\xd4\xd9\x80\xba\x07{\xf3%\x1d\xa2r\\\xe3\x8c\xa4\xddZH|#]\xa1\xe0\x12\xe1\xf4\xd1\xc0+\x12s\xe5\n\xe3\x06\xee()\x97P!1\x80[\xd2\xb3+\xb1\x7f-\xcb\xe6\xd8\xee2\xb9\x1c3\x9f\xe5\xa9\x10\xb6\x00\xd7Z\x1f>\xde[\xe9\xcb\xf5O\xceA\xa9\xf4\x1cgQ+l\xe9\x8a\x81~\xb3\x94t\x1f\xf1\xcd\x98\x9bb\xf6\xbd\x1a\xb9\xf9\x01\xea{\xa0w\xea\xe0o\xb4<\xdf\xae\x05s\xdb#\xf4\xd8t\x96\x0e\x93\xa3\xb7\x8et3\x19\x18A\xa9\x9e4\xb7\xe3a\xe0\xca\x15\xd9p\xb1\xd8\x0b\x98NZ\x1d\xa1\xa1\xe8?*7k\xd5\x8d\x10n\xc9q\xff=\xb8\xf6\xd5M\x15w\xae&\x87ER\x82v\xcd\'\xd9\xf3\xa3R\xe1\xa9\xbc\xa5\xe9\xcd\xdb\xc3B\x81\xcf\x92\x86\xc37\xd3\xe9\x9b\xe7\x96o\x87\x84\xad\xb2\xb4j\\\x16\x15\xb8\xde6i\x13\xcb\xa9q\x08\xd5\xc9\xed\x9d\xa5k\xbe<\xd6\x0e\xe6\xf6}\x874\x0e\xe7\xb6f\xeb\xfeHzpT\xa1\x9a\x0fe\x84R\xef\x80\xae\x10\xd1\xb8\xbf\xc8\x07j&;\x98+B{**\x0c\x1a\x81N\x16\x7f\xb4\xc9\xed%\xd8\x9dU\xf6\x91[\xab\xfcn\xa8\x1c\xdfznG\xc5\x1c\x1d5\x1c\xc8\xa0\xfa\x15%\xac\x91\x92\x12\xfc\x07D qz\xd7\xa7u\xda\xcf\x1d\xa7\x12O(\x13;qh\xfd\n\xe7v6P\xd6y\x02\xe3z\xd6\xf7\x19j \xe2&\xa4\xf6\xc9\x0c\xf51\x90[\xb4pj]\xaf\xd7e\xb4q\xaf^,\xdb\x1a\xb8\xf4\xce\xdf\x07\xd3\xa5\xf6\xc8\xa4}\xce\x82\xc1\xddk\x91u\xfb\x8b\nN\xf0\xae\xef\xacs{\xe7r\x92z\xbb\x16An4\xb0\xd9\xdb\x95\xa3\xfb\xcd\x06v\xfcm\xeb\xe0\xc1`,\xd4\x97\xec\xb6p\xfee\xe3(\xa2\xb6\x8e\xe1\xabv\'Wsqv\xc6\x07\x7f\xe54\x1f\xc1\xf3\xe2\x89\x02\x13\xf3k\xe0\x1a+*O\x98\xf2\xa0\x99\xb0GR\xd6.\xeb\xaa\xdf\xeb\xac\x83\x0b\xefa0\x18\xdc\x1b<m\x94\x83\xa4\xf8H\x1c\xf0\xd6-\x16\x93\x96\xda\xb6\xbf\x97\xce\xeb\x03a\x95\x9cy\\\xb6Bs\x04&\x01\xff\x18\x0c\xee\xa4\xafzH\x85\\?4zN]>\xb7`)~r\xed\x0b\x02kY\xd9\xdb\x00l\xb3\xfe\xf81\xda\t\x84\xf6\xdb\x14\r\xd5\xa8/\x83W\x124\xb1\x04\xca\xb6\x9dH\xf9\xbf\xe1\x9b\xc0\x98t\x8f\x91\xa5\xcdx\x02G&\xd6\xaf\xdbt\xf44h\xd1S\x04\x02E\xfe\xe2S\xdc\xd2u\xb0>\x14\xb8\xf0pe\xb8j\x05)N\xad\x8b\xdb\xb5|>\xbd\xd7\'.?\xe6\xb1\x10\xed\x0fx\xa8\xa8\x10\x0f\xcd\x11\\\x19f\x07\x83\x9b\x1e\xba\xb2S\xd6\r\x15\\\xb8\x1d7$z\xbeB1\xee\xb5\xd8\xa5\xc9(^\xdd\x94\xd6Z\xedD!\xb0\xf5\xc7g\x80+<\xa5\x9a\xb1\xed+\xab\x06\xe2\x8f\xef\x89\x1e\t\xae\x1b\r\xeeaU{\xbf\x9b#y\x1b-\r\x8b\n\xe8<G\t\xa1J\xb9\x08\x9a*H\xa6\xb0j\xe5B_\xec%\xb5\x06}_7\n\x93q\x8ca\xa7T{\x91\xc7\xae\xa2\xe7f.<\xc2JV\xc2>]\xc4\xb0?\xa9\x99\xa6Y\x14\x0fRq\xd0\x11\x9c\x0e\x85u\'\x19\xccqu\xd1\x82Cb\x85\x17\x97z\xb97\xfbK\xe4\xda\xdcb\xcfV\xe2\xd0n\xb0\x0bN\xb5\xfd\xc6Ip\x17-\xe9\x90\x8bt:\xcf\'\x07\xf8\x88\x06\xd7\xf2[8\xdf\xf6\xb5B\x9e\r\xd1\xd2\x94\x89\xb9\xe3\xfa\xc3\xa4P\xe1\xe1\x91a\x90\xaf\xb7\x80"\xcd\xdf"j\xfe\xad\xf9F\xb8[HD\r0\x00\xee\x90\xf1v`\xeb\xd2yS\xc7\x87\xc7\xe3\x82\xdcwu;<G\xc0=\x01\xb8\xceQ\x90\x1e\xca\x15\xdc\x89\x88\x90\n\x88zX\xf4\x9c\x12u\xb0T\xecR\x15w|\xe4\x86\x9d\x9c\xcac\t-2\x0b\x0f\xa5\xc7\xb7c\xdb\x96\xa1jM{m\x15g\xe6\xf3\x1c\xbe\xdaZn\xe6\xb2\r\x91\x13\xb3\xa7\xbenX)bB"\xd5\x85\xbd\x81\xd5P\xfa\xed\x0e\x9btg8\\Q\xab\x1eR\xc5\x14\x02\x05\xe3\xa2\xdc\xa2!\xb6&\xf9\xfc\xa2-f1\xe4\x0eS\xc5\xcc\xe3\xfa\x08\x0f\x7f\xaf#\xc7\xd2\xc1E\xb8\xe0A\xb5;Md\x9f|b\xad\xbb\x81\xba\x89G\x82\x15\xe6\x8e\xdc7n\x11\x12=g\x9f\xed\x02\xb7zY\xach\xc5B\xc9\x9d\xd1\xb4\xa9\xfa\xd6*#t\xb4\xe1x:\x9d\x8eO>\xaa$B\x06k\xc5\xfbT[\x1f\x9c\xec\xadi>fT\xe5\xdc\xec\x85\x16O\xa5\x1a\xf7:\x04c\x1eG\x7fUT`\x13\xa7t\x93\xc6\xf6\x12,\xa7\x1e\x83\xe1f4\xb7\xee\x1a\xb7\xf9\xcfS\xa6\xc8u\xb5\xd0%\xb0u\xb82\x06\n\x08\xa6VTpq\x1a\xeb\xa9\x85N8\x9f~&WL\xedzJ\x05\x17.(\xf4\x92\xdc\r\xce\xed.|\xf7a\xad\xb8P+GDqG\x8f\xcf\x08Z\x1f\xbb\xcdm\xe7\x98\xc6\xf3\x15\x83\xaf\xee5\x9f\xba2\xe9/:+\xd9\xc4\x17\x9b\x04g\xcaz\x9cf\x19\x86Q)\xa8\x81\x96r\x1fUT`s\x9b\x9fn\xa1\xdc\xdd\x9br\xdd\xfeD\x0b7\x83\x7fq\xb7\xe3R\x00\xfa9\x0fZti\x91\xf6\xc3^A\xad\x93.9\xfd\x9c7\xed\xa0\xceqW\xe18-G\xe6f\xae\x7f\n|\xc8\xa2B\xe9.\xccaT\xfc\xf3\x917\x05\xdc\xeeF\xcd_\xa6h5\x07\xdb\x13A\xae\x08\x12\x88\xda\xbf\x15\xe6V\x91\xa1\\R\x15\x80\xdc\xf1\xf3$\xa8T\xc5\xc1]/\xaes\x8b\xa3\xcb\x98u# aQ\x96\xd6\xc2\xdc\x87N1\xec\x0bN\xe0\x01\x81A^\tNoV.\xc2\xad\xda\xb6\x7f\xca\xb9\x1dAGb\n\x1f\xf7\xf0 \xea\x92\x8b\xda\xbe\xbb\xc8{N\xf6\xe7\xebp\xc2N\x9d\x88\xdc\x8c\xabC\xcf\xe0\x07\xf7\xd7\x86!.&\xbb\xb8M+$z\xce>{\xb4\x1b\xdc\xf2\xf4\x9d\xc7\x08v\xf6B\xfe,\xe2[M\xdff\xb3Jl{\xa2\xba\xcf\xcd\xd2\xda]%\\<?O\x8a3\xac\x15\xd7\xbf\xf5\xc8\x90\xf4\x91\xb4J\x86\xcbN\xf3\x00\xa3<\x90\xbbZ\x0c\xce\x93\xbd\x8d\xae\xb7aV\xab\xcc\xcc\x8a\xe6\x966b\xc3\xcf^\xde;.\x9b\xf9\xe5@-\xc4[f\xc2{\xaa \x87\x9d\x8e<\xd1:=7C\x1e\xf1\xaaA(\xb8>\x9f\x05\xe9\xafA\xeds\xf9\xfd%&(\xa7\xc1*@\xfb\xbbsw@\xbcL7\x8fD\xe9\xfe, 5\xfb\x06\x13$h\xdb{G\x94\x15\x03\xb8%I\x84*s\x89\x01\x9d\xff\xe9n\xd6(g-Af`\x953\x99\xa3\x00\x91r\x9f\x03\xb9t\xda\xb0m\xa7y\x0f\xab\xaf4\xb1\x13`\xd0\x88\xe6\x96\x1c\x8eM\x97\x9e\xe7\x1dW\xb2eo4\xef\xa3\xe1\x81\xe0\xbdDE\x1a\xb2uK\xcft\xac\xc0\x95\xfa\xae\x10t\xb3\xf0\x8f\xcf\xdd\x14"L\xaf\xe5\x8b\xfe\xe9r\x7f\xf5\xcb\xef\xa5\xbb\xf2\x1f\xc7\x8d\xdd\x81skr4\xc7\xfd\x86\x7f\xbf\xcd\x1a\xdb\x0bs)e\xca\x15\x84\x07\xcaR\r+@\xba\xef\xca$h\xfc\xd9\\\xd7\xa2-\x19\x87TY7!\x05#\xcf}$\x8c\xa5\x9c\xd8\xe2\xd41\x9c\xd1h\xd1\xc2=\xab\xe9\x03P\x14\xd5\xb1\xc5YG\xf2\x90[3\x15\x87R\x81\xf7y\xc8\x17\tT\n\xd5(\x8bD\xc7[x^9\x1b\xec\xcaLb7h\x84\x17\x15Ts\xc8x\x03^\xb3\xf6\xe9\xd2K\xad\xbem\x82\xdcrMw\xf4\x0e\xed?%W\xd37\x8e-<\x9d\xed\x86\xb8\x18\xcd\xdd;DG\x94g!\x97\xa4\xda:\x8c\xc9\xe5\xca\xba\x9e\xab\x90\x12\xaf\x82\xe9I\xbf0\xd7\xcf#\xd3\xae&\x128B\xa2\x1f\xf6\'v\xacr\xec\x8dN\x99\x0c\n\xd1\x91\xe6#\xa4(L\xc8\xad\xa8.\x8d\x81[d\xddr<\xefk\xd7\x95\n\xcb\xcf\x12\x85\x9cr\xc3\xe1rd\xf2K!\x81)\x17\x8a\x8f\x0f\xd9\xf0\xa2\x82\x10\xeb\x87\xa8==\x87\xa0\xe4\x16\xb4?G\x0e\xcd&\xbb\xfa\xa5\x98?SS:.\xc5\t\x1c[\xf8\xbb\xc50\x97b4\x96\x93\x05I\x11)\x96b\x14<@\xfe\x9bXS\xe9&_\x18<\x92\xc2V\x04d\x17\xbf\x19\x03\x0eH&\xd6?O\xc5\xe2\xb6\xe7-\xbb\xb8\x0e\xd9\xa7\x99\x8an,Iq\x0b2\xa0#L\x18\x8d\xcd\xc1\xd7\xcf(3Bu\xa7S\xde\xbadU?\x10\xad5\t\xb5E"\xbcw\x1e\xa2\xafK/\x9396\xc0%\xd6\xd4=\xdf\xff/\xc1\x8d77\xb0\x85\'N\x80\xee\xd2\xd8f\x88\xeb\xcb\x87\xc5l\xab\x99M\xa2;p\xc7\xed=(\xacI\xc6\x99\x1dL\x95\xfd\xa7\x92D\xd7aq9\xe6\xd2\xb7\x04i}y0P\x0b\x86m\xc7\x8a\xe0\xf6P\xd9-p\xfbu\xc5-n\x12\xb7Mo9f\xae\x14\xe4ga\xa0Q\xf30\x0b\r\x89\\\xd9|\xffB]\x89\x9df\xa2tM|\xa0j\x0b\xf3\xf2\xaf/\xfc\x15Y\x1b\xe4\xcai\x85n\xc3\xdaZ\x88\xab\x021\xf5@x\xdf7\x8c\x82?\xd7\xd0\xd5^\x94\xb3\xfe\x98YRM\x1b\x1eV\xd7L\xac\xd70$i\x94x\xf3\xfc\xfe\xb8\x12\xc9-\xe9\xc3\x8a\xdb}K\x96l\xeed\xbc\xf3\xb6\x0bBz)?\xd3Z\xa7\xa9P\rY\xad_OE\xc4.\xa8\xf6<\x8a[\xf3\x16\xa7\x9c\xf4ay\xbc\x0b\x17\x18\xfe\x86\xac\x86\xa4\xd6\xc7\xed\xf6\xc2\xdc\xaa\x80s\xcdr\xdb\x831h:w\xb28'... (set the log level to DEBUG or TRACE to see the full content)
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.246" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.246" level="INFO">${result} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.135" endtime="20220402 10:18:07.246"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${result.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${pictures}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.247" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.247" endtime="20220402 10:18:07.247"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${result.content}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.248" level="INFO">{"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.247" endtime="20220402 10:18:07.248"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${pictures}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.248" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.248" endtime="20220402 10:18:07.248"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.131" endtime="20220402 10:18:07.249" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t12" name="get_repeat_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.250" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.249" endtime="20220402 10:18:07.250"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/repeat/proxy-order</arg>
|
|
<arg>params=orderItemId=${orderItemId}&plateNumber=${carList}&settleWeight=17550&weighingDate=${datatime}&orderType=${orderType}&settlePrice= 41953.05</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.447" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576650832941056&plateNumber=%E4%BA%ACSGGGGG&settleWeight=17550&weighingDate=2022-04-02&orderType=1&settlePrice=%2041953.05
|
|
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576650832941056&plateNumber=%E4%BA%ACSGGGGG&settleWeight=17550&weighingDate=2022-04-02&orderType=1&settlePrice=%2041953.05
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.447" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576650832941056&plateNumber=%E4%BA%ACSGGGGG&settleWeight=17550&weighingDate=2022-04-02&orderType=1&settlePrice=%2041953.05
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.447" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.250" endtime="20220402 10:18:07.447"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.448" level="INFO">${records} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.448" endtime="20220402 10:18:07.448"></status>
|
|
</kw>
|
|
<kw name="Create List" library="BuiltIn">
|
|
<doc>Returns a list containing given items.</doc>
|
|
<assign>
|
|
<var>${orderItemId_list}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.449" level="INFO">${orderItemId_list} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.448" endtime="20220402 10:18:07.449"></status>
|
|
</kw>
|
|
<kw name="${items} IN [ @{records} ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:07.449" endtime="20220402 10:18:07.449"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:07.449" endtime="20220402 10:18:07.449"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId_list}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.450" level="INFO">${orderItemId_list} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.450" endtime="20220402 10:18:07.450"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.249" endtime="20220402 10:18:07.450" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t13" name="repeat_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.451" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.451" endtime="20220402 10:18:07.452"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "remark":"${datatime}", \ \ \ \ "repeatOrderItem":${orderItemId_list} }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.452" level="INFO">${data} = { "orderItemId":"707576650832941056", "remark":"2022-04-02", "repeatOrderItem":[] }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.452" endtime="20220402 10:18:07.452"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/confirm/repeat/proxy-order</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.520" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
path_url=/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '95'}
|
|
body=b'{ "orderItemId":"707576650832941056", "remark":"2022-04-02", "repeatOrderItem":[] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.520" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.520" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.452" endtime="20220402 10:18:07.520"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.450" endtime="20220402 10:18:07.521" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t14" name="weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.522" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.522" endtime="20220402 10:18:07.522"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.523" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.523" endtime="20220402 10:18:07.523"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "deductedPoint":0, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "settleUtiPriceIncludeTax":2.04012, \ \ \ \ "settleUtiPriceIncludeTaxType":1, \ \ \ \ "receivableAdjustMoney":"100", \ \ \ \ "refundSubsidy":0.002, \ \ \ \ "adjustMoney":"0", \ \ \ \ "collectionCharges":"${proxyPaySurcharge}", \ \ \ \ "advanceFund":"${advanceFund}", \ \ \ \ "contractId":"${contractId}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "plateNumber":"${carList}", \ \ \ \ "settlePriceIncludeTaxSettleRules":"${settlePriceIncludeTaxSettleRules}", \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "netWeight":300, \ \ \ \ "activitySettleType":null, \ \ \ \ "unitSurcharge":"${unitSurcharge}", \ \ \ \ "deliveryImageUrls":[ \ \ \ \ \ ], \ \ \ \ "publicSubsidies":0, \ \ \ \ "isSubsidyAndDeductIncludeTax":0, \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleWeight":230, \ \ \ \ "deductedWeight":2, \ \ \ \ "orderType":"${orderType}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"freightSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"contrabandPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"nonStandardPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ } \ \ \ \ ] }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.527" level="INFO">${data} = { "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.523" endtime="20220402 10:18:07.527"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.527" level="INFO">{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"小小", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"100", "refundSubsidy":0.002, "adjustMoney":"0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"江高仓", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"测试", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"京SGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.66", "netWeight":300, "activitySettleType":null, "unitSurcharge":"0.02", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":230, "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ] }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.527" endtime="20220402 10:18:07.527"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/save/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.914" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/save/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '2068'}
|
|
body=b'{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"\xe5\xb0\x8f\xe5\xb0\x8f", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"100", "refundSubsidy":0.002, "adjustMoney":"0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"\xe4\xba\xacSGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.66", "netWeight":300, "activitySettleType":null, "unitSurcharge":"0.02", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":230, "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.914" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576661176094720","contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:07.915" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.528" endtime="20220402 10:18:07.915"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.915" level="INFO">{'weightNoteId': '707576661176094720', 'contractId': '663533697236078592'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.915" endtime="20220402 10:18:07.916"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:07.916" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.916" endtime="20220402 10:18:07.916"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.917" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.916" endtime="20220402 10:18:07.917"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:07.917" endtime="20220402 10:18:07.917"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.521" endtime="20220402 10:18:07.917" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t15" name="audit_weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:07.919" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.918" endtime="20220402 10:18:07.919"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.118" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.118" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.119" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:07.919" endtime="20220402 10:18:08.119"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.120" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.119" endtime="20220402 10:18:08.120"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:07.918" endtime="20220402 10:18:08.120" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s2-t16" name="get_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.122" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.121" endtime="20220402 10:18:08.122"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.302" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.303" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":0.000,"unitSurcharge":0.020000,"surcharge":6.000000,"unitPrice":1.6500000,"weightnoteInfo":{"id":"707576661176094720","orderId":"707576650790998016","orderItemId":"707576650832941056","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6500000,"netWeight":300.000,"settleWeight":230.000,"deductedPoint":0.000,"settlePrice":373.730,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"]},"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":373.73,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.230,"unit":0.001000,"unitType":1}],"deductionNotes":"2022-04-02","totalOtherAmount":-0.230000000,"paymentType":null,"activityNoteStatus":1,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试","warehouseName":null,"publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.650000,"settleUnitPriceIncludeTax":2.040120,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.46,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":100.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.303" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.123" endtime="20220402 10:18:08.303"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.304" level="INFO">{'code': 0, 'message': 'successful', 'data': {'status': 51, 'bizOwnerName': '李忠糠', 'orderOwnerId': '554128866793361643', 'orderOwnerName': '赖勇兰', 'orderOwnerPhone': '18888888888', 'orderType': 1, 'activityId': None, 'activitySettleType': None, 'isEntire': None, 'activityStatus': None, 'activityName': None, 'startTime': None, 'endTime': None, 'unitSurcharge': 0.02, 'surcharge': None, 'totalEstimatedWeight': 30000.0, 'deliveryTime': '2022-04-02', 'paperMillDeliveryTime': '2022-04-02', 'remark': None, 'attenssion': '707576650790998016', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县平城区', 'millSupplierId': '700688316244299776', 'paperMillSupplierName': '小小', 'millDeliveryOrderId': '707576650790998016', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.65, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '707576650832941056', 'adjustMoney': 0.0, 'unitSurcharge': 0.02, 'surcharge': 6.0, 'unitPrice': 1.65, 'weightnoteInfo': {'id': '707576661176094720', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'type': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.65, 'netWeight': 300.0, 'settleWeight': 230.0, 'deductedPoint': 0.0, 'settlePrice': 373.73, 'remark': None, 'imageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png']}, 'logisticcsInfo': {'id': '5544', 'plateNumber': '京SGGGGG'}, 'status': 52, 'displayStatus': 52, 'auditStatus': 1, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': 373.73, 'finalPayMoney': None, 'otherAmountDtoList': [{'title': '运费补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}], 'deductionNotes': '2022-04-02', 'totalOtherAmount': -0.23, 'paymentType': None, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': None, 'unSettleMoney': None, 'deliveryImageUrl': None, 'weightNoteImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'transactionMainEnterpriseId': 38, 'transactionMainEnterpriseName': '测试', 'warehouseName': None, 'publicSubsidies': 0.0, 'isSubsidyIncludeTax': 0, 'unitPriceIncludeTax': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPrice': 1.65, 'settleUnitPriceIncludeTax': 2.04012, 'operationsAuditNotPassedRemark': None, 'promptMessage': None, 'orderItemTimeList': [{'description': '订单已提交,待预约', 'time': None, 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': None, 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': None, 'rank': 2, 'status': 1}, {'description': '已审核,结算中', 'time': None, 'rank': 3, 'status': 0}, {'description': '已结算,订单完成', 'time': None, 'rank': 8, 'status': 0}], 'paperCategoryName': '花纸', 'proxySellerSettleType': 0, 'isInvoice': 1, 'invoicePoint': 9.6, 'receivablePrice': None, 'receivablePriceIncludeTax': None, 'refundSubsidy': 0.46, 'unitRefundSubsidy': 0.002, 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0, 'receivableAdjustMoney': 100.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'contractId': '663533697236078592', 'contractType': 2}], 'orderId': '707576650790998016', 'createTime': '2022-04-02 10:18:05', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 38, 'transactionMainEnterpriseName': '测试'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.303" endtime="20220402 10:18:08.304"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:08.304" endtime="20220402 10:18:08.305"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:08.121" endtime="20220402 10:18:08.305" critical="yes"></status>
|
|
</test>
|
|
<doc>上传磅单-常规</doc>
|
|
<status status="PASS" starttime="20220402 10:18:06.240" endtime="20220402 10:18:08.306"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2-s2-s3" name="3.1-Operation audit" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/2.1-Consignment management/3.1-Operation_audit.robot">
|
|
<test id="s1-s1-s2-s2-s3-t1" name="get_operation_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.337" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.336" endtime="20220402 10:18:08.337"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.435" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.435" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"678656271020331008","userName":"赖勇兰","paperMillName":"格森纸业有限公司","plateNumber":"京GGG777","millSupplierName":"格森供应商","millDelieveryOrderId":"656956934615863296","categoryName":"白纸","settlePrice":20202.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656956942333382656","updateTime":null,"activityId":"649965536695947264","activityName":"格森--两次活动","activityStartTime":"2021-10-25 10:51:19","activityEndTime":"2021-10-31 10:51:19","activityPayType":1,"orderType":2,"financeRejectedTime":"2022-01-12 14:58:49","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"663538483129880576","orderItemId":"663538483209572352","auditRequestId":"663538563975090176","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"测试111","millDelieveryOrderId":"663538483129880576","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663538492583841792","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":"2021-12-01 21:46:27","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536526113771520","orderItemId":"663536526151520256","auditRequestId":"663536547727020032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536526113771520","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536534674345984","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:38:26","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536355116191744","orderItemId":"663536355200077824","auditRequestId":"663536378411356160","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536355116191744","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536364918280192","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:37:46","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"657573542388436992","orderItemId":"657573542421991424","auditRequestId":"657573577574453248","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"津Q67890","millSupplierName":"优一供应商","millDelieveryOrderId":"657573542388436992","categoryName":"灰卡","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573550353420288","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:43:44","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"657573124346351616","orderItemId":"657573124384100352","auditRequestId":"657573162095087616","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"657573124346351616","categoryName":"小白花","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573133162778624","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:42:05","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950708419039232","orderItemId":"656950708460982272","auditRequestId":"656950742485176320","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"656950708419039232","categoryName":"小白纸","settlePrice":4976.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950715729711104","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950537316601856","orderItemId":"656950537350156288","auditRequestId":"656950573068849152","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656950537316601856","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950545591963648","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:08","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656949952601264128","orderItemId":"656949952634818560","auditRequestId":"656949988013772800","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656949952601264128","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656949960146817024","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:25:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656948968701431808","orderItemId":"656948968734986240","auditRequestId":"656949003442851840","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"京R66666","millSupplierName":"优一供应商","millDelieveryOrderId":"656948968701431808","categoryName":"黄纸","settlePrice":3136.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656948976402173952","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:21:54","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"}],"total":771,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":78}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.436" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.337" endtime="20220402 10:18:08.436"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.437" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '678656271020331008', 'userName': '赖勇兰', 'paperMillName': '格森纸业有限公司', 'plateNumber': '京GGG777', 'millSupplierName': '格森供应商', 'millDelieveryOrderId': '656956934615863296', 'categoryName': '白纸', 'settlePrice': 20202.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656956942333382656', 'updateTime': None, 'activityId': '649965536695947264', 'activityName': '格森--两次活动', 'activityStartTime': '2021-10-25 10:51:19', 'activityEndTime': '2021-10-31 10:51:19', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2022-01-12 14:58:49', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '663538483129880576', 'orderItemId': '663538483209572352', 'auditRequestId': '663538563975090176', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '贵R67890', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663538483129880576', 'categoryName': '花纸', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663538492583841792', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:46:27', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536526113771520', 'orderItemId': '663536526151520256', 'auditRequestId': '663536547727020032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536526113771520', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536534674345984', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:38:26', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536355116191744', 'orderItemId': '663536355200077824', 'auditRequestId': '663536378411356160', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536355116191744', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536364918280192', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:37:46', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '657573542388436992', 'orderItemId': '657573542421991424', 'auditRequestId': '657573577574453248', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '津Q67890', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573542388436992', 'categoryName': '灰卡', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573550353420288', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:43:44', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '657573124346351616', 'orderItemId': '657573124384100352', 'auditRequestId': '657573162095087616', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573124346351616', 'categoryName': '小白花', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573133162778624', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:42:05', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950708419039232', 'orderItemId': '656950708460982272', 'auditRequestId': '656950742485176320', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950708419039232', 'categoryName': '小白纸', 'settlePrice': 4976.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950715729711104', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950537316601856', 'orderItemId': '656950537350156288', 'auditRequestId': '656950573068849152', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950537316601856', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950545591963648', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:08', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656949952601264128', 'orderItemId': '656949952634818560', 'auditRequestId': '656949988013772800', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656949952601264128', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656949960146817024', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:25:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656948968701431808', 'orderItemId': '656948968734986240', 'auditRequestId': '656949003442851840', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '京R66666', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656948968701431808', 'categoryName': '黄纸', 'settlePrice': 3136.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656948976402173952', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:21:54', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}], 'total': 771, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 78}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.436" endtime="20220402 10:18:08.437"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:08.335" endtime="20220402 10:18:08.437" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.438" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.438" endtime="20220402 10:18:08.439"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.506" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.507" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576662207893504","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":373.730000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.507" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.439" endtime="20220402 10:18:08.507"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.508" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576662207893504', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京SGGGGG', 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'categoryName': '花纸', 'settlePrice': 373.73, 'bizOwnerName': '李忠糠', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '707576661176094720', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.507" endtime="20220402 10:18:08.508"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.509" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.508" endtime="20220402 10:18:08.509"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.509" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.509" endtime="20220402 10:18:08.509"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.510" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.510" endtime="20220402 10:18:08.510"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.511" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.510" endtime="20220402 10:18:08.511"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:08.437" endtime="20220402 10:18:08.511" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t3" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.512" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.512" endtime="20220402 10:18:08.513"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:08.587" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.587" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"logId":"707576651063627776","orderId":"707576650790998016","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"下单","remark":null},{"logId":"707576654498762752","orderId":"707576650790998016","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"订单预约","remark":null},{"logId":"707576659917803520","orderId":"707576650790998016","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"疑似重复订单","remark":"2022-04-02,疑似重复订单为: "},{"logId":"707576661486473216","orderId":"707576650790998016","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传磅单信息","remark":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:08.588" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.513" endtime="20220402 10:18:08.588"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.588" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '707576651063627776', 'orderId': '707576650790998016', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}, {'logId': '707576654498762752', 'orderId': '707576650790998016', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}, {'logId': '707576659917803520', 'orderId': '707576650790998016', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '疑似重复订单', 'remark': '2022-04-02,疑似重复订单为: '}, {'logId': '707576661486473216', 'orderId': '707576650790998016', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传磅单信息', 'remark': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.588" endtime="20220402 10:18:08.589"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:08.511" endtime="20220402 10:18:08.589" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t4" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:08.590" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.590" endtime="20220402 10:18:08.591"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.516" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:10.517" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:10 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576662207893504","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576662249836544","driverName":null,"plateNumber":"京SGGGGG","netWeight":300.000,"settleWeight":230.000,"deductedWeight":70.000,"deductedWeightPoint":0.000,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":373.730000,"adjustmentFee":0.000,"unitSurcharge":0.020000,"receivablePrice":379.270000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":518.67,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.230,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":100.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:10.517" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:08.591" endtime="20220402 10:18:10.517"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.518" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576662207893504', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576662249836544', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 300.0, 'settleWeight': 230.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 0.0, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 373.73, 'adjustmentFee': 0.0, 'unitSurcharge': 0.02, 'receivablePrice': 379.27, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 518.67, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 100.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.517" endtime="20220402 10:18:10.518"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.519" level="INFO">${auditRequestItemId} = 707576662249836544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.519" endtime="20220402 10:18:10.519"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.520" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.519" endtime="20220402 10:18:10.520"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.521" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.520" endtime="20220402 10:18:10.521"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.521" level="INFO">${netWeight} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.521" endtime="20220402 10:18:10.521"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.522" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.522" endtime="20220402 10:18:10.522"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.523" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.522" endtime="20220402 10:18:10.523"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.523" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.523" endtime="20220402 10:18:10.523"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.524" level="INFO">${surcharge1} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.524" endtime="20220402 10:18:10.524"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.525" level="INFO">${surcharge2} = 4.6000000000000005</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.524" endtime="20220402 10:18:10.525"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.525" level="INFO">${surcharge} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.525" endtime="20220402 10:18:10.525"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.526" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.526" endtime="20220402 10:18:10.526"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.527" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.526" endtime="20220402 10:18:10.527"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.527" level="INFO">${auditRequestItemId} = 707576662249836544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.527" endtime="20220402 10:18:10.527"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.528" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.527" endtime="20220402 10:18:10.528"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.528" level="INFO">${netWeight} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.528" endtime="20220402 10:18:10.528"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.529" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.529" endtime="20220402 10:18:10.529"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.529" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.529" endtime="20220402 10:18:10.529"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.530" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.530" endtime="20220402 10:18:10.530"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.530" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.530" endtime="20220402 10:18:10.531"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.531" level="INFO">${surcharge} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.531" endtime="20220402 10:18:10.531"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.532" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.531" endtime="20220402 10:18:10.532"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:08.589" endtime="20220402 10:18:10.532" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t5" name="order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.533" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.533" endtime="20220402 10:18:10.533"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.534" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.534" endtime="20220402 10:18:10.534"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.535" level="INFO">${data} = { "auditRequestItemId":"707576662249836544", "categoryName":"花纸", "netWeight":"300.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.534" endtime="20220402 10:18:10.535"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:10.940" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '559'}
|
|
body=b'{ "auditRequestItemId":"707576662249836544", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"300.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"230.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.01", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:10.940" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:10 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:10.940" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.536" endtime="20220402 10:18:10.940"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:10.940" endtime="20220402 10:18:10.941"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:10.532" endtime="20220402 10:18:10.941" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t6" name="get_order-log-detail2">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:10.943" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.942" endtime="20220402 10:18:10.943"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId} &operationStatus=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.012" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720%20&operationStatus=2
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720%20&operationStatus=2
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.012" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720%20&operationStatus=2
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:11 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.012" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:10.943" endtime="20220402 10:18:11.012"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.013" level="INFO">{'code': 0, 'message': 'successful', 'data': []}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.013" endtime="20220402 10:18:11.013"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:11.013" endtime="20220402 10:18:11.014"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:10.942" endtime="20220402 10:18:11.014" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t7" name="重复执行驳回上传磅单">
|
|
<kw name="${items} IN RANGE [ 2 ]" type="for">
|
|
<kw name="${items} = 0" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.017" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.017" endtime="20220402 10:18:11.018"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.098" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.098" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:11 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576662207893504","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":373.730000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.098" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.018" endtime="20220402 10:18:11.098"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.099" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.099" endtime="20220402 10:18:11.100"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.100" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.100" endtime="20220402 10:18:11.100"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.101" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.100" endtime="20220402 10:18:11.101"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.101" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.101" endtime="20220402 10:18:11.101"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.017" endtime="20220402 10:18:11.101"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.016" endtime="20220402 10:18:11.101"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.103" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.102" endtime="20220402 10:18:11.103"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.319" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.319" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576662207893504/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:11 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576662207893504","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576662249836544","driverName":null,"plateNumber":"京SGGGGG","netWeight":300.000,"settleWeight":230.000,"deductedWeight":70.000,"deductedWeightPoint":23.330,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":373.730000,"adjustmentFee":0.000,"unitSurcharge":0.020000,"receivablePrice":379.270000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":518.67,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.230,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":100.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.320" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.103" endtime="20220402 10:18:11.320"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.321" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576662207893504', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576662249836544', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 300.0, 'settleWeight': 230.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 23.33, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 373.73, 'adjustmentFee': 0.0, 'unitSurcharge': 0.02, 'receivablePrice': 379.27, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 518.67, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.23, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.23, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 100.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.320" endtime="20220402 10:18:11.321"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.322" level="INFO">${auditRequestItemId} = 707576662249836544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.321" endtime="20220402 10:18:11.322"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.322" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.322" endtime="20220402 10:18:11.322"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.323" level="INFO">${paperCategoryId} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.322" endtime="20220402 10:18:11.323"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.324" level="INFO">${netWeight} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.323" endtime="20220402 10:18:11.324"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.325" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.324" endtime="20220402 10:18:11.325"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.326" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.325" endtime="20220402 10:18:11.326"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.327" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.326" endtime="20220402 10:18:11.327"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.328" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.327" endtime="20220402 10:18:11.328"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.328" level="INFO">${surcharge1} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.328" endtime="20220402 10:18:11.328"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.329" level="INFO">${surcharge2} = 4.6000000000000005</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.329" endtime="20220402 10:18:11.329"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.330" level="INFO">${surcharge} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.329" endtime="20220402 10:18:11.330"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.330" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.330" endtime="20220402 10:18:11.330"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.331" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.330" endtime="20220402 10:18:11.331"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.331" level="INFO">${auditRequestItemId} = 707576662249836544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.331" endtime="20220402 10:18:11.331"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.332" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.332" endtime="20220402 10:18:11.332"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.332" level="INFO">${netWeight} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.332" endtime="20220402 10:18:11.332"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.333" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.332" endtime="20220402 10:18:11.333"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.333" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.333" endtime="20220402 10:18:11.333"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.334" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.333" endtime="20220402 10:18:11.334"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.334" level="INFO">${paperCategoryId} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.334" endtime="20220402 10:18:11.334"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.335" level="INFO">${surcharge} = 6.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.334" endtime="20220402 10:18:11.335"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.335" level="INFO">${auditRequestId} = 707576662207893504</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.335" endtime="20220402 10:18:11.335"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.102" endtime="20220402 10:18:11.335"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.102" endtime="20220402 10:18:11.335"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:11.337" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.337" endtime="20220402 10:18:11.337"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.338" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.337" endtime="20220402 10:18:11.338"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.338" level="INFO">${data} = { "auditRequestId":"707576662207893504", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.338" endtime="20220402 10:18:11.338"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:11.499" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576662207893504", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.499" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:11 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:11.500" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.339" endtime="20220402 10:18:11.500"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.336" endtime="20220402 10:18:11.500"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.336" endtime="20220402 10:18:11.500"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.335" endtime="20220402 10:18:11.500"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.501" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:11.500" endtime="20220402 10:18:12.501"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取磅单详情</arg>
|
|
</arguments>
|
|
<kw name="获取磅单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.503" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.502" endtime="20220402 10:18:12.503"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.691" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:12.691" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:12 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":0.000,"unitSurcharge":0.020000,"surcharge":6.000000,"unitPrice":1.6500000,"weightnoteInfo":{"id":"707576661176094720","orderId":"707576650790998016","orderItemId":"707576650832941056","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6500000,"netWeight":300.000,"settleWeight":230.000,"deductedPoint":23.330,"settlePrice":373.730,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"]},"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":373.73,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.230,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.230,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.230,"unit":0.001000,"unitType":1}],"deductionNotes":"2022-04-02","totalOtherAmount":-0.230000000,"paymentType":null,"activityNoteStatus":0,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试","warehouseName":null,"publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.650000,"settleUnitPriceIncludeTax":2.040120,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.46,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":100.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:12.691" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.503" endtime="20220402 10:18:12.691"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.692" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.692" endtime="20220402 10:18:12.692"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.693" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.693" endtime="20220402 10:18:12.693"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.694" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.693" endtime="20220402 10:18:12.694"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.694" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.694" endtime="20220402 10:18:12.694"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.695" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.695" endtime="20220402 10:18:12.695"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.696" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.695" endtime="20220402 10:18:12.696"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>millSupplierId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.696" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.696" endtime="20220402 10:18:12.696"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillSupplierName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.697" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.696" endtime="20220402 10:18:12.697"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.697" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.697" endtime="20220402 10:18:12.698"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${unitSurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.698" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.698" endtime="20220402 10:18:12.698"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.699" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.698" endtime="20220402 10:18:12.699"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.700" level="INFO">${磅单id} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.699" endtime="20220402 10:18:12.700"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.700" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.700" endtime="20220402 10:18:12.700"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.701" level="INFO">${receivableAdjustMoney} = 100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.700" endtime="20220402 10:18:12.701"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>adjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.701" level="INFO">${adjustMoney} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.701" endtime="20220402 10:18:12.702"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${receivableAdjustMoney}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.702" level="INFO">${receivableAdjustMoney} = 100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.702" endtime="20220402 10:18:12.702"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${adjustMoney}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${adjustMoney}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.703" level="INFO">${adjustMoney} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.702" endtime="20220402 10:18:12.703"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.703" level="INFO">${settleUtiPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.703" endtime="20220402 10:18:12.703"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.704" level="INFO">${netWeight} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.703" endtime="20220402 10:18:12.704"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.704" level="INFO">${settleWeight} = 230.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.704" endtime="20220402 10:18:12.704"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+30</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.705" level="INFO">${netWeight1} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.705" endtime="20220402 10:18:12.705"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:12.705" endtime="20220402 10:18:12.705"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}+30</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.706" level="INFO">${settleWeight1} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.705" endtime="20220402 10:18:12.706"></status>
|
|
</kw>
|
|
<kw name="${结算重量index} IN RANGE [ ${settleWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:12.706" endtime="20220402 10:18:12.706"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.706" level="INFO">${unitSurcharge1} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.706" endtime="20220402 10:18:12.706"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.707" endtime="20220402 10:18:12.707"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.706" endtime="20220402 10:18:12.707"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.707" endtime="20220402 10:18:12.707"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.707" endtime="20220402 10:18:12.707"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.708" endtime="20220402 10:18:12.708"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.708" endtime="20220402 10:18:12.708"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.708" endtime="20220402 10:18:12.709"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.708" endtime="20220402 10:18:12.709"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.709" endtime="20220402 10:18:12.709"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.709" endtime="20220402 10:18:12.709"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.709" endtime="20220402 10:18:12.710"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.709" endtime="20220402 10:18:12.710"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.710" endtime="20220402 10:18:12.710"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.710" endtime="20220402 10:18:12.710"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.710" endtime="20220402 10:18:12.711"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.710" endtime="20220402 10:18:12.711"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.711" endtime="20220402 10:18:12.711"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.711" endtime="20220402 10:18:12.711"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.711" endtime="20220402 10:18:12.712"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.711" endtime="20220402 10:18:12.712"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.712" endtime="20220402 10:18:12.712"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.712" endtime="20220402 10:18:12.712"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.713" endtime="20220402 10:18:12.715"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.712" endtime="20220402 10:18:12.715"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.715" endtime="20220402 10:18:12.715"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.715" endtime="20220402 10:18:12.715"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.715" endtime="20220402 10:18:12.716"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.715" endtime="20220402 10:18:12.716"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.716" endtime="20220402 10:18:12.716"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.716" endtime="20220402 10:18:12.716"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.716" endtime="20220402 10:18:12.717"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.716" endtime="20220402 10:18:12.717"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.717" endtime="20220402 10:18:12.717"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.717" endtime="20220402 10:18:12.717"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.718" endtime="20220402 10:18:12.718"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.717" endtime="20220402 10:18:12.718"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.718" endtime="20220402 10:18:12.718"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.718" endtime="20220402 10:18:12.718"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.719" endtime="20220402 10:18:12.719"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.719" endtime="20220402 10:18:12.719"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.719" endtime="20220402 10:18:12.719"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.719" endtime="20220402 10:18:12.720"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.720" endtime="20220402 10:18:12.720"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.720" endtime="20220402 10:18:12.720"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.720" endtime="20220402 10:18:12.721"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.720" endtime="20220402 10:18:12.721"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.721" endtime="20220402 10:18:12.721"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.721" endtime="20220402 10:18:12.721"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.721" endtime="20220402 10:18:12.722"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.721" endtime="20220402 10:18:12.722"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.722" endtime="20220402 10:18:12.722"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.722" endtime="20220402 10:18:12.722"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.722" endtime="20220402 10:18:12.723"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.722" endtime="20220402 10:18:12.723"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.723" endtime="20220402 10:18:12.723"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.723" endtime="20220402 10:18:12.723"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.724" endtime="20220402 10:18:12.724"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.723" endtime="20220402 10:18:12.724"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.724" endtime="20220402 10:18:12.725"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.724" endtime="20220402 10:18:12.725"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.725" endtime="20220402 10:18:12.725"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.725" endtime="20220402 10:18:12.725"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.725" endtime="20220402 10:18:12.726"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.725" endtime="20220402 10:18:12.726"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.726" endtime="20220402 10:18:12.726"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.726" endtime="20220402 10:18:12.726"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.727" endtime="20220402 10:18:12.727"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.726" endtime="20220402 10:18:12.727"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.727" endtime="20220402 10:18:12.727"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.727" endtime="20220402 10:18:12.727"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.728" endtime="20220402 10:18:12.728"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.728" endtime="20220402 10:18:12.728"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.728" endtime="20220402 10:18:12.729"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.728" endtime="20220402 10:18:12.729"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.729" endtime="20220402 10:18:12.729"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.729" endtime="20220402 10:18:12.729"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.729" endtime="20220402 10:18:12.730"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.729" endtime="20220402 10:18:12.730"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.730" endtime="20220402 10:18:12.730"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.730" endtime="20220402 10:18:12.730"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.731" endtime="20220402 10:18:12.731"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.730" endtime="20220402 10:18:12.731"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.731" endtime="20220402 10:18:12.731"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.731" endtime="20220402 10:18:12.731"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.732" endtime="20220402 10:18:12.732"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.732" endtime="20220402 10:18:12.732"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.732" endtime="20220402 10:18:12.733"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.732" endtime="20220402 10:18:12.733"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.733" endtime="20220402 10:18:12.733"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.733" endtime="20220402 10:18:12.733"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.733" endtime="20220402 10:18:12.734"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.733" endtime="20220402 10:18:12.734"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.734" endtime="20220402 10:18:12.734"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.734" endtime="20220402 10:18:12.734"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.735" endtime="20220402 10:18:12.735"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.735" endtime="20220402 10:18:12.735"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.735" endtime="20220402 10:18:12.736"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.735" endtime="20220402 10:18:12.736"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.736" endtime="20220402 10:18:12.736"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.736" endtime="20220402 10:18:12.736"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.736" endtime="20220402 10:18:12.737"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.736" endtime="20220402 10:18:12.737"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.737" endtime="20220402 10:18:12.738"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.737" endtime="20220402 10:18:12.738"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.738" endtime="20220402 10:18:12.738"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.738" endtime="20220402 10:18:12.738"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.738" endtime="20220402 10:18:12.739"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.738" endtime="20220402 10:18:12.739"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.739" endtime="20220402 10:18:12.739"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.739" endtime="20220402 10:18:12.739"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.740" endtime="20220402 10:18:12.740"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.739" endtime="20220402 10:18:12.740"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.740" endtime="20220402 10:18:12.740"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.740" endtime="20220402 10:18:12.741"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.741" endtime="20220402 10:18:12.741"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.741" endtime="20220402 10:18:12.741"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.741" endtime="20220402 10:18:12.742"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.741" endtime="20220402 10:18:12.742"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.742" endtime="20220402 10:18:12.742"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.742" endtime="20220402 10:18:12.742"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.742" endtime="20220402 10:18:12.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.742" endtime="20220402 10:18:12.743"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.743" endtime="20220402 10:18:12.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.743" endtime="20220402 10:18:12.743"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.744" endtime="20220402 10:18:12.744"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.743" endtime="20220402 10:18:12.744"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.744" endtime="20220402 10:18:12.744"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.744" endtime="20220402 10:18:12.744"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.745" endtime="20220402 10:18:12.745"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.745" endtime="20220402 10:18:12.745"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.745" endtime="20220402 10:18:12.746"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.745" endtime="20220402 10:18:12.746"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.746" endtime="20220402 10:18:12.746"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.746" endtime="20220402 10:18:12.746"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.747" endtime="20220402 10:18:12.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.746" endtime="20220402 10:18:12.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.747" endtime="20220402 10:18:12.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.747" endtime="20220402 10:18:12.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.748" endtime="20220402 10:18:12.748"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.748" endtime="20220402 10:18:12.748"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.748" endtime="20220402 10:18:12.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.748" endtime="20220402 10:18:12.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.749" endtime="20220402 10:18:12.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.749" endtime="20220402 10:18:12.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.750" endtime="20220402 10:18:12.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.750" endtime="20220402 10:18:12.750"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.750" endtime="20220402 10:18:12.751"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.750" endtime="20220402 10:18:12.751"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.751" endtime="20220402 10:18:12.751"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.751" endtime="20220402 10:18:12.751"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.752" endtime="20220402 10:18:12.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.751" endtime="20220402 10:18:12.752"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.752" endtime="20220402 10:18:12.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.752" endtime="20220402 10:18:12.752"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.753" endtime="20220402 10:18:12.753"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.753" endtime="20220402 10:18:12.753"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.753" endtime="20220402 10:18:12.754"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.753" endtime="20220402 10:18:12.754"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.754" endtime="20220402 10:18:12.754"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.754" endtime="20220402 10:18:12.754"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.754" endtime="20220402 10:18:12.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.754" endtime="20220402 10:18:12.755"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.755" endtime="20220402 10:18:12.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.755" endtime="20220402 10:18:12.755"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.756" endtime="20220402 10:18:12.756"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.755" endtime="20220402 10:18:12.756"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.756" endtime="20220402 10:18:12.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.756" endtime="20220402 10:18:12.757"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.757" endtime="20220402 10:18:12.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.757" endtime="20220402 10:18:12.757"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.757" endtime="20220402 10:18:12.758"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.757" endtime="20220402 10:18:12.758"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.758" endtime="20220402 10:18:12.758"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.758" endtime="20220402 10:18:12.758"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.758" endtime="20220402 10:18:12.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.758" endtime="20220402 10:18:12.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.759" endtime="20220402 10:18:12.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.759" endtime="20220402 10:18:12.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.760" endtime="20220402 10:18:12.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.759" endtime="20220402 10:18:12.760"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.760" endtime="20220402 10:18:12.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.760" endtime="20220402 10:18:12.761"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.761" endtime="20220402 10:18:12.761"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.761" endtime="20220402 10:18:12.761"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.762" endtime="20220402 10:18:12.762"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.761" endtime="20220402 10:18:12.762"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.762" endtime="20220402 10:18:12.763"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.762" endtime="20220402 10:18:12.763"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.763" endtime="20220402 10:18:12.763"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.763" endtime="20220402 10:18:12.763"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.764" endtime="20220402 10:18:12.764"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.764" endtime="20220402 10:18:12.764"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.764" endtime="20220402 10:18:12.765"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.764" endtime="20220402 10:18:12.765"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.765" endtime="20220402 10:18:12.765"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.765" endtime="20220402 10:18:12.765"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.766" endtime="20220402 10:18:12.766"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.765" endtime="20220402 10:18:12.766"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.766" endtime="20220402 10:18:12.766"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.766" endtime="20220402 10:18:12.767"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.706" endtime="20220402 10:18:12.767"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}+0.1</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.767" level="INFO">${settleUtiPrice1} = 1.75</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.767" endtime="20220402 10:18:12.767"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} IN RANGE [ ${settleUtiPrice} | 100 ]" type="for">
|
|
<kw name="${结算单价index} = 1.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.767" endtime="20220402 10:18:12.768"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.767" endtime="20220402 10:18:12.768"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 2.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.768" endtime="20220402 10:18:12.768"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.768" endtime="20220402 10:18:12.768"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 3.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.769" endtime="20220402 10:18:12.769"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.769" endtime="20220402 10:18:12.769"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 4.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.769" endtime="20220402 10:18:12.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.769" endtime="20220402 10:18:12.770"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 5.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.770" endtime="20220402 10:18:12.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.770" endtime="20220402 10:18:12.770"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 6.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.771" endtime="20220402 10:18:12.771"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.770" endtime="20220402 10:18:12.771"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 7.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.771" endtime="20220402 10:18:12.772"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.771" endtime="20220402 10:18:12.772"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 8.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.772" endtime="20220402 10:18:12.772"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.772" endtime="20220402 10:18:12.772"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 9.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.772" endtime="20220402 10:18:12.773"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.772" endtime="20220402 10:18:12.773"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 10.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.773" endtime="20220402 10:18:12.773"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.773" endtime="20220402 10:18:12.773"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 11.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.774" endtime="20220402 10:18:12.774"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.773" endtime="20220402 10:18:12.774"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 12.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.774" endtime="20220402 10:18:12.775"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.774" endtime="20220402 10:18:12.775"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 13.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.775" endtime="20220402 10:18:12.775"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.775" endtime="20220402 10:18:12.775"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 14.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.775" endtime="20220402 10:18:12.776"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.775" endtime="20220402 10:18:12.776"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 15.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.776" endtime="20220402 10:18:12.776"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.776" endtime="20220402 10:18:12.776"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 16.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.777" endtime="20220402 10:18:12.777"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.777" endtime="20220402 10:18:12.777"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 17.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.777" endtime="20220402 10:18:12.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.777" endtime="20220402 10:18:12.778"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 18.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.778" endtime="20220402 10:18:12.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.778" endtime="20220402 10:18:12.778"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 19.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.778" endtime="20220402 10:18:12.779"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.778" endtime="20220402 10:18:12.779"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 20.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.779" endtime="20220402 10:18:12.779"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.779" endtime="20220402 10:18:12.779"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 21.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.780" endtime="20220402 10:18:12.780"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.780" endtime="20220402 10:18:12.780"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 22.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.780" endtime="20220402 10:18:12.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.780" endtime="20220402 10:18:12.781"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 23.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.781" endtime="20220402 10:18:12.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.781" endtime="20220402 10:18:12.781"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 24.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.781" endtime="20220402 10:18:12.782"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.781" endtime="20220402 10:18:12.782"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 25.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.782" endtime="20220402 10:18:12.782"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.782" endtime="20220402 10:18:12.782"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 26.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.783" endtime="20220402 10:18:12.783"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.782" endtime="20220402 10:18:12.783"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 27.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.783" endtime="20220402 10:18:12.784"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.783" endtime="20220402 10:18:12.784"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 28.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.784" endtime="20220402 10:18:12.784"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.784" endtime="20220402 10:18:12.784"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 29.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.784" endtime="20220402 10:18:12.785"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.784" endtime="20220402 10:18:12.785"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 30.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.785" endtime="20220402 10:18:12.785"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.785" endtime="20220402 10:18:12.785"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 31.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.786" endtime="20220402 10:18:12.786"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.785" endtime="20220402 10:18:12.786"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 32.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.786" endtime="20220402 10:18:12.787"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.786" endtime="20220402 10:18:12.787"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 33.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.787" endtime="20220402 10:18:12.787"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.787" endtime="20220402 10:18:12.787"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 34.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.788" endtime="20220402 10:18:12.788"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.788" endtime="20220402 10:18:12.788"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 35.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.788" endtime="20220402 10:18:12.789"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.788" endtime="20220402 10:18:12.789"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 36.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.789" endtime="20220402 10:18:12.789"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.789" endtime="20220402 10:18:12.789"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 37.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.789" endtime="20220402 10:18:12.790"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.789" endtime="20220402 10:18:12.790"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 38.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.790" endtime="20220402 10:18:12.791"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.790" endtime="20220402 10:18:12.791"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 39.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.791" endtime="20220402 10:18:12.791"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.791" endtime="20220402 10:18:12.791"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 40.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.791" endtime="20220402 10:18:12.792"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.791" endtime="20220402 10:18:12.792"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 41.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.792" endtime="20220402 10:18:12.792"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.792" endtime="20220402 10:18:12.792"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 42.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.793" endtime="20220402 10:18:12.793"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.793" endtime="20220402 10:18:12.793"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 43.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.793" endtime="20220402 10:18:12.794"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.793" endtime="20220402 10:18:12.794"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 44.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.794" endtime="20220402 10:18:12.794"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.794" endtime="20220402 10:18:12.794"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 45.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.794" endtime="20220402 10:18:12.795"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.794" endtime="20220402 10:18:12.795"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 46.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.795" endtime="20220402 10:18:12.795"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.795" endtime="20220402 10:18:12.795"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 47.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.796" endtime="20220402 10:18:12.796"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.796" endtime="20220402 10:18:12.796"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 48.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.796" endtime="20220402 10:18:12.797"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.796" endtime="20220402 10:18:12.797"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 49.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.797" endtime="20220402 10:18:12.797"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.797" endtime="20220402 10:18:12.797"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 50.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.797" endtime="20220402 10:18:12.798"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.797" endtime="20220402 10:18:12.798"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 51.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.798" endtime="20220402 10:18:12.798"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.798" endtime="20220402 10:18:12.799"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 52.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.799" endtime="20220402 10:18:12.799"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.799" endtime="20220402 10:18:12.799"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 53.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.800" endtime="20220402 10:18:12.800"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.799" endtime="20220402 10:18:12.800"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 54.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.800" endtime="20220402 10:18:12.801"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.800" endtime="20220402 10:18:12.801"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 55.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.801" endtime="20220402 10:18:12.801"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.801" endtime="20220402 10:18:12.801"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 56.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.801" endtime="20220402 10:18:12.802"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.801" endtime="20220402 10:18:12.802"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 57.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.802" endtime="20220402 10:18:12.802"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.802" endtime="20220402 10:18:12.803"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 58.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.803" endtime="20220402 10:18:12.803"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.803" endtime="20220402 10:18:12.803"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 59.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.803" endtime="20220402 10:18:12.804"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.803" endtime="20220402 10:18:12.804"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 60.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.804" endtime="20220402 10:18:12.804"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.804" endtime="20220402 10:18:12.804"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 61.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.805" endtime="20220402 10:18:12.805"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.804" endtime="20220402 10:18:12.805"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 62.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.805" endtime="20220402 10:18:12.806"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.805" endtime="20220402 10:18:12.806"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 63.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.806" endtime="20220402 10:18:12.806"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.806" endtime="20220402 10:18:12.806"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 64.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.806" endtime="20220402 10:18:12.807"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.806" endtime="20220402 10:18:12.807"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 65.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.807" endtime="20220402 10:18:12.807"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.807" endtime="20220402 10:18:12.807"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 66.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.808" endtime="20220402 10:18:12.808"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.807" endtime="20220402 10:18:12.808"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 67.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.808" endtime="20220402 10:18:12.808"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.808" endtime="20220402 10:18:12.809"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 68.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.809" endtime="20220402 10:18:12.809"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.809" endtime="20220402 10:18:12.809"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 69.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.809" endtime="20220402 10:18:12.810"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.809" endtime="20220402 10:18:12.810"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 70.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.810" endtime="20220402 10:18:12.810"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.810" endtime="20220402 10:18:12.810"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 71.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.811" endtime="20220402 10:18:12.811"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.810" endtime="20220402 10:18:12.811"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 72.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.811" endtime="20220402 10:18:12.812"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.811" endtime="20220402 10:18:12.812"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 73.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.812" endtime="20220402 10:18:12.812"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.812" endtime="20220402 10:18:12.812"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 74.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.813" endtime="20220402 10:18:12.813"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.812" endtime="20220402 10:18:12.813"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 75.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.813" endtime="20220402 10:18:12.814"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.813" endtime="20220402 10:18:12.814"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 76.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.814" endtime="20220402 10:18:12.814"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.814" endtime="20220402 10:18:12.814"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 77.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.814" endtime="20220402 10:18:12.815"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.814" endtime="20220402 10:18:12.815"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 78.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.815" endtime="20220402 10:18:12.815"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.815" endtime="20220402 10:18:12.816"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 79.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.816" endtime="20220402 10:18:12.816"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.816" endtime="20220402 10:18:12.816"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 80.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.816" endtime="20220402 10:18:12.817"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.816" endtime="20220402 10:18:12.817"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 81.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.817" endtime="20220402 10:18:12.817"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.817" endtime="20220402 10:18:12.817"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 82.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.818" endtime="20220402 10:18:12.818"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.818" endtime="20220402 10:18:12.818"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 83.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.818" endtime="20220402 10:18:12.819"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.818" endtime="20220402 10:18:12.819"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 84.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.819" endtime="20220402 10:18:12.819"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.819" endtime="20220402 10:18:12.819"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 85.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.820" endtime="20220402 10:18:12.820"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.819" endtime="20220402 10:18:12.820"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 86.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.820" endtime="20220402 10:18:12.821"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.820" endtime="20220402 10:18:12.821"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 87.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.821" endtime="20220402 10:18:12.821"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.821" endtime="20220402 10:18:12.821"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 88.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.822" endtime="20220402 10:18:12.822"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.821" endtime="20220402 10:18:12.822"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 89.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.822" endtime="20220402 10:18:12.823"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.822" endtime="20220402 10:18:12.823"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 90.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.823" endtime="20220402 10:18:12.823"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.823" endtime="20220402 10:18:12.823"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 91.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.824" endtime="20220402 10:18:12.824"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.823" endtime="20220402 10:18:12.824"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 92.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.824" endtime="20220402 10:18:12.825"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.824" endtime="20220402 10:18:12.825"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 93.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.825" endtime="20220402 10:18:12.825"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.825" endtime="20220402 10:18:12.825"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 94.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.826" endtime="20220402 10:18:12.826"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.825" endtime="20220402 10:18:12.826"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 95.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.826" endtime="20220402 10:18:12.827"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.826" endtime="20220402 10:18:12.827"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 96.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.827" endtime="20220402 10:18:12.827"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.827" endtime="20220402 10:18:12.827"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 97.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.828" endtime="20220402 10:18:12.828"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.827" endtime="20220402 10:18:12.828"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 98.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.828" endtime="20220402 10:18:12.828"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.828" endtime="20220402 10:18:12.828"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 99.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.829" endtime="20220402 10:18:12.829"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.829" endtime="20220402 10:18:12.829"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.767" endtime="20220402 10:18:12.829"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}+10</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.830" level="INFO">${receivableAdjustMoney1} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.829" endtime="20220402 10:18:12.830"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} IN RANGE [ ${receivableAdjustMoney} | 500 ]" type="for">
|
|
<kw name="${应收调节费index} = 100.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.830" endtime="20220402 10:18:12.830"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.830" endtime="20220402 10:18:12.830"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 101.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.831" endtime="20220402 10:18:12.831"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.831" endtime="20220402 10:18:12.831"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 102.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.831" endtime="20220402 10:18:12.832"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.831" endtime="20220402 10:18:12.832"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 103.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.832" endtime="20220402 10:18:12.832"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.832" endtime="20220402 10:18:12.832"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 104.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.832" endtime="20220402 10:18:12.833"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.832" endtime="20220402 10:18:12.833"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 105.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.833" endtime="20220402 10:18:12.833"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.833" endtime="20220402 10:18:12.833"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 106.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.833" endtime="20220402 10:18:12.834"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.833" endtime="20220402 10:18:12.834"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 107.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.834" endtime="20220402 10:18:12.834"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.834" endtime="20220402 10:18:12.834"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 108.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.835" endtime="20220402 10:18:12.835"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.834" endtime="20220402 10:18:12.835"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 109.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.835" endtime="20220402 10:18:12.835"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.835" endtime="20220402 10:18:12.835"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 110.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.836" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.836" endtime="20220402 10:18:12.836"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.836" endtime="20220402 10:18:12.836"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.830" endtime="20220402 10:18:12.836"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}+10</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.837" level="INFO">${adjustMoney1} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.836" endtime="20220402 10:18:12.837"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} IN RANGE [ ${adjustMoney} | 500 ]" type="for">
|
|
<kw name="${应收调节费index} = 0.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.837" endtime="20220402 10:18:12.838"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.837" endtime="20220402 10:18:12.838"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 1.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.838" endtime="20220402 10:18:12.838"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.838" endtime="20220402 10:18:12.838"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 2.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.839" endtime="20220402 10:18:12.839"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.838" endtime="20220402 10:18:12.839"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 3.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.839" endtime="20220402 10:18:12.839"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.839" endtime="20220402 10:18:12.839"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 4.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.840" endtime="20220402 10:18:12.840"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.839" endtime="20220402 10:18:12.840"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 5.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.840" endtime="20220402 10:18:12.841"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.840" endtime="20220402 10:18:12.841"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 6.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.841" endtime="20220402 10:18:12.841"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.841" endtime="20220402 10:18:12.841"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 7.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.841" endtime="20220402 10:18:12.842"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.841" endtime="20220402 10:18:12.842"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 8.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.842" endtime="20220402 10:18:12.842"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.842" endtime="20220402 10:18:12.842"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 9.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:12.842" endtime="20220402 10:18:12.843"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.842" endtime="20220402 10:18:12.843"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 10.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.843" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.843" endtime="20220402 10:18:12.843"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.843" endtime="20220402 10:18:12.843"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.837" endtime="20220402 10:18:12.843"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.844" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.844" endtime="20220402 10:18:12.844"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.844" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.844" endtime="20220402 10:18:12.844"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.845" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.845" endtime="20220402 10:18:12.845"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.845" level="INFO">${settleUtiPrice1} = 1.75</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.845" endtime="20220402 10:18:12.845"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.846" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.846" endtime="20220402 10:18:12.846"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.846" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.846" endtime="20220402 10:18:12.846"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.847" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.847" endtime="20220402 10:18:12.847"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.847" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.847" endtime="20220402 10:18:12.847"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.848" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.847" endtime="20220402 10:18:12.848"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.848" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.848" endtime="20220402 10:18:12.848"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.849" level="INFO">${netWeight1} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.848" endtime="20220402 10:18:12.849"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.849" level="INFO">${settleWeight1} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.849" endtime="20220402 10:18:12.849"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.849" level="INFO">${磅单id} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.849" endtime="20220402 10:18:12.850"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.850" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.850" endtime="20220402 10:18:12.850"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.850" level="INFO">${unitSurcharge1} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.850" endtime="20220402 10:18:12.850"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.851" level="INFO">${adjustMoney1} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.851" endtime="20220402 10:18:12.851"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.851" level="INFO">${receivableAdjustMoney1} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.851" endtime="20220402 10:18:12.851"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.502" endtime="20220402 10:18:12.852"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.501" endtime="20220402 10:18:12.852"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>weightnote</arg>
|
|
</arguments>
|
|
<kw name="weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.853" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.852" endtime="20220402 10:18:12.853"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.854" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.853" endtime="20220402 10:18:12.854"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "deductedPoint":0, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "settleUtiPriceIncludeTax":2.04012, \ \ \ \ "settleUtiPriceIncludeTaxType":1, \ \ \ \ "receivableAdjustMoney":"${receivableAdjustMoney1}", \ \ \ \ "refundSubsidy":0.002, \ \ \ \ "adjustMoney":"${adjustMoney1}", \ \ \ \ "collectionCharges":"${proxyPaySurcharge}", \ \ \ \ "advanceFund":"${advanceFund}", \ \ \ \ "contractId":"${contractId}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "plateNumber":"${carList}", \ \ \ \ "settlePriceIncludeTaxSettleRules":"${settlePriceIncludeTaxSettleRules}", \ \ \ \ "settleUtiPrice":"${settleUtiPrice1}", \ \ \ \ "netWeight":"${netWeight1}", \ \ \ \ "activitySettleType":null, \ \ \ \ "unitSurcharge":"${unitSurcharge1}", \ \ \ \ "deliveryImageUrls":[ \ \ \ \ \ ], \ \ \ \ "publicSubsidies":0, \ \ \ \ "isSubsidyAndDeductIncludeTax":0, \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleWeight":"${settleWeight1}", \ \ \ \ "deductedWeight":2, \ \ \ \ "orderType":"${orderType}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"freightSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"contrabandPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"nonStandardPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ } \ \ \ \ ], \ \ \ \ "id":"${磅单id}" \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:12.857" level="INFO">${data} = { "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.854" endtime="20220402 10:18:12.858"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:12.858" level="INFO">{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"小小", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"110.0", "refundSubsidy":0.002, "adjustMoney":"10.0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"江高仓", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"测试", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"京SGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.75", "netWeight":"330.0", "activitySettleType":null, "unitSurcharge":"0.021", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":"260.0", "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ], "id":"707576661176094720" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.858" endtime="20220402 10:18:12.858"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.087" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '2117'}
|
|
body=b'{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"\xe5\xb0\x8f\xe5\xb0\x8f", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"110.0", "refundSubsidy":0.002, "adjustMoney":"10.0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"\xe4\xba\xacSGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.75", "netWeight":"330.0", "activitySettleType":null, "unitSurcharge":"0.021", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":"260.0", "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ], "id":"707576661176094720" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.088" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576661176094720","contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.088" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:12.858" endtime="20220402 10:18:13.088"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.089" level="INFO">{'weightNoteId': '707576661176094720', 'contractId': '663533697236078592'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.088" endtime="20220402 10:18:13.089"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.090" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.089" endtime="20220402 10:18:13.090"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.090" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.090" endtime="20220402 10:18:13.090"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.091" endtime="20220402 10:18:13.091"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.852" endtime="20220402 10:18:13.091"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:12.852" endtime="20220402 10:18:13.091"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.093" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.092" endtime="20220402 10:18:13.093"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.229" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.229" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.229" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.093" endtime="20220402 10:18:13.229"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.230" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.230" endtime="20220402 10:18:13.230"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.092" endtime="20220402 10:18:13.230"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.091" endtime="20220402 10:18:13.230"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传磅单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传磅单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.232" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.231" endtime="20220402 10:18:13.232"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.378" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.378" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":10.000,"unitSurcharge":0.021000,"surcharge":6.930000,"unitPrice":1.6500000,"weightnoteInfo":{"id":"707576661176094720","orderId":"707576650790998016","orderItemId":"707576650832941056","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6500000,"netWeight":330.000,"settleWeight":260.000,"deductedPoint":0.000,"settlePrice":432.330,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"]},"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":432.33,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.260,"unit":0.001000,"unitType":1}],"deductionNotes":"2022-04-02","totalOtherAmount":-0.260000000,"paymentType":null,"activityNoteStatus":1,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试","warehouseName":null,"publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.650000,"settleUnitPriceIncludeTax":2.040120,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.52,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":110.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.378" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.232" endtime="20220402 10:18:13.378"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUnitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.379" level="INFO">${settleUnitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.379" endtime="20220402 10:18:13.379"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.380" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.380" endtime="20220402 10:18:13.380"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.381" level="INFO">${netWeight} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.380" endtime="20220402 10:18:13.381"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.381" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.381" endtime="20220402 10:18:13.381"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.382" level="INFO">${receivableAdjustMoney} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.382" endtime="20220402 10:18:13.382"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>adjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.383" level="INFO">${adjustMoney} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.382" endtime="20220402 10:18:13.383"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUnitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.383" level="INFO">${settleUnitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.383" endtime="20220402 10:18:13.383"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.384" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.384" endtime="20220402 10:18:13.384"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.385" level="INFO">${netWeight} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.384" endtime="20220402 10:18:13.385"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.385" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.385" endtime="20220402 10:18:13.385"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.386" level="INFO">${receivableAdjustMoney} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.385" endtime="20220402 10:18:13.386"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.386" level="INFO">${adjustMoney} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.386" endtime="20220402 10:18:13.386"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.231" endtime="20220402 10:18:13.386"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.231" endtime="20220402 10:18:13.386"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.388" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.387" endtime="20220402 10:18:13.388"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.502" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.503" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576683728867328","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":432.330,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":330.000,"deductedPoint":0.000,"settleWeight":260.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.021,"adjustMoney":10.000,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":1,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":null,"fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":2.040120,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":110.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":6.930000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.260000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":0.520000000,"isNoPeriodOrder":false,"firstSettlementPrice":432.330000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.503" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.388" endtime="20220402 10:18:13.503"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.504" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576683728867328', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.503" endtime="20220402 10:18:13.504"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.504" endtime="20220402 10:18:13.505"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.505" endtime="20220402 10:18:13.506"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["settleWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.506" endtime="20220402 10:18:13.506"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${settleUnitPrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["settleUtiPrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.506" endtime="20220402 10:18:13.507"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["receivableAdjustMoney"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.507" endtime="20220402 10:18:13.508"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["adjustMoney"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:13.508" endtime="20220402 10:18:13.508"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.387" endtime="20220402 10:18:13.508"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.387" endtime="20220402 10:18:13.508"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.016" endtime="20220402 10:18:13.508"></status>
|
|
</kw>
|
|
<kw name="${items} = 1" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.510" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.509" endtime="20220402 10:18:13.510"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.584" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.584" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576683728867328","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":432.330000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.585" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.510" endtime="20220402 10:18:13.585"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.586" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.585" endtime="20220402 10:18:13.586"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.586" level="INFO">${auditRequestId} = 707576683728867328</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.586" endtime="20220402 10:18:13.586"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.587" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.586" endtime="20220402 10:18:13.587"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.587" level="INFO">${auditRequestId} = 707576683728867328</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.587" endtime="20220402 10:18:13.587"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.509" endtime="20220402 10:18:13.588"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.509" endtime="20220402 10:18:13.588"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.589" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.588" endtime="20220402 10:18:13.589"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.816" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576683728867328/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576683728867328/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.817" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576683728867328/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576683728867328","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576683758227456","driverName":null,"plateNumber":"京SGGGGG","netWeight":330.000,"settleWeight":260.000,"deductedWeight":70.000,"deductedWeightPoint":0.000,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":432.330000,"adjustmentFee":10.000,"unitSurcharge":0.021000,"receivablePrice":428.740000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":583.28,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.260,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":110.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.817" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.589" endtime="20220402 10:18:13.817"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.818" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576683728867328', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576683758227456', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 330.0, 'settleWeight': 260.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 0.0, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 432.33, 'adjustmentFee': 10.0, 'unitSurcharge': 0.021, 'receivablePrice': 428.74, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 583.28, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.26, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.26, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.26, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.26, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.26, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 110.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.817" endtime="20220402 10:18:13.818"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.819" level="INFO">${auditRequestItemId} = 707576683758227456</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.819" endtime="20220402 10:18:13.819"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.820" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.820" endtime="20220402 10:18:13.820"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.821" level="INFO">${paperCategoryId} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.820" endtime="20220402 10:18:13.821"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.821" level="INFO">${netWeight} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.821" endtime="20220402 10:18:13.821"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.822" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.821" endtime="20220402 10:18:13.822"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.823" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.822" endtime="20220402 10:18:13.823"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.823" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.823" endtime="20220402 10:18:13.823"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.824" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.824" endtime="20220402 10:18:13.824"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.825" level="INFO">${surcharge1} = 6.930000000000001</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.824" endtime="20220402 10:18:13.825"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.825" level="INFO">${surcharge2} = 5.46</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.825" endtime="20220402 10:18:13.825"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.826" level="INFO">${surcharge} = 6.930000000000001</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.825" endtime="20220402 10:18:13.826"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.826" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.826" endtime="20220402 10:18:13.826"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.827" level="INFO">${auditRequestId} = 707576683728867328</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.826" endtime="20220402 10:18:13.827"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.827" level="INFO">${auditRequestItemId} = 707576683758227456</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.827" endtime="20220402 10:18:13.828"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.828" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.828" endtime="20220402 10:18:13.828"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.829" level="INFO">${netWeight} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.828" endtime="20220402 10:18:13.829"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.829" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.829" endtime="20220402 10:18:13.829"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.830" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.829" endtime="20220402 10:18:13.830"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.830" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.830" endtime="20220402 10:18:13.830"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.831" level="INFO">${paperCategoryId} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.830" endtime="20220402 10:18:13.831"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.831" level="INFO">${surcharge} = 6.930000000000001</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.831" endtime="20220402 10:18:13.831"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.832" level="INFO">${auditRequestId} = 707576683728867328</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.831" endtime="20220402 10:18:13.832"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.588" endtime="20220402 10:18:13.832"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.588" endtime="20220402 10:18:13.832"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:13.834" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.834" endtime="20220402 10:18:13.834"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.835" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.835" endtime="20220402 10:18:13.835"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.836" level="INFO">${data} = { "auditRequestId":"707576683728867328", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.835" endtime="20220402 10:18:13.836"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:13.982" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576683728867328", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.982" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:13.982" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.836" endtime="20220402 10:18:13.982"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.833" endtime="20220402 10:18:13.982"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.833" endtime="20220402 10:18:13.982"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.832" endtime="20220402 10:18:13.982"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:14.983" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:13.983" endtime="20220402 10:18:14.983"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取磅单详情</arg>
|
|
</arguments>
|
|
<kw name="获取磅单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:14.985" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:14.984" endtime="20220402 10:18:14.985"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.169" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.170" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":10.000,"unitSurcharge":0.021000,"surcharge":6.930000,"unitPrice":1.6500000,"weightnoteInfo":{"id":"707576661176094720","orderId":"707576650790998016","orderItemId":"707576650832941056","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6500000,"netWeight":330.000,"settleWeight":260.000,"deductedPoint":0.000,"settlePrice":432.330,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"]},"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":432.33,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.260,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.260,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.260,"unit":0.001000,"unitType":1}],"deductionNotes":"2022-04-02","totalOtherAmount":-0.260000000,"paymentType":null,"activityNoteStatus":0,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试","warehouseName":null,"publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.650000,"settleUnitPriceIncludeTax":2.040120,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.52,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":110.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.170" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:14.985" endtime="20220402 10:18:15.170"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.171" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.170" endtime="20220402 10:18:15.171"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.172" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.171" endtime="20220402 10:18:15.172"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.172" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.172" endtime="20220402 10:18:15.173"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.173" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.173" endtime="20220402 10:18:15.173"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.174" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.173" endtime="20220402 10:18:15.174"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.174" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.174" endtime="20220402 10:18:15.175"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>millSupplierId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.175" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.175" endtime="20220402 10:18:15.175"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillSupplierName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.176" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.175" endtime="20220402 10:18:15.176"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.176" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.176" endtime="20220402 10:18:15.176"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${unitSurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.177" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.177" endtime="20220402 10:18:15.177"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.178" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.178" endtime="20220402 10:18:15.178"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.179" level="INFO">${磅单id} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.178" endtime="20220402 10:18:15.179"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.179" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.179" endtime="20220402 10:18:15.179"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.180" level="INFO">${receivableAdjustMoney} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.180" endtime="20220402 10:18:15.180"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>adjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.181" level="INFO">${adjustMoney} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.180" endtime="20220402 10:18:15.181"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${receivableAdjustMoney}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.181" level="INFO">${receivableAdjustMoney} = 110.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.181" endtime="20220402 10:18:15.182"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${adjustMoney}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${adjustMoney}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.182" level="INFO">${adjustMoney} = 10.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.182" endtime="20220402 10:18:15.182"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.183" level="INFO">${settleUtiPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.183" endtime="20220402 10:18:15.183"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.184" level="INFO">${netWeight} = 330.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.183" endtime="20220402 10:18:15.184"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.185" level="INFO">${settleWeight} = 260.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.184" endtime="20220402 10:18:15.185"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+30</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.185" level="INFO">${netWeight1} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.185" endtime="20220402 10:18:15.185"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:15.185" endtime="20220402 10:18:15.186"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}+30</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.186" level="INFO">${settleWeight1} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.186" endtime="20220402 10:18:15.186"></status>
|
|
</kw>
|
|
<kw name="${结算重量index} IN RANGE [ ${settleWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:15.186" endtime="20220402 10:18:15.186"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.187" level="INFO">${unitSurcharge1} = 0.022000000000000002</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.187" endtime="20220402 10:18:15.187"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.187" endtime="20220402 10:18:15.188"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.187" endtime="20220402 10:18:15.188"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.188" endtime="20220402 10:18:15.188"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.188" endtime="20220402 10:18:15.189"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.189" endtime="20220402 10:18:15.189"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.189" endtime="20220402 10:18:15.189"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.189" endtime="20220402 10:18:15.190"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.189" endtime="20220402 10:18:15.190"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.190" endtime="20220402 10:18:15.190"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.190" endtime="20220402 10:18:15.190"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.191" endtime="20220402 10:18:15.191"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.191" endtime="20220402 10:18:15.191"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.191" endtime="20220402 10:18:15.192"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.191" endtime="20220402 10:18:15.192"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.192" endtime="20220402 10:18:15.192"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.192" endtime="20220402 10:18:15.192"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.193" endtime="20220402 10:18:15.193"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.192" endtime="20220402 10:18:15.193"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.193" endtime="20220402 10:18:15.194"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.193" endtime="20220402 10:18:15.194"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.194" endtime="20220402 10:18:15.194"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.194" endtime="20220402 10:18:15.194"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.194" endtime="20220402 10:18:15.195"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.194" endtime="20220402 10:18:15.195"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.195" endtime="20220402 10:18:15.196"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.195" endtime="20220402 10:18:15.196"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.196" endtime="20220402 10:18:15.196"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.196" endtime="20220402 10:18:15.196"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.197" endtime="20220402 10:18:15.197"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.197" endtime="20220402 10:18:15.197"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.197" endtime="20220402 10:18:15.198"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.197" endtime="20220402 10:18:15.198"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.198" endtime="20220402 10:18:15.198"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.198" endtime="20220402 10:18:15.198"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.198" endtime="20220402 10:18:15.199"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.198" endtime="20220402 10:18:15.199"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.199" endtime="20220402 10:18:15.199"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.199" endtime="20220402 10:18:15.199"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.200" endtime="20220402 10:18:15.200"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.200" endtime="20220402 10:18:15.200"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.200" endtime="20220402 10:18:15.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.200" endtime="20220402 10:18:15.201"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.201" endtime="20220402 10:18:15.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.201" endtime="20220402 10:18:15.201"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.201" endtime="20220402 10:18:15.202"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.201" endtime="20220402 10:18:15.202"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.202" endtime="20220402 10:18:15.202"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.202" endtime="20220402 10:18:15.202"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.203" endtime="20220402 10:18:15.203"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.203" endtime="20220402 10:18:15.203"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.203" endtime="20220402 10:18:15.204"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.203" endtime="20220402 10:18:15.204"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.204" endtime="20220402 10:18:15.204"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.204" endtime="20220402 10:18:15.204"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.204" endtime="20220402 10:18:15.205"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.204" endtime="20220402 10:18:15.205"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.205" endtime="20220402 10:18:15.205"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.205" endtime="20220402 10:18:15.206"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.206" endtime="20220402 10:18:15.206"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.206" endtime="20220402 10:18:15.206"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.206" endtime="20220402 10:18:15.207"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.206" endtime="20220402 10:18:15.207"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.207" endtime="20220402 10:18:15.208"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.207" endtime="20220402 10:18:15.208"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.208" endtime="20220402 10:18:15.208"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.208" endtime="20220402 10:18:15.208"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.208" endtime="20220402 10:18:15.209"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.208" endtime="20220402 10:18:15.209"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.209" endtime="20220402 10:18:15.209"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.209" endtime="20220402 10:18:15.209"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.210" endtime="20220402 10:18:15.210"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.209" endtime="20220402 10:18:15.210"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.210" endtime="20220402 10:18:15.210"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.210" endtime="20220402 10:18:15.211"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.211" endtime="20220402 10:18:15.211"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.211" endtime="20220402 10:18:15.211"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.211" endtime="20220402 10:18:15.212"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.211" endtime="20220402 10:18:15.212"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.212" endtime="20220402 10:18:15.212"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.212" endtime="20220402 10:18:15.212"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.212" endtime="20220402 10:18:15.213"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.212" endtime="20220402 10:18:15.213"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.213" endtime="20220402 10:18:15.213"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.213" endtime="20220402 10:18:15.213"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.214" endtime="20220402 10:18:15.214"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.214" endtime="20220402 10:18:15.214"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.214" endtime="20220402 10:18:15.215"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.214" endtime="20220402 10:18:15.215"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.215" endtime="20220402 10:18:15.215"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.215" endtime="20220402 10:18:15.215"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.215" endtime="20220402 10:18:15.216"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.215" endtime="20220402 10:18:15.216"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.216" endtime="20220402 10:18:15.217"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.216" endtime="20220402 10:18:15.217"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.217" endtime="20220402 10:18:15.217"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.217" endtime="20220402 10:18:15.217"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.217" endtime="20220402 10:18:15.218"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.217" endtime="20220402 10:18:15.218"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.218" endtime="20220402 10:18:15.218"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.218" endtime="20220402 10:18:15.218"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.219" endtime="20220402 10:18:15.219"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.218" endtime="20220402 10:18:15.219"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.219" endtime="20220402 10:18:15.220"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.219" endtime="20220402 10:18:15.220"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.220" endtime="20220402 10:18:15.220"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.220" endtime="20220402 10:18:15.220"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.221" endtime="20220402 10:18:15.221"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.221" endtime="20220402 10:18:15.221"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.221" endtime="20220402 10:18:15.222"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.221" endtime="20220402 10:18:15.222"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.222" endtime="20220402 10:18:15.222"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.222" endtime="20220402 10:18:15.222"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.222" endtime="20220402 10:18:15.223"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.222" endtime="20220402 10:18:15.223"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.223" endtime="20220402 10:18:15.223"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.223" endtime="20220402 10:18:15.223"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.223" endtime="20220402 10:18:15.224"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.223" endtime="20220402 10:18:15.224"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.224" endtime="20220402 10:18:15.224"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.224" endtime="20220402 10:18:15.224"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.225" endtime="20220402 10:18:15.225"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.225" endtime="20220402 10:18:15.225"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.225" endtime="20220402 10:18:15.226"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.225" endtime="20220402 10:18:15.226"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.226" endtime="20220402 10:18:15.226"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.226" endtime="20220402 10:18:15.226"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.226" endtime="20220402 10:18:15.227"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.226" endtime="20220402 10:18:15.227"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.227" endtime="20220402 10:18:15.227"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.227" endtime="20220402 10:18:15.227"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.228" endtime="20220402 10:18:15.228"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.228" endtime="20220402 10:18:15.228"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.228" endtime="20220402 10:18:15.229"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.228" endtime="20220402 10:18:15.229"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.229" endtime="20220402 10:18:15.229"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.229" endtime="20220402 10:18:15.229"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.229" endtime="20220402 10:18:15.230"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.229" endtime="20220402 10:18:15.230"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.230" endtime="20220402 10:18:15.230"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.230" endtime="20220402 10:18:15.231"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.231" endtime="20220402 10:18:15.231"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.231" endtime="20220402 10:18:15.231"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.231" endtime="20220402 10:18:15.232"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.231" endtime="20220402 10:18:15.232"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.232" endtime="20220402 10:18:15.233"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.232" endtime="20220402 10:18:15.233"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.233" endtime="20220402 10:18:15.233"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.233" endtime="20220402 10:18:15.233"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.234" endtime="20220402 10:18:15.234"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.233" endtime="20220402 10:18:15.234"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.234" endtime="20220402 10:18:15.235"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.234" endtime="20220402 10:18:15.235"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.235" endtime="20220402 10:18:15.235"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.235" endtime="20220402 10:18:15.235"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.235" endtime="20220402 10:18:15.236"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.235" endtime="20220402 10:18:15.236"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.236" endtime="20220402 10:18:15.237"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.236" endtime="20220402 10:18:15.237"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.237" endtime="20220402 10:18:15.237"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.237" endtime="20220402 10:18:15.237"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.237" endtime="20220402 10:18:15.238"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.237" endtime="20220402 10:18:15.238"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.238" endtime="20220402 10:18:15.238"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.238" endtime="20220402 10:18:15.239"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.239" endtime="20220402 10:18:15.239"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.239" endtime="20220402 10:18:15.239"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.239" endtime="20220402 10:18:15.240"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.239" endtime="20220402 10:18:15.240"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.240" endtime="20220402 10:18:15.240"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.240" endtime="20220402 10:18:15.241"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.241" endtime="20220402 10:18:15.241"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.241" endtime="20220402 10:18:15.241"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.241" endtime="20220402 10:18:15.242"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.241" endtime="20220402 10:18:15.242"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.242" endtime="20220402 10:18:15.242"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.242" endtime="20220402 10:18:15.242"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.243" endtime="20220402 10:18:15.243"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.242" endtime="20220402 10:18:15.243"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.243" endtime="20220402 10:18:15.244"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.243" endtime="20220402 10:18:15.244"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.244" endtime="20220402 10:18:15.244"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.244" endtime="20220402 10:18:15.244"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.245" endtime="20220402 10:18:15.245"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.244" endtime="20220402 10:18:15.245"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.245" endtime="20220402 10:18:15.246"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.245" endtime="20220402 10:18:15.246"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.246" endtime="20220402 10:18:15.246"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.246" endtime="20220402 10:18:15.247"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.247" endtime="20220402 10:18:15.247"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.247" endtime="20220402 10:18:15.247"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.247" endtime="20220402 10:18:15.248"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.247" endtime="20220402 10:18:15.248"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.248" endtime="20220402 10:18:15.248"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.248" endtime="20220402 10:18:15.248"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.249" endtime="20220402 10:18:15.249"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.248" endtime="20220402 10:18:15.249"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.249" endtime="20220402 10:18:15.250"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.249" endtime="20220402 10:18:15.250"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.250" endtime="20220402 10:18:15.250"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.250" endtime="20220402 10:18:15.250"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.187" endtime="20220402 10:18:15.250"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}+0.1</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.251" level="INFO">${settleUtiPrice1} = 1.75</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.250" endtime="20220402 10:18:15.251"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} IN RANGE [ ${settleUtiPrice} | 100 ]" type="for">
|
|
<kw name="${结算单价index} = 1.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.251" endtime="20220402 10:18:15.252"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.251" endtime="20220402 10:18:15.252"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 2.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.252" endtime="20220402 10:18:15.252"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.252" endtime="20220402 10:18:15.252"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 3.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.253" endtime="20220402 10:18:15.253"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.252" endtime="20220402 10:18:15.253"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 4.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.253" endtime="20220402 10:18:15.253"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.253" endtime="20220402 10:18:15.254"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 5.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.254" endtime="20220402 10:18:15.254"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.254" endtime="20220402 10:18:15.254"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 6.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.254" endtime="20220402 10:18:15.255"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.254" endtime="20220402 10:18:15.255"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 7.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.255" endtime="20220402 10:18:15.255"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.255" endtime="20220402 10:18:15.255"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 8.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.255" endtime="20220402 10:18:15.256"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.255" endtime="20220402 10:18:15.256"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 9.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.256" endtime="20220402 10:18:15.256"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.256" endtime="20220402 10:18:15.256"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 10.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.257" endtime="20220402 10:18:15.257"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.256" endtime="20220402 10:18:15.257"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 11.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.257" endtime="20220402 10:18:15.258"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.257" endtime="20220402 10:18:15.258"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 12.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.258" endtime="20220402 10:18:15.258"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.258" endtime="20220402 10:18:15.258"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 13.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.259" endtime="20220402 10:18:15.259"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.259" endtime="20220402 10:18:15.259"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 14.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.259" endtime="20220402 10:18:15.260"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.259" endtime="20220402 10:18:15.260"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 15.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.260" endtime="20220402 10:18:15.260"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.260" endtime="20220402 10:18:15.260"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 16.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.260" endtime="20220402 10:18:15.261"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.260" endtime="20220402 10:18:15.261"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 17.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.261" endtime="20220402 10:18:15.261"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.261" endtime="20220402 10:18:15.262"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 18.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.262" endtime="20220402 10:18:15.262"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.262" endtime="20220402 10:18:15.262"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 19.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.262" endtime="20220402 10:18:15.263"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.262" endtime="20220402 10:18:15.263"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 20.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.263" endtime="20220402 10:18:15.263"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.263" endtime="20220402 10:18:15.264"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 21.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.264" endtime="20220402 10:18:15.264"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.264" endtime="20220402 10:18:15.264"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 22.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.264" endtime="20220402 10:18:15.265"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.264" endtime="20220402 10:18:15.265"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 23.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.265" endtime="20220402 10:18:15.265"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.265" endtime="20220402 10:18:15.265"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 24.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.266" endtime="20220402 10:18:15.266"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.265" endtime="20220402 10:18:15.266"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 25.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.266" endtime="20220402 10:18:15.266"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.266" endtime="20220402 10:18:15.267"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 26.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.267" endtime="20220402 10:18:15.267"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.267" endtime="20220402 10:18:15.267"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 27.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.267" endtime="20220402 10:18:15.268"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.267" endtime="20220402 10:18:15.268"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 28.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.268" endtime="20220402 10:18:15.268"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.268" endtime="20220402 10:18:15.268"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 29.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.269" endtime="20220402 10:18:15.269"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.268" endtime="20220402 10:18:15.269"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 30.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.269" endtime="20220402 10:18:15.270"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.269" endtime="20220402 10:18:15.270"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 31.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.270" endtime="20220402 10:18:15.270"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.270" endtime="20220402 10:18:15.270"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 32.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.271" endtime="20220402 10:18:15.271"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.270" endtime="20220402 10:18:15.271"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 33.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.271" endtime="20220402 10:18:15.272"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.271" endtime="20220402 10:18:15.272"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 34.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.272" endtime="20220402 10:18:15.272"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.272" endtime="20220402 10:18:15.273"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 35.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.273" endtime="20220402 10:18:15.273"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.273" endtime="20220402 10:18:15.273"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 36.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.273" endtime="20220402 10:18:15.274"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.273" endtime="20220402 10:18:15.274"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 37.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.274" endtime="20220402 10:18:15.274"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.274" endtime="20220402 10:18:15.274"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 38.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.275" endtime="20220402 10:18:15.275"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.274" endtime="20220402 10:18:15.275"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 39.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.275" endtime="20220402 10:18:15.276"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.275" endtime="20220402 10:18:15.276"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 40.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.276" endtime="20220402 10:18:15.276"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.276" endtime="20220402 10:18:15.276"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 41.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.276" endtime="20220402 10:18:15.277"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.276" endtime="20220402 10:18:15.277"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 42.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.277" endtime="20220402 10:18:15.277"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.277" endtime="20220402 10:18:15.278"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 43.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.278" endtime="20220402 10:18:15.278"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.278" endtime="20220402 10:18:15.278"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 44.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.278" endtime="20220402 10:18:15.279"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.278" endtime="20220402 10:18:15.279"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 45.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.279" endtime="20220402 10:18:15.279"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.279" endtime="20220402 10:18:15.279"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 46.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.280" endtime="20220402 10:18:15.280"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.279" endtime="20220402 10:18:15.280"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 47.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.280" endtime="20220402 10:18:15.281"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.280" endtime="20220402 10:18:15.281"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 48.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.281" endtime="20220402 10:18:15.281"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.281" endtime="20220402 10:18:15.281"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 49.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.281" endtime="20220402 10:18:15.282"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.281" endtime="20220402 10:18:15.282"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 50.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.282" endtime="20220402 10:18:15.282"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.282" endtime="20220402 10:18:15.282"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 51.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.283" endtime="20220402 10:18:15.283"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.282" endtime="20220402 10:18:15.283"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 52.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.283" endtime="20220402 10:18:15.284"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.283" endtime="20220402 10:18:15.284"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 53.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.284" endtime="20220402 10:18:15.284"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.284" endtime="20220402 10:18:15.284"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 54.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.285" endtime="20220402 10:18:15.285"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.285" endtime="20220402 10:18:15.285"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 55.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.285" endtime="20220402 10:18:15.286"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.285" endtime="20220402 10:18:15.286"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 56.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.286" endtime="20220402 10:18:15.286"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.286" endtime="20220402 10:18:15.286"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 57.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.287" endtime="20220402 10:18:15.287"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.286" endtime="20220402 10:18:15.287"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 58.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.287" endtime="20220402 10:18:15.288"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.287" endtime="20220402 10:18:15.288"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 59.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.288" endtime="20220402 10:18:15.288"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.288" endtime="20220402 10:18:15.288"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 60.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.289" endtime="20220402 10:18:15.289"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.288" endtime="20220402 10:18:15.289"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 61.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.289" endtime="20220402 10:18:15.290"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.289" endtime="20220402 10:18:15.290"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 62.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.290" endtime="20220402 10:18:15.290"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.290" endtime="20220402 10:18:15.290"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 63.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.290" endtime="20220402 10:18:15.291"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.290" endtime="20220402 10:18:15.291"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 64.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.291" endtime="20220402 10:18:15.291"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.291" endtime="20220402 10:18:15.291"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 65.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.292" endtime="20220402 10:18:15.292"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.292" endtime="20220402 10:18:15.292"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 66.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.292" endtime="20220402 10:18:15.293"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.292" endtime="20220402 10:18:15.293"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 67.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.293" endtime="20220402 10:18:15.293"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.293" endtime="20220402 10:18:15.293"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 68.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.293" endtime="20220402 10:18:15.294"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.293" endtime="20220402 10:18:15.294"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 69.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.294" endtime="20220402 10:18:15.295"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.294" endtime="20220402 10:18:15.295"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 70.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.295" endtime="20220402 10:18:15.295"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.295" endtime="20220402 10:18:15.295"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 71.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.295" endtime="20220402 10:18:15.296"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.295" endtime="20220402 10:18:15.296"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 72.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.296" endtime="20220402 10:18:15.297"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.296" endtime="20220402 10:18:15.297"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 73.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.297" endtime="20220402 10:18:15.298"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.297" endtime="20220402 10:18:15.298"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 74.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.298" endtime="20220402 10:18:15.298"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.298" endtime="20220402 10:18:15.298"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 75.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.298" endtime="20220402 10:18:15.299"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.298" endtime="20220402 10:18:15.299"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 76.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.299" endtime="20220402 10:18:15.299"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.299" endtime="20220402 10:18:15.299"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 77.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.300" endtime="20220402 10:18:15.300"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.300" endtime="20220402 10:18:15.300"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 78.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.300" endtime="20220402 10:18:15.301"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.300" endtime="20220402 10:18:15.301"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 79.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.301" endtime="20220402 10:18:15.301"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.301" endtime="20220402 10:18:15.301"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 80.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.301" endtime="20220402 10:18:15.302"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.301" endtime="20220402 10:18:15.302"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 81.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.302" endtime="20220402 10:18:15.302"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.302" endtime="20220402 10:18:15.302"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 82.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.303" endtime="20220402 10:18:15.303"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.303" endtime="20220402 10:18:15.303"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 83.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.303" endtime="20220402 10:18:15.304"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.303" endtime="20220402 10:18:15.304"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 84.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.304" endtime="20220402 10:18:15.304"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.304" endtime="20220402 10:18:15.304"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 85.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.304" endtime="20220402 10:18:15.305"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.304" endtime="20220402 10:18:15.305"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 86.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.305" endtime="20220402 10:18:15.306"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.305" endtime="20220402 10:18:15.306"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 87.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.306" endtime="20220402 10:18:15.306"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.306" endtime="20220402 10:18:15.306"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 88.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.306" endtime="20220402 10:18:15.307"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.306" endtime="20220402 10:18:15.307"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 89.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.307" endtime="20220402 10:18:15.307"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.307" endtime="20220402 10:18:15.307"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 90.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.308" endtime="20220402 10:18:15.308"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.307" endtime="20220402 10:18:15.308"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 91.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.308" endtime="20220402 10:18:15.309"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.308" endtime="20220402 10:18:15.309"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 92.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.309" endtime="20220402 10:18:15.309"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.309" endtime="20220402 10:18:15.309"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 93.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.310" endtime="20220402 10:18:15.310"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.310" endtime="20220402 10:18:15.310"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 94.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.310" endtime="20220402 10:18:15.311"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.310" endtime="20220402 10:18:15.311"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 95.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.311" endtime="20220402 10:18:15.311"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.311" endtime="20220402 10:18:15.311"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 96.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.311" endtime="20220402 10:18:15.312"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.311" endtime="20220402 10:18:15.312"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 97.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.312" endtime="20220402 10:18:15.312"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.312" endtime="20220402 10:18:15.312"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 98.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.313" endtime="20220402 10:18:15.313"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.312" endtime="20220402 10:18:15.313"></status>
|
|
</kw>
|
|
<kw name="${结算单价index} = 99.65" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${结算单价index}'=='${settleUtiPrice1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.313" endtime="20220402 10:18:15.314"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.313" endtime="20220402 10:18:15.314"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.251" endtime="20220402 10:18:15.314"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}+10</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.314" level="INFO">${receivableAdjustMoney1} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.314" endtime="20220402 10:18:15.314"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} IN RANGE [ ${receivableAdjustMoney} | 500 ]" type="for">
|
|
<kw name="${应收调节费index} = 110.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.315" endtime="20220402 10:18:15.315"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.315" endtime="20220402 10:18:15.315"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 111.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.315" endtime="20220402 10:18:15.316"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.315" endtime="20220402 10:18:15.316"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 112.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.316" endtime="20220402 10:18:15.316"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.316" endtime="20220402 10:18:15.316"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 113.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.317" endtime="20220402 10:18:15.317"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.316" endtime="20220402 10:18:15.317"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 114.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.317" endtime="20220402 10:18:15.318"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.317" endtime="20220402 10:18:15.318"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 115.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.318" endtime="20220402 10:18:15.318"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.318" endtime="20220402 10:18:15.318"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 116.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.318" endtime="20220402 10:18:15.319"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.318" endtime="20220402 10:18:15.319"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 117.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.319" endtime="20220402 10:18:15.319"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.319" endtime="20220402 10:18:15.319"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 118.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.320" endtime="20220402 10:18:15.320"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.319" endtime="20220402 10:18:15.320"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 119.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.320" endtime="20220402 10:18:15.321"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.320" endtime="20220402 10:18:15.321"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 120.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${receivableAdjustMoney1}'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.321" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.321" endtime="20220402 10:18:15.321"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.321" endtime="20220402 10:18:15.321"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.314" endtime="20220402 10:18:15.321"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}+10</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.322" level="INFO">${adjustMoney1} = 20.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.322" endtime="20220402 10:18:15.322"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} IN RANGE [ ${adjustMoney} | 500 ]" type="for">
|
|
<kw name="${应收调节费index} = 10.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.322" endtime="20220402 10:18:15.323"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.322" endtime="20220402 10:18:15.323"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 11.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.323" endtime="20220402 10:18:15.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.323" endtime="20220402 10:18:15.324"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 12.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.324" endtime="20220402 10:18:15.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.324" endtime="20220402 10:18:15.324"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 13.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.324" endtime="20220402 10:18:15.325"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.324" endtime="20220402 10:18:15.325"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 14.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.325" endtime="20220402 10:18:15.325"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.325" endtime="20220402 10:18:15.325"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 15.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.326" endtime="20220402 10:18:15.326"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.325" endtime="20220402 10:18:15.326"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 16.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.326" endtime="20220402 10:18:15.326"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.326" endtime="20220402 10:18:15.327"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 17.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.327" endtime="20220402 10:18:15.327"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.327" endtime="20220402 10:18:15.327"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 18.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.327" endtime="20220402 10:18:15.328"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.327" endtime="20220402 10:18:15.328"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 19.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.328" endtime="20220402 10:18:15.328"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.328" endtime="20220402 10:18:15.328"></status>
|
|
</kw>
|
|
<kw name="${应收调节费index} = 20.0" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${应收调节费index}'=='${adjustMoney1}'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.329" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.329" endtime="20220402 10:18:15.329"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.328" endtime="20220402 10:18:15.329"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.322" endtime="20220402 10:18:15.329"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.330" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.329" endtime="20220402 10:18:15.330"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.330" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.330" endtime="20220402 10:18:15.330"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.331" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.330" endtime="20220402 10:18:15.331"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.331" level="INFO">${settleUtiPrice1} = 1.75</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.331" endtime="20220402 10:18:15.331"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.331" level="INFO">${unitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.331" endtime="20220402 10:18:15.332"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.332" level="INFO">${publicSubsidies} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.332" endtime="20220402 10:18:15.332"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.332" level="INFO">${millSupplierId} = 700688316244299776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.332" endtime="20220402 10:18:15.332"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.333" level="INFO">${paperMillSupplierName} = 小小</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.333" endtime="20220402 10:18:15.333"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.333" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.333" endtime="20220402 10:18:15.333"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.334" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.333" endtime="20220402 10:18:15.334"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.334" level="INFO">${netWeight1} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.334" endtime="20220402 10:18:15.334"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.335" level="INFO">${settleWeight1} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.334" endtime="20220402 10:18:15.335"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.335" level="INFO">${磅单id} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.335" endtime="20220402 10:18:15.335"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.336" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.335" endtime="20220402 10:18:15.336"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.336" level="INFO">${unitSurcharge1} = 0.022000000000000002</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.336" endtime="20220402 10:18:15.336"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.337" level="INFO">${adjustMoney1} = 20.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.336" endtime="20220402 10:18:15.337"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.337" level="INFO">${receivableAdjustMoney1} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.337" endtime="20220402 10:18:15.337"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:14.984" endtime="20220402 10:18:15.337"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:14.984" endtime="20220402 10:18:15.337"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>weightnote</arg>
|
|
</arguments>
|
|
<kw name="weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.339" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.338" endtime="20220402 10:18:15.339"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.339" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.339" endtime="20220402 10:18:15.339"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "deductedPoint":0, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "settleUtiPriceIncludeTax":2.04012, \ \ \ \ "settleUtiPriceIncludeTaxType":1, \ \ \ \ "receivableAdjustMoney":"${receivableAdjustMoney1}", \ \ \ \ "refundSubsidy":0.002, \ \ \ \ "adjustMoney":"${adjustMoney1}", \ \ \ \ "collectionCharges":"${proxyPaySurcharge}", \ \ \ \ "advanceFund":"${advanceFund}", \ \ \ \ "contractId":"${contractId}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "plateNumber":"${carList}", \ \ \ \ "settlePriceIncludeTaxSettleRules":"${settlePriceIncludeTaxSettleRules}", \ \ \ \ "settleUtiPrice":"${settleUtiPrice1}", \ \ \ \ "netWeight":"${netWeight1}", \ \ \ \ "activitySettleType":null, \ \ \ \ "unitSurcharge":"${unitSurcharge1}", \ \ \ \ "deliveryImageUrls":[ \ \ \ \ \ ], \ \ \ \ "publicSubsidies":0, \ \ \ \ "isSubsidyAndDeductIncludeTax":0, \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleWeight":"${settleWeight1}", \ \ \ \ "deductedWeight":2, \ \ \ \ "orderType":"${orderType}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"freightSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"contrabandPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"nonStandardPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ } \ \ \ \ ], \ \ \ \ "id":"${磅单id}" \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.343" level="INFO">${data} = { "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.340" endtime="20220402 10:18:15.344"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.344" level="INFO">{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"小小", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"120.0", "refundSubsidy":0.002, "adjustMoney":"20.0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"江高仓", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"测试", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"京SGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.75", "netWeight":"360.0", "activitySettleType":null, "unitSurcharge":"0.022000000000000002", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":"290.0", "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ], "id":"707576661176094720" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.344" endtime="20220402 10:18:15.344"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.628" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '2132'}
|
|
body=b'{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png" ], "orderItemId":"707576650832941056", "unitPrice":"1.65", "paperCategoryId":"660529551931215872", "millSupplierId":"700688316244299776", "millSupplierName":"\xe5\xb0\x8f\xe5\xb0\x8f", "settleUtiPriceIncludeTax":2.04012, "settleUtiPriceIncludeTaxType":1, "receivableAdjustMoney":"120.0", "refundSubsidy":0.002, "adjustMoney":"20.0", "collectionCharges":"0.013", "advanceFund":"0", "contractId":"663533697236078592", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseId":"38", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"\xe4\xba\xacSGGGGG", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.75", "netWeight":"360.0", "activitySettleType":null, "unitSurcharge":"0.022000000000000002", "deliveryImageUrls":[ ], "publicSubsidies":0, "isSubsidyAndDeductIncludeTax":0, "orderId":"707576650790998016", "settleWeight":"290.0", "deductedWeight":2, "orderType":"1", "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"otherPenalty", "isSubsidies":0 } ], "id":"707576661176094720" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.628" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576661176094720","contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.628" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.344" endtime="20220402 10:18:15.628"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.629" level="INFO">{'weightNoteId': '707576661176094720', 'contractId': '663533697236078592'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.628" endtime="20220402 10:18:15.629"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.630" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.629" endtime="20220402 10:18:15.630"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.630" level="INFO">${weightNoteId} = 707576661176094720</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.630" endtime="20220402 10:18:15.630"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:15.631" endtime="20220402 10:18:15.631"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.338" endtime="20220402 10:18:15.631"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.338" endtime="20220402 10:18:15.631"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.632" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.632" endtime="20220402 10:18:15.633"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.769" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.769" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.769" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.633" endtime="20220402 10:18:15.769"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.770" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.769" endtime="20220402 10:18:15.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.632" endtime="20220402 10:18:15.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.631" endtime="20220402 10:18:15.770"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传磅单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传磅单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.771" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.771" endtime="20220402 10:18:15.772"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.928" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.928" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576650790998016?orderId=707576650790998016&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":1,"activityId":null,"activitySettleType":null,"isEntire":null,"activityStatus":null,"activityName":null,"startTime":null,"endTime":null,"unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576650790998016","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700688316244299776","paperMillSupplierName":"小小","millDeliveryOrderId":"707576650790998016","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6500000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576650832941056","adjustMoney":20.000,"unitSurcharge":0.022000,"surcharge":7.920000,"unitPrice":1.6500000,"weightnoteInfo":{"id":"707576661176094720","orderId":"707576650790998016","orderItemId":"707576650832941056","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6500000,"netWeight":360.000,"settleWeight":290.000,"deductedPoint":0.000,"settlePrice":490.870,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"]},"logisticcsInfo":{"id":"5544","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":490.87,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"deductionNotes":"2022-04-02","totalOtherAmount":-0.290000000,"paymentType":null,"activityNoteStatus":1,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试","warehouseName":null,"publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.650000,"settleUnitPriceIncludeTax":2.040120,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.58,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":120.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576650790998016","createTime":"2022-04-02 10:18:05","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":38,"transactionMainEnterpriseName":"测试"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:15.928" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.772" endtime="20220402 10:18:15.928"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUnitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.929" level="INFO">${settleUnitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.928" endtime="20220402 10:18:15.929"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.930" level="INFO">${unitSurcharge} = 0.022</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.930" endtime="20220402 10:18:15.930"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.931" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.930" endtime="20220402 10:18:15.931"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.932" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.931" endtime="20220402 10:18:15.932"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.932" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.932" endtime="20220402 10:18:15.932"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>adjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${adjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:15.933" level="INFO">${adjustMoney} = 20.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.932" endtime="20220402 10:18:15.933"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUnitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.934" level="INFO">${settleUnitPrice} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.933" endtime="20220402 10:18:15.934"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.934" level="INFO">${unitSurcharge} = 0.022</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.934" endtime="20220402 10:18:15.934"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.935" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.934" endtime="20220402 10:18:15.935"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.935" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.935" endtime="20220402 10:18:15.935"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.936" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.935" endtime="20220402 10:18:15.936"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.936" level="INFO">${adjustMoney} = 20.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.936" endtime="20220402 10:18:15.936"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.771" endtime="20220402 10:18:15.936"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.770" endtime="20220402 10:18:15.936"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:15.938" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.937" endtime="20220402 10:18:15.938"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.045" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.045" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:16 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":0.000,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":1,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":null,"fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":2.040120,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":0.580000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.045" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:15.938" endtime="20220402 10:18:16.045"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.046" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576694386593792', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.046" endtime="20220402 10:18:16.046"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.047" endtime="20220402 10:18:16.047"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.047" endtime="20220402 10:18:16.048"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["settleWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.048" endtime="20220402 10:18:16.048"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${settleUnitPrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["settleUtiPrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.049" endtime="20220402 10:18:16.049"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["receivableAdjustMoney"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.049" endtime="20220402 10:18:16.050"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${adjustMoney}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["adjustMoney"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.050" endtime="20220402 10:18:16.050"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.937" endtime="20220402 10:18:16.051"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:15.937" endtime="20220402 10:18:16.051"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:13.509" endtime="20220402 10:18:16.051"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.016" endtime="20220402 10:18:16.051"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:11.015" endtime="20220402 10:18:16.051" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t8" name="get_operation_list1">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.052" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.052" endtime="20220402 10:18:16.052"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.126" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.127" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:16 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.127" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.053" endtime="20220402 10:18:16.127"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.128" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.127" endtime="20220402 10:18:16.128"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.129" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.128" endtime="20220402 10:18:16.129"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.130" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.129" endtime="20220402 10:18:16.130"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.130" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.130" endtime="20220402 10:18:16.130"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:16.051" endtime="20220402 10:18:16.131" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t9" name="get_order-receipt-audit-details1">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.132" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.131" endtime="20220402 10:18:16.133"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.435" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576694386593792/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576694386593792/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.435" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576694386593792/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:16 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576694386593792","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576694420148224","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":0.000,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.436" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.133" endtime="20220402 10:18:16.436"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.437" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576694386593792', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576694420148224', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 0.0, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.436" endtime="20220402 10:18:16.437"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.438" level="INFO">${auditRequestItemId} = 707576694420148224</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.437" endtime="20220402 10:18:16.438"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.438" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.438" endtime="20220402 10:18:16.438"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.439" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.439" endtime="20220402 10:18:16.439"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.440" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.439" endtime="20220402 10:18:16.440"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.441" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.440" endtime="20220402 10:18:16.441"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.442" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.441" endtime="20220402 10:18:16.442"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.442" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.442" endtime="20220402 10:18:16.443"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.443" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.443" endtime="20220402 10:18:16.443"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.444" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.443" endtime="20220402 10:18:16.444"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.444" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.444" endtime="20220402 10:18:16.444"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.445" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.444" endtime="20220402 10:18:16.445"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.445" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.445" endtime="20220402 10:18:16.445"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.446" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.446" endtime="20220402 10:18:16.446"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.447" level="INFO">${auditRequestItemId} = 707576694420148224</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.447" endtime="20220402 10:18:16.447"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.448" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.447" endtime="20220402 10:18:16.448"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.448" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.448" endtime="20220402 10:18:16.448"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.449" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.448" endtime="20220402 10:18:16.449"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.449" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.449" endtime="20220402 10:18:16.449"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.450" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.449" endtime="20220402 10:18:16.450"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.450" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.450" endtime="20220402 10:18:16.450"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.451" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.451" endtime="20220402 10:18:16.451"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.451" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.451" endtime="20220402 10:18:16.451"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:16.131" endtime="20220402 10:18:16.452" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t10" name="order-receipt-audit-details1">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.454" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.453" endtime="20220402 10:18:16.454"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.455" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.454" endtime="20220402 10:18:16.455"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.456" level="INFO">${data} = { "auditRequestItemId":"707576694420148224", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.455" endtime="20220402 10:18:16.456"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.739" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576694420148224", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.739" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:16 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:16.740" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.456" endtime="20220402 10:18:16.740"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:16.740" endtime="20220402 10:18:16.741"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:16.452" endtime="20220402 10:18:16.741" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s2-s3-t11" name="operation_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:16.742" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.742" endtime="20220402 10:18:16.743"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:16.743" level="INFO">${data} = { "auditRequestId":"707576694386593792", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.743" endtime="20220402 10:18:16.744"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.072" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '85'}
|
|
body=b'{ "auditRequestId":"707576694386593792", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.072" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:17 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.073" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:16.744" endtime="20220402 10:18:17.073"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:17.073" endtime="20220402 10:18:17.074"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:16.741" endtime="20220402 10:18:17.074" critical="yes"></status>
|
|
</test>
|
|
<doc>运营审核-常规</doc>
|
|
<status status="PASS" starttime="20220402 10:18:08.309" endtime="20220402 10:18:17.075"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:05.807" endtime="20220402 10:18:17.079"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application">
|
|
<suite id="s1-s1-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
|
|
<test id="s1-s1-s2-s3-s1-t1" name="get_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.106" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.105" endtime="20220402 10:18:17.106"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.300" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.300" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:17 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.300" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.106" endtime="20220402 10:18:17.300"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditedTime</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditedTime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.301" level="INFO">${auditedTime} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.300" endtime="20220402 10:18:17.301"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:17.301" endtime="20220402 10:18:17.302"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.104" endtime="20220402 10:18:17.302" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s1-t2" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.303" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.303" endtime="20220402 10:18:17.303"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}&operationStatus=3</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.373" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720&operationStatus=3
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720&operationStatus=3
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.373" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576650790998016&weightNoteId=707576661176094720&operationStatus=3
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:17 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.373" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.304" endtime="20220402 10:18:17.373"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.302" endtime="20220402 10:18:17.374" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s1-t3" name="重复执行财务审核驳回何运营审核通过">
|
|
<kw name="${index} IN RANGE [ 5 ]" type="for">
|
|
<kw name="${index} = 0" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取财务审核列表</arg>
|
|
</arguments>
|
|
<kw name="获取财务审核列表" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.377" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.377" endtime="20220402 10:18:17.378"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.485" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.485" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:17 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:17.485" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.378" endtime="20220402 10:18:17.485"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${staus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.486" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.486" endtime="20220402 10:18:17.486"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.487" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.486" endtime="20220402 10:18:17.487"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:17.487" endtime="20220402 10:18:17.487"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${staus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.488" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.488" endtime="20220402 10:18:17.488"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.488" level="INFO">${auditRequestId} = 707576694386593792</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.488" endtime="20220402 10:18:17.489"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.376" endtime="20220402 10:18:17.489"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.376" endtime="20220402 10:18:17.489"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${staus}'=='0'</arg>
|
|
<arg>财务驳回</arg>
|
|
</arguments>
|
|
<kw name="财务驳回" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:17.490" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.490" endtime="20220402 10:18:17.491"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":2,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:17.491" level="INFO">${data} = {"auditRequestId":"707576694386593792","adminId":null,"isPass":2,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.491" endtime="20220402 10:18:17.491"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:18.205" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576694386593792","adminId":null,"isPass":2,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:18.205" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:18 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:18.205" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:17.491" endtime="20220402 10:18:18.205"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:18.206" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:18.205" endtime="20220402 10:18:18.206"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.207" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:18.206" endtime="20220402 10:18:19.207"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.489" endtime="20220402 10:18:19.207"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.489" endtime="20220402 10:18:19.207"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.208" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.208" endtime="20220402 10:18:19.209"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.289" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.289" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:19 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2022-04-02 10:18:18","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.289" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.209" endtime="20220402 10:18:19.289"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.290" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.289" endtime="20220402 10:18:19.290"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.291" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.290" endtime="20220402 10:18:19.291"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.291" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.291" endtime="20220402 10:18:19.291"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.292" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.291" endtime="20220402 10:18:19.292"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.208" endtime="20220402 10:18:19.292"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.207" endtime="20220402 10:18:19.292"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.295" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.294" endtime="20220402 10:18:19.295"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.511" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.511" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:19 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576705069486080","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576705178537984","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.511" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.295" endtime="20220402 10:18:19.511"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.513" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576705069486080', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576705178537984', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 19.44, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.512" endtime="20220402 10:18:19.513"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.513" level="INFO">${auditRequestItemId} = 707576705178537984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.513" endtime="20220402 10:18:19.513"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.514" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.514" endtime="20220402 10:18:19.514"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.515" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.514" endtime="20220402 10:18:19.515"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.515" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.515" endtime="20220402 10:18:19.515"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.516" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.515" endtime="20220402 10:18:19.516"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.517" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.516" endtime="20220402 10:18:19.517"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.517" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.517" endtime="20220402 10:18:19.517"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.518" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.517" endtime="20220402 10:18:19.518"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.519" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.518" endtime="20220402 10:18:19.519"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.519" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.519" endtime="20220402 10:18:19.519"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.520" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.519" endtime="20220402 10:18:19.520"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.520" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.520" endtime="20220402 10:18:19.520"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.521" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.520" endtime="20220402 10:18:19.521"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.521" level="INFO">${auditRequestItemId} = 707576705178537984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.521" endtime="20220402 10:18:19.521"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.522" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.521" endtime="20220402 10:18:19.522"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.522" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.522" endtime="20220402 10:18:19.522"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.523" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.522" endtime="20220402 10:18:19.523"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.523" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.523" endtime="20220402 10:18:19.523"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.524" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.523" endtime="20220402 10:18:19.524"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.524" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.524" endtime="20220402 10:18:19.524"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.525" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.524" endtime="20220402 10:18:19.525"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.525" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.525" endtime="20220402 10:18:19.525"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.293" endtime="20220402 10:18:19.525"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.292" endtime="20220402 10:18:19.526"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.527" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.527" endtime="20220402 10:18:19.527"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.529" level="INFO">${data} = { "auditRequestItemId":"707576705178537984", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.527" endtime="20220402 10:18:19.529"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.827" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576705178537984", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.827" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:19 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:19.827" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.529" endtime="20220402 10:18:19.827"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:19.828" endtime="20220402 10:18:19.828"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.526" endtime="20220402 10:18:19.828"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.526" endtime="20220402 10:18:19.828"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>运营审核通过</arg>
|
|
</arguments>
|
|
<kw name="运营审核通过" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:19.830" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.829" endtime="20220402 10:18:19.830"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.831" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.830" endtime="20220402 10:18:19.831"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:19.831" level="INFO">${data} = { "auditRequestId":"707576705069486080", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.831" endtime="20220402 10:18:19.831"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.024" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576705069486080", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.024" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:20 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.024" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:19.831" endtime="20220402 10:18:20.024"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.829" endtime="20220402 10:18:20.024"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:19.829" endtime="20220402 10:18:20.024"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核后详情</arg>
|
|
</arguments>
|
|
<kw name="运营审核后详情" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.026" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.025" endtime="20220402 10:18:20.026"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.247" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.247" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576705069486080/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:20 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576705069486080","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":2,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576705178537984","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.248" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.026" endtime="20220402 10:18:20.248"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.249" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.248" endtime="20220402 10:18:20.249"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.250" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.249" endtime="20220402 10:18:20.250"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.250" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.250" endtime="20220402 10:18:20.250"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.251" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.250" endtime="20220402 10:18:20.251"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.251" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.251" endtime="20220402 10:18:20.251"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.252" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.252" endtime="20220402 10:18:20.252"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.025" endtime="20220402 10:18:20.252"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.025" endtime="20220402 10:18:20.252"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.254" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.253" endtime="20220402 10:18:20.254"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.345" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.345" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:20 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":19.440,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.890000,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":478.210,"paybackDay":null,"paybackId":"707576712212385792 ","state":2,"isDelay":0,"paidPrice":0.000,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"invoicePoint":9.600,"allCollectionCharges":3.7700,"allMatCharges":0.0000,"allPublicSubsidies":0.0000,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":647.890,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":1.692655,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":478.210000,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":647.890000,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":168.200000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.346" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.254" endtime="20220402 10:18:20.346"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.347" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576705069486080', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.346" endtime="20220402 10:18:20.347"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["noReceivablePrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:20.347" endtime="20220402 10:18:20.347"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["paperMillPayAt"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:20.348" endtime="20220402 10:18:20.348"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.253" endtime="20220402 10:18:20.348"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.252" endtime="20220402 10:18:20.348"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.376" endtime="20220402 10:18:20.348"></status>
|
|
</kw>
|
|
<kw name="${index} = 1" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取财务审核列表</arg>
|
|
</arguments>
|
|
<kw name="获取财务审核列表" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.349" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.349" endtime="20220402 10:18:20.350"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.467" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.467" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:20 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:17","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":2,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.467" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.350" endtime="20220402 10:18:20.467"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${staus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.468" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.468" endtime="20220402 10:18:20.468"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.469" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.469" endtime="20220402 10:18:20.469"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:20.469" endtime="20220402 10:18:20.470"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${staus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.470" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.470" endtime="20220402 10:18:20.470"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.471" level="INFO">${auditRequestId} = 707576705069486080</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.470" endtime="20220402 10:18:20.471"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.349" endtime="20220402 10:18:20.471"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.349" endtime="20220402 10:18:20.471"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${staus}'=='0'</arg>
|
|
<arg>财务驳回</arg>
|
|
</arguments>
|
|
<kw name="财务驳回" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.472" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.472" endtime="20220402 10:18:20.473"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":2,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.473" level="INFO">${data} = {"auditRequestId":"707576705069486080","adminId":null,"isPass":2,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.473" endtime="20220402 10:18:20.473"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:20.590" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576705069486080","adminId":null,"isPass":2,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.591" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:20 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:20.591" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.473" endtime="20220402 10:18:20.591"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:20.592" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.591" endtime="20220402 10:18:20.592"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.592" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:20.592" endtime="20220402 10:18:21.593"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.471" endtime="20220402 10:18:21.593"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.471" endtime="20220402 10:18:21.593"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.594" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.594" endtime="20220402 10:18:21.595"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.673" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:21.673" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:21 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576714997403648","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2022-04-02 10:18:21","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:21.674" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.595" endtime="20220402 10:18:21.674"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.675" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.674" endtime="20220402 10:18:21.675"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.675" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.675" endtime="20220402 10:18:21.675"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.676" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.675" endtime="20220402 10:18:21.676"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.676" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.676" endtime="20220402 10:18:21.676"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.594" endtime="20220402 10:18:21.677"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.593" endtime="20220402 10:18:21.677"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.678" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.677" endtime="20220402 10:18:21.678"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.878" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:21.878" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:21 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576714997403648","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576715064512512","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:21.878" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.678" endtime="20220402 10:18:21.878"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.879" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576714997403648', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576715064512512', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 19.44, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': '2022-04-02', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.879" endtime="20220402 10:18:21.880"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.880" level="INFO">${auditRequestItemId} = 707576715064512512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.880" endtime="20220402 10:18:21.880"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.881" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.880" endtime="20220402 10:18:21.881"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.881" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.881" endtime="20220402 10:18:21.882"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.882" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.882" endtime="20220402 10:18:21.882"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.883" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.882" endtime="20220402 10:18:21.883"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.884" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.883" endtime="20220402 10:18:21.884"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.884" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.884" endtime="20220402 10:18:21.884"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.885" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.884" endtime="20220402 10:18:21.885"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.885" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.885" endtime="20220402 10:18:21.885"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.886" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.885" endtime="20220402 10:18:21.886"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.886" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.886" endtime="20220402 10:18:21.886"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.887" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.886" endtime="20220402 10:18:21.887"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.888" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.887" endtime="20220402 10:18:21.888"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.888" level="INFO">${auditRequestItemId} = 707576715064512512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.888" endtime="20220402 10:18:21.888"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.889" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.888" endtime="20220402 10:18:21.889"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.889" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.889" endtime="20220402 10:18:21.889"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.890" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.889" endtime="20220402 10:18:21.890"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.890" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.890" endtime="20220402 10:18:21.890"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.891" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.890" endtime="20220402 10:18:21.891"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.891" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.891" endtime="20220402 10:18:21.891"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.892" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.892" endtime="20220402 10:18:21.892"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.892" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.892" endtime="20220402 10:18:21.893"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.677" endtime="20220402 10:18:21.893"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.677" endtime="20220402 10:18:21.893"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:21.894" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.894" endtime="20220402 10:18:21.894"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:21.896" level="INFO">${data} = { "auditRequestItemId":"707576715064512512", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.894" endtime="20220402 10:18:21.896"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.153" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576715064512512", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.153" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.154" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:21.896" endtime="20220402 10:18:22.154"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:22.154" endtime="20220402 10:18:22.155"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.893" endtime="20220402 10:18:22.155"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:21.893" endtime="20220402 10:18:22.155"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>运营审核通过</arg>
|
|
</arguments>
|
|
<kw name="运营审核通过" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.156" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.156" endtime="20220402 10:18:22.157"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.157" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.157" endtime="20220402 10:18:22.157"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.158" level="INFO">${data} = { "auditRequestId":"707576714997403648", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.157" endtime="20220402 10:18:22.158"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.347" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576714997403648", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.348" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.348" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.158" endtime="20220402 10:18:22.348"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.155" endtime="20220402 10:18:22.348"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.155" endtime="20220402 10:18:22.348"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核后详情</arg>
|
|
</arguments>
|
|
<kw name="运营审核后详情" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.350" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.349" endtime="20220402 10:18:22.350"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.559" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.559" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576714997403648/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576714997403648","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":2,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576715064512512","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.560" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.350" endtime="20220402 10:18:22.560"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.561" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.560" endtime="20220402 10:18:22.561"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.561" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.561" endtime="20220402 10:18:22.561"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.562" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.561" endtime="20220402 10:18:22.562"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.562" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.562" endtime="20220402 10:18:22.563"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.563" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.563" endtime="20220402 10:18:22.563"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.563" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.563" endtime="20220402 10:18:22.563"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.349" endtime="20220402 10:18:22.564"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.348" endtime="20220402 10:18:22.564"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.565" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.564" endtime="20220402 10:18:22.565"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.661" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.661" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576714997403648","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":19.440,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.890000,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":478.210,"paybackDay":null,"paybackId":"707576721964142592 ","state":2,"isDelay":0,"paidPrice":0.000,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"invoicePoint":9.600,"allCollectionCharges":3.7700,"allMatCharges":0.0000,"allPublicSubsidies":0.0000,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":647.890,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":1.692655,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":478.210000,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":647.890000,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":168.200000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.662" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.565" endtime="20220402 10:18:22.662"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.663" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576714997403648', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.662" endtime="20220402 10:18:22.663"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["noReceivablePrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:22.664" endtime="20220402 10:18:22.665"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["paperMillPayAt"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:22.665" endtime="20220402 10:18:22.666"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.564" endtime="20220402 10:18:22.666"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.564" endtime="20220402 10:18:22.666"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:20.348" endtime="20220402 10:18:22.666"></status>
|
|
</kw>
|
|
<kw name="${index} = 2" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取财务审核列表</arg>
|
|
</arguments>
|
|
<kw name="获取财务审核列表" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.668" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.668" endtime="20220402 10:18:22.668"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.763" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.763" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576714997403648","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:20","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:17","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":3,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.763" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.669" endtime="20220402 10:18:22.763"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${staus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.764" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.764" endtime="20220402 10:18:22.764"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.765" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.765" endtime="20220402 10:18:22.765"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:22.765" endtime="20220402 10:18:22.766"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${staus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.766" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.766" endtime="20220402 10:18:22.766"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.767" level="INFO">${auditRequestId} = 707576714997403648</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.766" endtime="20220402 10:18:22.767"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.667" endtime="20220402 10:18:22.767"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.667" endtime="20220402 10:18:22.767"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${staus}'=='0'</arg>
|
|
<arg>财务驳回</arg>
|
|
</arguments>
|
|
<kw name="财务驳回" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.768" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.768" endtime="20220402 10:18:22.768"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":2,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.769" level="INFO">${data} = {"auditRequestId":"707576714997403648","adminId":null,"isPass":2,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.769" endtime="20220402 10:18:22.769"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:22.857" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576714997403648","adminId":null,"isPass":2,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.858" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:22 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:22.858" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.769" endtime="20220402 10:18:22.858"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:22.859" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.858" endtime="20220402 10:18:22.859"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:23.859" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:22.859" endtime="20220402 10:18:23.860"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.767" endtime="20220402 10:18:23.860"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.767" endtime="20220402 10:18:23.860"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:23.863" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.862" endtime="20220402 10:18:23.863"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:23.971" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:23.972" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:23 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576724501696512","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2022-04-02 10:18:23","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:23.972" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.864" endtime="20220402 10:18:23.972"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:23.973" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.972" endtime="20220402 10:18:23.973"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:23.974" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.973" endtime="20220402 10:18:23.974"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:23.974" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.974" endtime="20220402 10:18:23.974"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:23.975" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.974" endtime="20220402 10:18:23.975"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:23.861" endtime="20220402 10:18:23.975"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:23.861" endtime="20220402 10:18:23.975"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:23.976" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.976" endtime="20220402 10:18:23.976"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.179" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.180" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:24 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576724501696512","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576724656885760","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.180" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:23.976" endtime="20220402 10:18:24.180"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.181" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576724501696512', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576724656885760', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 19.44, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': '2022-04-02', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.180" endtime="20220402 10:18:24.181"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.182" level="INFO">${auditRequestItemId} = 707576724656885760</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.181" endtime="20220402 10:18:24.182"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.182" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.182" endtime="20220402 10:18:24.182"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.183" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.182" endtime="20220402 10:18:24.183"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.183" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.183" endtime="20220402 10:18:24.183"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.184" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.184" endtime="20220402 10:18:24.184"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.185" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.184" endtime="20220402 10:18:24.185"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.185" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.185" endtime="20220402 10:18:24.185"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.186" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.186" endtime="20220402 10:18:24.186"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.186" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.186" endtime="20220402 10:18:24.186"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.187" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.187" endtime="20220402 10:18:24.187"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.187" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.187" endtime="20220402 10:18:24.187"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.188" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.188" endtime="20220402 10:18:24.188"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.188" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.188" endtime="20220402 10:18:24.189"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.189" level="INFO">${auditRequestItemId} = 707576724656885760</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.189" endtime="20220402 10:18:24.189"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.190" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.190" endtime="20220402 10:18:24.190"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.190" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.190" endtime="20220402 10:18:24.190"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.191" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.191" endtime="20220402 10:18:24.192"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.192" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.192" endtime="20220402 10:18:24.192"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.193" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.192" endtime="20220402 10:18:24.193"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.193" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.193" endtime="20220402 10:18:24.193"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.193" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.193" endtime="20220402 10:18:24.194"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.194" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.194" endtime="20220402 10:18:24.194"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:23.975" endtime="20220402 10:18:24.194"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:23.975" endtime="20220402 10:18:24.194"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.195" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.195" endtime="20220402 10:18:24.195"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.197" level="INFO">${data} = { "auditRequestItemId":"707576724656885760", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.196" endtime="20220402 10:18:24.197"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.459" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576724656885760", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.459" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:24 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.459" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.197" endtime="20220402 10:18:24.460"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:24.460" endtime="20220402 10:18:24.461"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.194" endtime="20220402 10:18:24.461"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.194" endtime="20220402 10:18:24.461"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>运营审核通过</arg>
|
|
</arguments>
|
|
<kw name="运营审核通过" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.462" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.462" endtime="20220402 10:18:24.462"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.463" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.463" endtime="20220402 10:18:24.463"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.464" level="INFO">${data} = { "auditRequestId":"707576724501696512", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.463" endtime="20220402 10:18:24.464"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.673" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576724501696512", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.673" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:24 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.673" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.464" endtime="20220402 10:18:24.673"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.461" endtime="20220402 10:18:24.673"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.461" endtime="20220402 10:18:24.673"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核后详情</arg>
|
|
</arguments>
|
|
<kw name="运营审核后详情" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.675" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.674" endtime="20220402 10:18:24.675"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.879" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.879" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576724501696512/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:24 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576724501696512","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":2,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576724656885760","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.879" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.675" endtime="20220402 10:18:24.879"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.880" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.880" endtime="20220402 10:18:24.880"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.881" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.881" endtime="20220402 10:18:24.881"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.882" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.881" endtime="20220402 10:18:24.882"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.882" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.882" endtime="20220402 10:18:24.883"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.883" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.883" endtime="20220402 10:18:24.883"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.883" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.883" endtime="20220402 10:18:24.884"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.674" endtime="20220402 10:18:24.884"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.674" endtime="20220402 10:18:24.884"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.885" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.885" endtime="20220402 10:18:24.885"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.978" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.978" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:24 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576724501696512","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":19.440,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.890000,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":478.210,"paybackDay":null,"paybackId":"707576731648790528 ","state":2,"isDelay":0,"paidPrice":0.000,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"invoicePoint":9.600,"allCollectionCharges":3.7700,"allMatCharges":0.0000,"allPublicSubsidies":0.0000,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":647.890,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":1.692655,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":478.210000,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":647.890000,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":168.200000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:24.979" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.886" endtime="20220402 10:18:24.979"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:24.980" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576724501696512', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.979" endtime="20220402 10:18:24.980"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["noReceivablePrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:24.980" endtime="20220402 10:18:24.981"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["paperMillPayAt"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:24.981" endtime="20220402 10:18:24.981"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.884" endtime="20220402 10:18:24.981"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.884" endtime="20220402 10:18:24.982"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:22.666" endtime="20220402 10:18:24.982"></status>
|
|
</kw>
|
|
<kw name="${index} = 3" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取财务审核列表</arg>
|
|
</arguments>
|
|
<kw name="获取财务审核列表" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:24.983" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.983" endtime="20220402 10:18:24.983"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:25.105" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:25.105" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:25 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576724501696512","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576714997403648","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:22","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:20","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:17","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":4,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:25.106" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:24.984" endtime="20220402 10:18:25.106"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${staus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:25.107" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.106" endtime="20220402 10:18:25.107"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:25.107" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.107" endtime="20220402 10:18:25.107"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:25.107" endtime="20220402 10:18:25.108"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${staus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:25.108" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.108" endtime="20220402 10:18:25.108"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:25.109" level="INFO">${auditRequestId} = 707576724501696512</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.109" endtime="20220402 10:18:25.109"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.982" endtime="20220402 10:18:25.109"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.982" endtime="20220402 10:18:25.109"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${staus}'=='0'</arg>
|
|
<arg>财务驳回</arg>
|
|
</arguments>
|
|
<kw name="财务驳回" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:25.110" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.110" endtime="20220402 10:18:25.111"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":2,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:25.111" level="INFO">${data} = {"auditRequestId":"707576724501696512","adminId":null,"isPass":2,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.111" endtime="20220402 10:18:25.111"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:25.197" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576724501696512","adminId":null,"isPass":2,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:25.197" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:25 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:25.197" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.111" endtime="20220402 10:18:25.197"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:25.198" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.198" endtime="20220402 10:18:25.198"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.199" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:25.199" endtime="20220402 10:18:26.199"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:25.110" endtime="20220402 10:18:26.199"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:25.109" endtime="20220402 10:18:26.200"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.201" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.201" endtime="20220402 10:18:26.202"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.274" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.274" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:26 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576734312173568","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2022-04-02 10:18:25","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.275" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.202" endtime="20220402 10:18:26.275"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.276" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.275" endtime="20220402 10:18:26.276"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.276" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.276" endtime="20220402 10:18:26.276"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.277" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.276" endtime="20220402 10:18:26.277"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.277" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.277" endtime="20220402 10:18:26.277"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.200" endtime="20220402 10:18:26.277"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.200" endtime="20220402 10:18:26.277"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.278" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.278" endtime="20220402 10:18:26.279"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.477" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.477" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:26 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576734312173568","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576734387671040","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.478" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.279" endtime="20220402 10:18:26.478"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.479" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576734312173568', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576734387671040', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 19.44, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.478" endtime="20220402 10:18:26.479"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.480" level="INFO">${auditRequestItemId} = 707576734387671040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.479" endtime="20220402 10:18:26.480"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.480" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.480" endtime="20220402 10:18:26.480"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.481" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.480" endtime="20220402 10:18:26.481"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.481" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.481" endtime="20220402 10:18:26.481"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.482" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.481" endtime="20220402 10:18:26.482"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.483" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.482" endtime="20220402 10:18:26.483"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.483" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.483" endtime="20220402 10:18:26.483"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.484" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.483" endtime="20220402 10:18:26.484"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.484" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.484" endtime="20220402 10:18:26.484"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.485" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.484" endtime="20220402 10:18:26.485"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.485" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.485" endtime="20220402 10:18:26.485"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.486" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.485" endtime="20220402 10:18:26.486"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.486" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.486" endtime="20220402 10:18:26.486"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.487" level="INFO">${auditRequestItemId} = 707576734387671040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.487" endtime="20220402 10:18:26.487"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.487" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.487" endtime="20220402 10:18:26.487"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.488" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.488" endtime="20220402 10:18:26.488"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.488" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.488" endtime="20220402 10:18:26.488"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.489" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.488" endtime="20220402 10:18:26.489"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.489" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.489" endtime="20220402 10:18:26.489"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.490" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.489" endtime="20220402 10:18:26.490"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.490" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.490" endtime="20220402 10:18:26.490"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.491" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.490" endtime="20220402 10:18:26.491"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.278" endtime="20220402 10:18:26.491"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.277" endtime="20220402 10:18:26.491"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.493" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.493" endtime="20220402 10:18:26.494"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.495" level="INFO">${data} = { "auditRequestItemId":"707576734387671040", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.494" endtime="20220402 10:18:26.495"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.749" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576734387671040", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.749" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:26 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.749" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.495" endtime="20220402 10:18:26.749"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:26.749" endtime="20220402 10:18:26.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.491" endtime="20220402 10:18:26.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.491" endtime="20220402 10:18:26.750"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>运营审核通过</arg>
|
|
</arguments>
|
|
<kw name="运营审核通过" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.752" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.751" endtime="20220402 10:18:26.752"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.753" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.752" endtime="20220402 10:18:26.753"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.753" level="INFO">${data} = { "auditRequestId":"707576734312173568", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.753" endtime="20220402 10:18:26.753"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:26.950" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576734312173568", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.950" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:26 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:26.950" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.753" endtime="20220402 10:18:26.950"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.751" endtime="20220402 10:18:26.950"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.751" endtime="20220402 10:18:26.950"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核后详情</arg>
|
|
</arguments>
|
|
<kw name="运营审核后详情" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:26.952" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.951" endtime="20220402 10:18:26.952"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.254" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.254" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576734312173568/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:27 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576734312173568","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":2,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576734387671040","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.254" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:26.952" endtime="20220402 10:18:27.254"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.255" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.255" endtime="20220402 10:18:27.255"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.256" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.255" endtime="20220402 10:18:27.256"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.257" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.256" endtime="20220402 10:18:27.257"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.257" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.257" endtime="20220402 10:18:27.257"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.258" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.257" endtime="20220402 10:18:27.258"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.258" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.258" endtime="20220402 10:18:27.258"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.951" endtime="20220402 10:18:27.258"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:26.951" endtime="20220402 10:18:27.258"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.259" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.259" endtime="20220402 10:18:27.260"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.349" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.350" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:27 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576734312173568","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":19.440,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.890000,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":478.210,"paybackDay":null,"paybackId":"707576741278912513 ","state":2,"isDelay":0,"paidPrice":0.000,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"invoicePoint":9.600,"allCollectionCharges":3.7700,"allMatCharges":0.0000,"allPublicSubsidies":0.0000,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":647.890,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":1.692655,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":478.210000,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":647.890000,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":168.200000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.350" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.260" endtime="20220402 10:18:27.350"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.351" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576734312173568', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.350" endtime="20220402 10:18:27.351"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["noReceivablePrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:27.351" endtime="20220402 10:18:27.352"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["paperMillPayAt"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:27.352" endtime="20220402 10:18:27.353"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.259" endtime="20220402 10:18:27.353"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.258" endtime="20220402 10:18:27.353"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:24.982" endtime="20220402 10:18:27.353"></status>
|
|
</kw>
|
|
<kw name="${index} = 4" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取财务审核列表</arg>
|
|
</arguments>
|
|
<kw name="获取财务审核列表" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.354" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.354" endtime="20220402 10:18:27.355"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.448" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.449" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:27 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576734312173568","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576724501696512","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:25","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576714997403648","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:22","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576705069486080","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:20","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576694386593792","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":3,"auditedTime":"2022-04-02 10:18:17","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576661176094720","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":null,"activityId":null,"paymentType":null,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":5,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.449" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.355" endtime="20220402 10:18:27.449"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${staus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.450" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.449" endtime="20220402 10:18:27.450"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.450" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.450" endtime="20220402 10:18:27.450"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:27.451" endtime="20220402 10:18:27.451"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${staus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.452" level="INFO">${staus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.451" endtime="20220402 10:18:27.452"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.452" level="INFO">${auditRequestId} = 707576734312173568</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.452" endtime="20220402 10:18:27.452"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.353" endtime="20220402 10:18:27.452"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.353" endtime="20220402 10:18:27.452"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${staus}'=='0'</arg>
|
|
<arg>财务驳回</arg>
|
|
</arguments>
|
|
<kw name="财务驳回" library="财务审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.454" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.454" endtime="20220402 10:18:27.454"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":2,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.455" level="INFO">${data} = {"auditRequestId":"707576734312173568","adminId":null,"isPass":2,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.455" endtime="20220402 10:18:27.455"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:27.541" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576734312173568","adminId":null,"isPass":2,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.541" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:27 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:27.541" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.455" endtime="20220402 10:18:27.541"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:27.542" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.542" endtime="20220402 10:18:27.542"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.543" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:27.543" endtime="20220402 10:18:28.543"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.453" endtime="20220402 10:18:28.543"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.453" endtime="20220402 10:18:28.544"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.545" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.545" endtime="20220402 10:18:28.545"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.614" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:28.615" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:28 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576744147816448","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","categoryName":"花纸","settlePrice":490.870000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576661176094720","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2022-04-02 10:18:28","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:28.615" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.546" endtime="20220402 10:18:28.615"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.616" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.615" endtime="20220402 10:18:28.616"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.617" level="INFO">${auditRequestId} = 707576744147816448</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.617" endtime="20220402 10:18:28.617"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.618" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.617" endtime="20220402 10:18:28.618"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.619" level="INFO">${auditRequestId} = 707576744147816448</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.618" endtime="20220402 10:18:28.619"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.544" endtime="20220402 10:18:28.619"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.544" endtime="20220402 10:18:28.619"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.621" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.620" endtime="20220402 10:18:28.621"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.861" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:28.862" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:28 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576744147816448","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576744223313920","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:28.862" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.621" endtime="20220402 10:18:28.862"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.863" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576650832941056', 'auditType': 0, 'auditRequestId': '707576744147816448', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': None, 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png'], 'scrapOrderId': '707576650790998016', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '38', 'transactionMainEnterpriseName': '测试', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576744223313920', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 360.0, 'settleWeight': 290.0, 'deductedWeight': 70.0, 'deductedWeightPoint': 19.44, 'unitPrice': 1.65, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 490.87, 'adjustmentFee': 20.0, 'unitSurcharge': 0.022, 'receivablePrice': 478.21, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8084, 'receivablePriceIncludeTax': 647.89, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': None, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': 0, 'publicSubsidies': 0.0, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.807304, 'settleUnitPrice': 1.65, 'financeAuditNotPassedRemark': '2022-04-02', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 0.29, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -0.29, 'unit': 0.001, 'unitType': 1}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 120.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': None, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 1, 'activitySettleType': None, 'isEntire': None, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.862" endtime="20220402 10:18:28.863"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.864" level="INFO">${auditRequestItemId} = 707576744223313920</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.863" endtime="20220402 10:18:28.864"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.865" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.865" endtime="20220402 10:18:28.865"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.866" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.865" endtime="20220402 10:18:28.866"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.866" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.866" endtime="20220402 10:18:28.866"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.867" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.867" endtime="20220402 10:18:28.867"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.868" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.867" endtime="20220402 10:18:28.868"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.868" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.868" endtime="20220402 10:18:28.868"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.869" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.869" endtime="20220402 10:18:28.869"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.870" level="INFO">${surcharge1} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.869" endtime="20220402 10:18:28.870"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.870" level="INFO">${surcharge2} = 6.38</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.870" endtime="20220402 10:18:28.870"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.871" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.870" endtime="20220402 10:18:28.871"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.871" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.871" endtime="20220402 10:18:28.871"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.872" level="INFO">${auditRequestId} = 707576744147816448</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.872" endtime="20220402 10:18:28.872"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.873" level="INFO">${auditRequestItemId} = 707576744223313920</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.872" endtime="20220402 10:18:28.873"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.873" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.873" endtime="20220402 10:18:28.873"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.874" level="INFO">${netWeight} = 360.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.873" endtime="20220402 10:18:28.874"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.874" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.874" endtime="20220402 10:18:28.874"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.875" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.874" endtime="20220402 10:18:28.875"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.875" level="INFO">${settleWeight} = 290.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.875" endtime="20220402 10:18:28.875"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.876" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.876" endtime="20220402 10:18:28.876"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.876" level="INFO">${surcharge} = 7.92</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.876" endtime="20220402 10:18:28.876"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.877" level="INFO">${auditRequestId} = 707576744147816448</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.877" endtime="20220402 10:18:28.877"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.620" endtime="20220402 10:18:28.877"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.619" endtime="20220402 10:18:28.877"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="order-receipt-audit-details" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:28.878" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.878" endtime="20220402 10:18:28.879"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:28.880" level="INFO">${data} = { "auditRequestItemId":"707576744223313920", "categoryName":"花纸", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"京SG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.879" endtime="20220402 10:18:28.880"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.139" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '558'}
|
|
body=b'{ "auditRequestItemId":"707576744223313920", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"360.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"2022-04-27", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"290.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe6\xb5\x8b\xe8\xaf\x95", "invoicePoint":"9.6", "publicSubsidies":"0.0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.66", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.140" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.140" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:28.880" endtime="20220402 10:18:29.140"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:29.140" endtime="20220402 10:18:29.141"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.878" endtime="20220402 10:18:29.141"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:28.877" endtime="20220402 10:18:29.141"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>运营审核通过</arg>
|
|
</arguments>
|
|
<kw name="运营审核通过" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.143" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.142" endtime="20220402 10:18:29.143"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.144" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.143" endtime="20220402 10:18:29.144"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.144" level="INFO">${data} = { "auditRequestId":"707576744147816448", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.144" endtime="20220402 10:18:29.144"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.336" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576744147816448", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.336" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.337" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.144" endtime="20220402 10:18:29.337"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.142" endtime="20220402 10:18:29.337"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.141" endtime="20220402 10:18:29.337"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核后详情</arg>
|
|
</arguments>
|
|
<kw name="运营审核后详情" library="运营审核通过">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.339" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.339" endtime="20220402 10:18:29.340"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.540" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.540" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576744147816448","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":2,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576744223313920","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.541" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.340" endtime="20220402 10:18:29.541"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.542" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.541" endtime="20220402 10:18:29.542"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.542" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.542" endtime="20220402 10:18:29.542"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivableAdjustMoney</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableAdjustMoney}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.543" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.543" endtime="20220402 10:18:29.543"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.544" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.543" endtime="20220402 10:18:29.544"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.544" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.544" endtime="20220402 10:18:29.544"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableAdjustMoney}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.545" level="INFO">${receivableAdjustMoney} = 120.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.544" endtime="20220402 10:18:29.545"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.338" endtime="20220402 10:18:29.545"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.337" endtime="20220402 10:18:29.545"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.546" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.546" endtime="20220402 10:18:29.547"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.637" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.638" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576650832941056
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46257","orderId":"707576650790998016","orderItemId":"707576650832941056","auditRequestId":"707576744147816448","weightNoteId":"707576661176094720","orderCreateTime":"2022-04-02 10:18:05","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":490.870,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"小小","millSupplierId":"700688316244299776","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":360.000,"deductedPoint":19.440,"settleWeight":290.000,"settleUtiPrice":1.650000,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.890000,"unitSurcharge":0.022,"adjustMoney":20.000,"receivablePrice":478.210,"paybackDay":null,"paybackId":"707576751269744640 ","state":2,"isDelay":0,"paidPrice":0.000,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":null,"warehouseName":"江高仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"unitPrice":1.650000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"invoicePoint":9.600,"allCollectionCharges":3.7700,"allMatCharges":0.0000,"allPublicSubsidies":0.0000,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":647.890,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":120.000000,"paperMillBizName":"qniaoGuest","allAgencyFee":7.920000,"purchaseUnitPrice":1.692655,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":478.210000,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":647.890000,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":-0.290000,"remark":null,"contractType":2,"settlementType":0,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":null,"activitySettleType":null,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"100%","settleDay":"2022-04-02","refundSubsidy":168.200000000,"isNoPeriodOrder":false,"firstSettlementPrice":490.870000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.638" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.547" endtime="20220402 10:18:29.638"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.639" level="INFO">${台账列表数据} = {'id': '46257', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'auditRequestId': '707576744147816448', 'weightNoteId': '707576661176094720', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.638" endtime="20220402 10:18:29.639"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["noReceivablePrice"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:29.639" endtime="20220402 10:18:29.640"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["paperMillPayAt"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:29.640" endtime="20220402 10:18:29.641"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.546" endtime="20220402 10:18:29.641"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.545" endtime="20220402 10:18:29.641"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:27.353" endtime="20220402 10:18:29.641"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.376" endtime="20220402 10:18:29.641"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:17.374" endtime="20220402 10:18:29.641" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.643" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.642" endtime="20220402 10:18:29.643"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":1,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.644" level="INFO">${data} = {"auditRequestId":"707576744147816448","adminId":null,"isPass":1,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.643" endtime="20220402 10:18:29.644"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:29.708" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576744147816448","adminId":null,"isPass":1,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.709" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:29 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:29.709" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.644" endtime="20220402 10:18:29.709"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:29.710" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.709" endtime="20220402 10:18:29.710"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:30.710" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:29.710" endtime="20220402 10:18:30.711"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:29.642" endtime="20220402 10:18:30.711" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s1-t5" name="paper-mill-order-receipt-proof-request_settle">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:30.713" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:30.712" endtime="20220402 10:18:30.713"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "id":"${auditRequestId}", \ \ \ \ "adminId":null }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:30.714" level="INFO">${data} = { "id":"707576744147816448", "adminId":null }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:30.713" endtime="20220402 10:18:30.714"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:30.852" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '53'}
|
|
body=b'{ "id":"707576744147816448", "adminId":null }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:30.852" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:30 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:30.853" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:30.714" endtime="20220402 10:18:30.853"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:31.854" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:30.853" endtime="20220402 10:18:31.854"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:30.711" endtime="20220402 10:18:31.854" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应付</doc>
|
|
<status status="PASS" starttime="20220402 10:18:17.088" endtime="20220402 10:18:31.855"></status>
|
|
</suite>
|
|
<suite id="s1-s1-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/000-Regularorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
|
|
<test id="s1-s1-s2-s3-s2-t1" name="get_paper-payment-order-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:31.864" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.863" endtime="20220402 10:18:31.864"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-payment-order-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:31.962" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576650790998016
|
|
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576650790998016
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:31.962" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576650790998016
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:31 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"707576751269744640","orderId":"707576650790998016","orderItemId":"707576650832941056","paperMillName":"Ceshi_factory","millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","settlementDate":"2022-04-02","settlePrice":490.87,"bizOwnerName":"李忠糠","paperMillPayAt":"2022-04-27","status":0,"isInvalid":0,"weighingDate":"2022-04-02","paidPrice":null,"bankFlowNo":null,"remark":null,"auditRequestId":"707576744147816448","receivablePrice":647.890,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"707576661176094720","paperMillMerchantAccout":"小小","millDeliveryOrderId":"707576650790998016","paybackIntever":25,"activityName":null,"activityId":null,"factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:31.962" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.864" endtime="20220402 10:18:31.962"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paymentOrderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:31.963" level="INFO">${paymentOrderId} = 707576751269744640</msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.963" endtime="20220402 10:18:31.963"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:31.964" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '707576751269744640', 'orderId': '707576650790998016', 'orderItemId': '707576650832941056', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '小小', 'millDelieveryOrderId': '707576650790998016', 'settlementDate': '2022-04-02', 'settlePrice': 490.87, 'bizOwnerName': '李忠糠', 'paperMillPayAt': '2022-04-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2022-04-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '707576744147816448', 'receivablePrice': 647.89, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '707576661176094720', 'paperMillMerchantAccout': '小小', 'millDeliveryOrderId': '707576650790998016', 'paybackIntever': 25, 'activityName': None, 'activityId': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': None, 'firstPaidTime': None, 'secondPaidPrice': None, 'secondPaidTime': None, 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.964" endtime="20220402 10:18:31.964"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paymentOrderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:31.965" level="INFO">${paymentOrderId} = 707576751269744640</msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.964" endtime="20220402 10:18:31.965"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:31.863" endtime="20220402 10:18:31.965" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s2-t2" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:31.966" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.966" endtime="20220402 10:18:31.966"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:32.167" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:32.167" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576744147816448/707576661176094720
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:32 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576650832941056","auditType":0,"auditRequestId":"707576744147816448","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":null,"millSupplierName":"小小","millDelieveryOrderId":"707576650790998016","status":1,"auditStatus":3,"settleStatus":2,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865887201.png"],"scrapOrderId":"707576650790998016","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"38","transactionMainEnterpriseName":"测试","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576744223313920","driverName":null,"plateNumber":"京SGGGGG","netWeight":360.000,"settleWeight":290.000,"deductedWeight":70.000,"deductedWeightPoint":19.440,"unitPrice":1.6500000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":490.870000,"adjustmentFee":20.000,"unitSurcharge":0.022000,"receivablePrice":478.210000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.808400,"receivablePriceIncludeTax":647.89,"preReceivablePriceIncludeTax":null,"noReceivablePrice":647.890,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":null,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":0,"publicSubsidies":0.000000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.807304,"settleUnitPrice":1.650000,"financeAuditNotPassedRemark":"2022-04-02","categoryName":"花纸","paperCategoryId":"660529551931215872","deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":0.290,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-0.290,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-0.290,"unit":0.001000,"unitType":1}],"refundSubsidy":0.002000,"receivableAdjustMoney":120.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":null,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":1,"activitySettleType":null,"isEntire":null,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:32.167" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:31.966" endtime="20220402 10:18:32.167"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivablePriceIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivablePriceIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:32.168" level="INFO">${receivablePriceIncludeTax} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.167" endtime="20220402 10:18:32.168"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:32.169" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.168" endtime="20220402 10:18:32.169"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivablePriceIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:32.169" level="INFO">${receivablePriceIncludeTax} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.169" endtime="20220402 10:18:32.169"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:32.170" level="INFO">${noReceivablePrice} = 647.89</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.170" endtime="20220402 10:18:32.170"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:31.965" endtime="20220402 10:18:32.170" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s1-s2-s3-s2-t3" name="update_payment-order-status">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:32.171" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.171" endtime="20220402 10:18:32.172"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paymentOrderId":"${paymentOrderId}", \ \ \ \ "receivablePrice":"${receivablePriceIncludeTax}", \ \ \ \ "paidPrice":"${receivablePriceIncludeTax}", \ \ \ \ "noReceiveblePrice":"${noReceivablePrice}", \ \ \ \ "bankFlowNo":null, \ \ \ \ "paymentAdjustmentFee":null, \ \ \ \ "returnPayDate":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:32.172" level="INFO">${data} = { "paymentOrderId":"707576751269744640", "receivablePrice":"647.89", "paidPrice":"647.89", "noReceiveblePrice":"647.89", "bankFlowNo":null, "paymentAdjustmentFee":null, "re...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.172" endtime="20220402 10:18:32.172"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/update/payment-order-status</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:32.298" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
path_url=/recycle-service/admin/operation/update/payment-order-status
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '227'}
|
|
body=b'{ "paymentOrderId":"707576751269744640", "receivablePrice":"647.89", "paidPrice":"647.89", "noReceiveblePrice":"647.89", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:32.298" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:32 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:32.299" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.173" endtime="20220402 10:18:32.299"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:32.299" endtime="20220402 10:18:32.299"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.300" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:32.300" endtime="20220402 10:18:33.300"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:32.170" endtime="20220402 10:18:33.301" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应收</doc>
|
|
<status status="PASS" starttime="20220402 10:18:31.858" endtime="20220402 10:18:33.301"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:17.085" endtime="20220402 10:18:33.304"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:05.419" endtime="20220402 10:18:33.309"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:04.210" endtime="20220402 10:18:33.319"></status>
|
|
</suite>
|
|
<suite id="s1-s2" name="001-Activeorder" source="/root/ztb-trading-rf-api/001-Activeorder">
|
|
<suite id="s1-s2-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)">
|
|
<suite id="s1-s2-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)/1-APPlogin(Test).robot">
|
|
<test id="s1-s2-s1-s1-t1" name="userlogin">
|
|
<kw name="Disable Warnings" library="urllib3">
|
|
<doc>Helper for quickly disabling all urllib3 warnings.</doc>
|
|
<status status="PASS" starttime="20220402 10:18:33.336" endtime="20220402 10:18:33.336"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>https://api-client-uec-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.337" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-uec-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.337" endtime="20220402 10:18:33.337"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>account=18888888888</arg>
|
|
<arg>captcha=888888</arg>
|
|
<arg>accountType=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.338" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.337" endtime="20220402 10:18:33.338"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>18888888888</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${account}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.338" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.338" endtime="20220402 10:18:33.338"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>uec/authorize/by-captcha</arg>
|
|
<arg>json=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${respones}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.411" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
path_url=/uec/authorize/by-captcha
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
|
|
body=b'{"account": "18888888888", "captcha": "888888", "accountType": "2"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.411" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 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":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==","userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.411" level="INFO">${respones} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.339" endtime="20220402 10:18:33.411"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.status_code}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.412" level="INFO">200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.412" endtime="20220402 10:18:33.412"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.413" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==', 'userId': '659450159519895552'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.412" endtime="20220402 10:18:33.413"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.413" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.413" endtime="20220402 10:18:33.413"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${token}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.414" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.414" endtime="20220402 10:18:33.414"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${account}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.415" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.414" endtime="20220402 10:18:33.415"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.336" endtime="20220402 10:18:33.415" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s1-s1-t2" name="login-token">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.417" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.416" endtime="20220402 10:18:33.417"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>loginToken=${token}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.418" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.417" endtime="20220402 10:18:33.418"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/authorize/get/product-line-token/by/login-token</arg>
|
|
<arg>json=${token1}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.493" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
path_url=/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '106'}
|
|
body=b'{"loginToken": "d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=="}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.493" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==","userToken":null,"userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.493" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.418" endtime="20220402 10:18:33.493"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.495" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.494" endtime="20220402 10:18:33.495"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>userId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${userId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.496" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.495" endtime="20220402 10:18:33.496"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["token"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.497" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.496" endtime="20220402 10:18:33.497"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.498" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.497" endtime="20220402 10:18:33.498"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${userId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.499" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.498" endtime="20220402 10:18:33.499"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.416" endtime="20220402 10:18:33.499" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:33.331" endtime="20220402 10:18:33.500"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s1-s2" name="2.2createActiveorder-1" source="/root/ztb-trading-rf-api/001-Activeorder/1-Client(Test)/2.2createActiveorder-1.robot">
|
|
<test id="s1-s2-s1-s2-t1" name="proxy-sell-activity_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.507" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.507" endtime="20220402 10:18:33.508"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell-activity/list</arg>
|
|
<arg>params=pageNum=1&pageSize=15</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsponse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.667" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
path_url=/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.667" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.675,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","shortName":"Ceshi_factory","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649450137.jpg","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649450137.jpg"}}},{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.710,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","shortName":"Ceshi_factory","startTime":"2021-11-23 14:35:47","endTime":"2021-11-24 14:35:47","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649372318.png","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649372318.png"}}},{"paperMillId":"647892637390606336","name":"格森纸业有限公司","paperCategoryList":[{"categoryId":"648502476105977856","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.670,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null},{"categoryId":"648502476126949376","categoryName":"白纸","yesterdayUnitPrice":null,"unitPrice":1.880,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1634636091226.png","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"649965536695947264","activityName":"格森--两次活动","shortName":"格森纸业","startTime":"2021-10-25 10:51:19","endTime":"2021-10-31 10:51:19","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635130303548.png","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635130303548.png"}}},{"paperMillId":"647892637390606336","name":"格森纸业有限公司","paperCategoryList":[{"categoryId":"648502476147920896","categoryName":"小花纸","yesterdayUnitPrice":null,"unitPrice":3.335,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1634636091226.png","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"649688261702324224","activityName":"测试","shortName":"格森纸业","startTime":"2021-10-24 16:29:29","endTime":"2021-11-28 16:29:29","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635064207174.jpg","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635064207174.jpg"}}}],"total":4,"size":15,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.667" level="INFO">${repsponse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.508" endtime="20220402 10:18:33.667"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${repsponse.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.668" level="INFO">${records} = [{'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floati...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.668" endtime="20220402 10:18:33.668"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{records} ]" type="for">
|
|
<kw name="${item} = {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatin..." type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.669" level="INFO">${activityName} = Ceshi_factory--两次</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.669" endtime="20220402 10:18:33.669"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperCategoryList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.670" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.669" endtime="20220402 10:18:33.670"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.670" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.670" endtime="20220402 10:18:33.670"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.670" level="INFO">${activityId} = 660531609048584192</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.670" endtime="20220402 10:18:33.670"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${activityName}'=='Ceshi_factory--一次'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:33.671" endtime="20220402 10:18:33.671"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.669" endtime="20220402 10:18:33.671"></status>
|
|
</kw>
|
|
<kw name="${item} = {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.71, 'floating..." type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.672" level="INFO">${activityName} = Ceshi_factory--一次</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.671" endtime="20220402 10:18:33.672"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperCategoryList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.672" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.71, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.672" endtime="20220402 10:18:33.672"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.673" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.672" endtime="20220402 10:18:33.673"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.674" level="INFO">${activityId} = 660531287664234496</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.673" endtime="20220402 10:18:33.674"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${activityName}'=='Ceshi_factory--一次'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.675" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.674" endtime="20220402 10:18:33.675"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.671" endtime="20220402 10:18:33.675"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.669" endtime="20220402 10:18:33.675"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${paperCategoryList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${Category_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.675" level="INFO">${Category_value} = {'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.71, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.675" endtime="20220402 10:18:33.676"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${Category_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:33.676" endtime="20220402 10:18:33.676"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>categoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.676" level="INFO">${categoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.676" endtime="20220402 10:18:33.677"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.677" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.677" endtime="20220402 10:18:33.677"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>unitPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.678" level="INFO">${unitPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.677" endtime="20220402 10:18:33.678"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.678" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.678" endtime="20220402 10:18:33.678"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activityId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.679" level="INFO">${activityId} = 660531287664234496</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.678" endtime="20220402 10:18:33.679"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.679" level="INFO">${categoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.679" endtime="20220402 10:18:33.679"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.680" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.679" endtime="20220402 10:18:33.680"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.681" level="INFO">${unitPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.680" endtime="20220402 10:18:33.681"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.506" endtime="20220402 10:18:33.681" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s1-s2-t2" name="get-carinfo">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.682" level="INFO">Creating Session using : alias=get-carinfo, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.682" endtime="20220402 10:18:33.683"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>recycle-service/proxy-sell/get/his-car-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.725" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
path_url=/recycle-service/proxy-sell/get/his-car-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.726" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"5544","scrapPaperOrderItemId":null,"plateNumber":"京SGGGGG","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5538","scrapPaperOrderItemId":null,"plateNumber":"京R76859","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5537","scrapPaperOrderItemId":null,"plateNumber":"闽NC6789","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5536","scrapPaperOrderItemId":null,"plateNumber":"贵R67890","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5535","scrapPaperOrderItemId":null,"plateNumber":"贵R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5499","scrapPaperOrderItemId":null,"plateNumber":"京R66666","driverName":null,"driverPhone":null,"packageNum":0}],"total":0,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.726" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.683" endtime="20220402 10:18:33.726"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.727" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '5544', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5538', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5537', 'scrapPaperOrderItemId': None, 'plateNumber': '闽NC6789', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5536', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5535', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5499', 'scrapPaperOrderItemId': None, 'plateNumber': '京R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.726" endtime="20220402 10:18:33.727"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.728" level="INFO">${carNumber} = [{'id': '5544', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5538', 'scrapPaperOrderItemId': None, 'plateNumber': '京R7685...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.727" endtime="20220402 10:18:33.728"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.sample(${carNumber},1)</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.730" level="INFO">${plateNumber_value} = [{'id': '5536', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.729" endtime="20220402 10:18:33.730"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${plateNumber_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:33.730" endtime="20220402 10:18:33.731"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber_value[0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.732" level="INFO">${plateNumber1} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.731" endtime="20220402 10:18:33.732"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.733" level="INFO">${plateNumber1} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.732" endtime="20220402 10:18:33.733"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.681" endtime="20220402 10:18:33.733" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s1-s2-t3" name="get_paper-mill-paper-category-price-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.735" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.734" endtime="20220402 10:18:33.735"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/get/paper-mill-paper-category-price-details/${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.883" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
path_url=/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.883" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","unitPrice":1.650,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":0.010,"isAllowOrder":true},{"categoryId":"671765556428410880","categoryName":"坑卡A级","unitPrice":1.550,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true},{"categoryId":"671765925917233152","categoryName":"白纸","unitPrice":1.111,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true},{"categoryId":"671765938143629312","categoryName":"黄纸皮","unitPrice":2.022,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true}],"locProvinceName":"山西省","locCityName":"大同市","locDistrictName":"大同县","attentionsLoadingCar":"","attentionsRegulations":"","attentionsArrival":"","attentionsReportCar":"","locDetails":"平城区","priceDate":"2022-04-02","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","enableSalesAgent":1,"proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":"12","cumulativeWeight":2156.39,"yesterdayTotalQuantity":22,"yesterdayRetainedQuantity":0,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isCooperate":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.883" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.736" endtime="20220402 10:18:33.883"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.884" level="INFO">{'code': 0, 'message': 'successful', 'data': {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'unitPrice': 1.65, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': 0.01, 'isAllowOrder': True}, {'categoryId': '671765556428410880', 'categoryName': '坑卡A级', 'unitPrice': 1.55, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}, {'categoryId': '671765925917233152', 'categoryName': '白纸', 'unitPrice': 1.111, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}, {'categoryId': '671765938143629312', 'categoryName': '黄纸皮', 'unitPrice': 2.022, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}], 'locProvinceName': '山西省', 'locCityName': '大同市', 'locDistrictName': '大同县', 'attentionsLoadingCar': '', 'attentionsRegulations': '', 'attentionsArrival': '', 'attentionsReportCar': '', 'locDetails': '平城区', 'priceDate': '2022-04-02', 'logoImg': 'https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg', 'enableSalesAgent': 1, 'proxypaySurcharge': 0.02, 'foreignPaybackIntever': None, 'foreignPaybackIntervalString': '12', 'cumulativeWeight': 2156.39, 'yesterdayTotalQuantity': 22, 'yesterdayRetainedQuantity': 0, 'hasFollowed': False, 'isOperations': True, 'manageNotifyMessage': '该纸厂已暂停接单,请联系相关负责人!', 'isCooperate': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.883" endtime="20220402 10:18:33.884"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.734" endtime="20220402 10:18:33.885" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s1-s2-t4" name="get_relation">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.886" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.885" endtime="20220402 10:18:33.886"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell/get/relation</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.916" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/relation
|
|
path_url=/recycle-service/proxy-sell/get/relation
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.917" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/relation
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:33 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"id":"249","customerName":"赖勇兰","cusormerId":"554128866793361643","bizUserId":"605394333763506176","bizUserName":"李忠糠","status":0,"createTime":"2021-11-22 13:54:27","mobile":"13060994305","factoryName":null,"factoryId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:33.917" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.886" endtime="20220402 10:18:33.917"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>bizUserId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${bizUserId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.918" level="INFO">${bizUserId} = 605394333763506176</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.917" endtime="20220402 10:18:33.918"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>cusormerId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cusormerId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.918" level="INFO">${cusormerId} = 554128866793361643</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.918" endtime="20220402 10:18:33.918"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>customerName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${customerName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.919" level="INFO">${customerName} = 赖勇兰</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.918" endtime="20220402 10:18:33.919"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${bizUserId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.920" level="INFO">${bizUserId} = 605394333763506176</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.919" endtime="20220402 10:18:33.920"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${cusormerId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.920" level="INFO">${cusormerId} = 554128866793361643</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.920" endtime="20220402 10:18:33.920"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${customerName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.921" level="INFO">${customerName} = 赖勇兰</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.920" endtime="20220402 10:18:33.921"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.885" endtime="20220402 10:18:33.921" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s1-s2-t5" name="create_order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:33.922" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.922" endtime="20220402 10:18:33.922"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.923" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.922" endtime="20220402 10:18:33.923"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "totalEstimatedWeight":30000, \ \ \ \ "activityId":"${activityId}", \ \ \ \ "customerName":"${customerName}", \ \ \ \ "deliveryTime":"${datatime}", \ \ \ \ "carInfos":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "plateNumber":"${plateNumber1}" \ \ \ \ \ \ \ \ } \ \ \ \ ] }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${order_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:33.924" level="INFO">${order_data} = { "paperCategoryId":"660529551931215872", "unitPrice":"1.71", "totalEstimatedWeight":30000, "activityId":"660531287664234496", "customerName":"赖勇兰", "deliveryTime":"2022-04-02"...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.923" endtime="20220402 10:18:33.924"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell/create/order</arg>
|
|
<arg>${order_data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.165" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
path_url=/recycle-service/proxy-sell/create/order
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXdYs83nqMycpgS67vtZnPuA==', 'Content-Length': '290'}
|
|
body=b'{ "paperCategoryId":"660529551931215872", "unitPrice":"1.71", "totalEstimatedWeight":30000, "activityId":"660531287664234496", "customerName":"\xe8\xb5\x96\xe5\x8b\x87\xe5\x85\xb0", "deliveryTime":"2022-04-02", "carInfos":[ { "plateNumber":"\xe8\xb4\xb5R67890" } ] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.166" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576771394015232"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.166" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:33.924" endtime="20220402 10:18:34.166"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.167" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576771394015232'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.166" endtime="20220402 10:18:34.167"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.167" level="INFO">${orderId} = 707576771394015232</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.167" endtime="20220402 10:18:34.167"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.168" endtime="20220402 10:18:34.168"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.169" level="INFO">${orderId} = 707576771394015232</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.168" endtime="20220402 10:18:34.169"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.169" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.169" endtime="20220402 10:18:34.169"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:33.921" endtime="20220402 10:18:34.170" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:33.501" endtime="20220402 10:18:34.170"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:33.329" endtime="20220402 10:18:34.172"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)">
|
|
<suite id="s1-s2-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/1-WebLogin">
|
|
<suite id="s1-s2-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
|
|
<test id="s1-s2-s2-s1-s1-t1" name="pwlogin">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>Content-Type=application/x-www-form-urlencoded</arg>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.185" level="INFO">${header} = {'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.184" endtime="20220402 10:18:34.185"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.185" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.185" endtime="20220402 10:18:34.186"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>username=laiyonglan@qniao.cn</arg>
|
|
<arg>password=qn123456</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>&{data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.186" level="INFO">&{data} = { username=laiyonglan@qniao.cn | password=qn123456 }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.186" endtime="20220402 10:18:34.186"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.187" level="INFO">{'username': 'laiyonglan@qniao.cn', 'password': 'qn123456'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.186" endtime="20220402 10:18:34.187"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/login</arg>
|
|
<arg>data=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.247" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
path_url=/recycle-service/admin/login
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555', 'Content-Length': '48'}
|
|
body=username=laiyonglan%40qniao.cn&password=qn123456
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.247" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Access-Control-Allow-Origin': '*', 'Access-Control-Request-Method': '*', 'Cache-Control': 'no-cache', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'X-Frame-Options': 'DENY'}
|
|
body={"code":200,"message":"登陆成功"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.247" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.187" endtime="20220402 10:18:34.247"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.248" level="INFO">{'code': 200, 'message': '登陆成功'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.247" endtime="20220402 10:18:34.248"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.248" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.248" endtime="20220402 10:18:34.248"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>登陆成功</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.249" endtime="20220402 10:18:34.249"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.249" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.249" endtime="20220402 10:18:34.250"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.184" endtime="20220402 10:18:34.250" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s1-s1-t2" name="login-info">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
<arg>Authorization=Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.251" level="INFO">${header} = {'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.250" endtime="20220402 10:18:34.251"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.251" level="INFO">Creating Session using : alias=login-info, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.251" endtime="20220402 10:18:34.252"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>recycle-service/admin/employee/get/login-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.323" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
path_url=/recycle-service/admin/employee/get/login-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.323" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"adminId":"617003842541850624","name":"赖勇兰","avatar":"https://static-legacy.dingtalk.com/media/lADPD26eRnj0j-3NAgrNAzw_828_522.jpg","position":"测试工程师","positionList":[{"id":"1","name":"管理员"}],"menuList":["/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/bigCategoryManage/Index","/preciousPaperGeneral/sellOnConsignmentManage/dealManage/TransscationMainBody","/preciousPaperGeneral/sellOnConsignmentManage/invoiceManagement/InvoiceManagementList","/preciousPaperGeneral/packaginStationSAASManage/systemManage","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceipts","/preciousPaperGeneral/operationManagementBackground/scoreManage/Role/Index","/preciousPaperGeneral/packaginStationSAASManage/financeManage/MergerPayment","/preciousPaperGeneral/packaginStationSAASManage/operationManage/dataPanel","/preciousPaperGeneral/operationManagementBackground/sysManage/information","/preciousPaperGeneral/companyAndUserManage/companyManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/detail","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitDeleveryDetails","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/DiscountFigure","/preciousPaperGeneral/packaginStationSAASManage/authFactory/ApplyList","/preciousPaperGeneral/sellOnConsignmentManage/customerManage/Index","/preciousPaperGeneral/operationManagementBackground/scoreManage/convert/Index","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PointList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/list","/preciousPaperGeneral/operationManagementBackground/contractManege/Index","/preciousPaperGeneral/companyAndUserManage/equipmentMaintenance/Index","/preciousPaperGeneral/packaginStationSAASManage/operationManage/categoryManage","/preciousPaperGeneral/operationManagementBackground/scoreManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteType/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyCheckOrder/CheckOrderList","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Detail","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Edit","/preciousPaperGeneral/operationManagementBackground/basicSetting/shop/Index","/preciousPaperGeneral/operationManagementBackground/contractManege","/preciousPaperGeneral/operationManagementBackground/feedbackManage/FeedbackIndex","/home","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Detail","/preciousPaperGeneral/packaginStationSAASManage/factoryProxy/FactoryAgency","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Details","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/financialManagementBackground","/preciousPaperGeneral/paperFctSellOnManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/equipmentMaintenance","/preciousPaperGeneral/packaginStationSAASManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/automaticallyArrive/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/orderSincereMoney/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyReturn/ReturnOrderList","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/factoryClue/Index","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Index","/preciousPaperGeneral/paperFctSellOnManage/OrderList/OrderInfo","/microSystemManagement","/preciousPaperGeneral/operationManagementBackground/articManage/classificationManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Details","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteTypeOneManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Index","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/inTheSettlementDetails","/preciousPaperGeneral/sellOnConsignmentManage/standingBookManage/standingBook","/preciousPaperGeneral/paperFctSellOnManage/OrderList/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationCreate","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku","/microSystemManagement/menu","/preciousPaperGeneral/packaginStationSAASManage/proxyPaymentOrder/PaymentOrderList","/microSystemManagement/position","/sysManage/listLibraryManage/Index","/preciousPaperGeneral/financialManagementBackground/settlementManage/settlementPayment/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyManage","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/memberCcountDetails","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/PaperFctoryTypeOfferList","/preciousPaperGeneral/packaginStationSAASManage/factoryOrder/ProxyDetails","/preciousPaperGeneral/packaginStationSAASManage/proxyOrderInfo/OrderDetails","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/standingBook","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex","/preciousPaperGeneral/packaginStationSAASManage/operationManage/ServiceChargeStandard","/preciousPaperGeneral/companyAndUserManage/companyManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/CreatePoint","/preciousPaperGeneral/operationManagementBackground/staffActicities","/preciousPaperGeneral/sellOnConsignmentManage/financeAudit/finaceAuditList","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Details","/preciousPaperGeneral/operationManagementBackground/staffActicities/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend","/preciousPaperGeneral/operationManagementBackground/basicSetting/vipPaid/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/payForWater/Index","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex/orderList","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/priceGuidanceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/saasRefund/SaasRefundInfo","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationIndex","/preciousPaperGeneral/operationManagementBackground/basicSetting","/preciousPaperGeneral/packaginStationSAASManage/financeManage","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails","/preciousPaperGeneral/sellOnConsignmentManage","/preciousPaperGeneral/sellOnConsignmentManage/orderReconciliation/financeAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Index","/preciousPaperGeneral/packaginStationSAASManage/saasAccount/SaasAccountList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/edit","/microSystemManagement/employee","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/create","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/CreatePaperPrice","/preciousPaperGeneral/packaginStationSAASManage/operationManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Index","/preciousPaperGeneral/sellOnConsignmentManage/capitalSource/CapitalSourceIndex","/preciousPaperGeneral/companyAndUserManage","/preciousPaperGeneral/operationManagementBackground/acticityRuleSetManage/acticityRuleSet","/preciousPaperGeneral/financialManagementBackground","/preciousPaperGeneral/operationManagementBackground/activityThemeManage/activityThemeManageIndex","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PaperType","/preciousPaperGeneral/sellOnConsignmentManage/PaperFctRetMoneyIndex/operationAudit/operationAuditList","/preciousPaperGeneral/paperFctSellOnManage/OrderList/JLIndex","/preciousPaperGeneral/companyAndUserManage/packginStationManage/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/Index","/preciousPaperGeneral/operationManagementBackground/feedbackManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Index","/preciousPaperGeneral/operationManagementBackground","/preciousPaperGeneral/operationManagementBackground/sysManage/departmentManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/orderReconciliation/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Create","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceiptsDetail","/preciousPaperGeneral/packaginStationSAASManage/operationManage/DataPanel","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/VehicleQueueIndex","/preciousPaperGeneral/packaginStationSAASManage/saasOrder/SaasRefundList","/preciousPaperGeneral/sellOnConsignmentManage/RemainingAmountPayableReport","/preciousPaperGeneral/packaginStationSAASManage/systemManage/menuManage/Index","/microSystemManagement/department","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitSubscribeDetails"]}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.324" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.252" endtime="20220402 10:18:34.324"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.324" level="INFO"><Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.324" endtime="20220402 10:18:34.324"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.324" endtime="20220402 10:18:34.325"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.250" endtime="20220402 10:18:34.325" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:34.181" endtime="20220402 10:18:34.326"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:34.178" endtime="20220402 10:18:34.327"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management">
|
|
<suite id="s1-s2-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
|
|
<test id="s1-s2-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.337" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.336" endtime="20220402 10:18:34.337"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-order-reservation-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.397" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576771394015232
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576771394015232
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.397" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576771394015232
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"4866","orderId":"707576771394015232","userName":"赖勇兰","userMobile":"18888888888","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","categoryName":"花纸","sellerReservationDate":"2022-04-02","orderItemNum":1,"carNoList":["贵R67890"],"status":0,"createTime":"2022-04-02 10:18:34","bizOwnerName":"李忠糠","orderType":2,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.397" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.337" endtime="20220402 10:18:34.398"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.398" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '4866', 'orderId': '707576771394015232', 'userName': '赖勇兰', 'userMobile': '18888888888', 'paperMillName': 'Ceshi_factory', 'paperMillId': '660525241717624832', 'categoryName': '花纸', 'sellerReservationDate': '2022-04-02', 'orderItemNum': 1, 'carNoList': ['贵R67890'], 'status': 0, 'createTime': '2022-04-02 10:18:34', 'bizOwnerName': '李忠糠', 'orderType': 2, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.398" endtime="20220402 10:18:34.398"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.399" level="INFO">${orderId} = 707576771394015232</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.399" endtime="20220402 10:18:34.399"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.400" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.399" endtime="20220402 10:18:34.400"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.400" level="INFO">${id} = 4866</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.400" endtime="20220402 10:18:34.400"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.401" level="INFO">${orderType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.401" endtime="20220402 10:18:34.401"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>carNoList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNoList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.402" level="INFO">${carNoList} = ['贵R67890']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.401" endtime="20220402 10:18:34.402"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.403" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.402" endtime="20220402 10:18:34.403"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>sellerReservationDate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${sellerReservationDate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.404" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.403" endtime="20220402 10:18:34.404"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${carNoList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.405" level="INFO">${carList} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.404" endtime="20220402 10:18:34.405"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${carList}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.405" endtime="20220402 10:18:34.405"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.406" endtime="20220402 10:18:34.406"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.407" level="INFO">${orderId} = 707576771394015232</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.407" endtime="20220402 10:18:34.407"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.408" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.408" endtime="20220402 10:18:34.408"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.409" level="INFO">${id} = 4866</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.409" endtime="20220402 10:18:34.409"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.410" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.409" endtime="20220402 10:18:34.410"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${sellerReservationDate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.411" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.410" endtime="20220402 10:18:34.411"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.411" level="INFO">${orderType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.411" endtime="20220402 10:18:34.411"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${carList}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.412" level="INFO">${carList} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.411" endtime="20220402 10:18:34.412"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.336" endtime="20220402 10:18:34.412" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s1-t2" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.413" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.413" endtime="20220402 10:18:34.413"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.457" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.457" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.457" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.414" endtime="20220402 10:18:34.457"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.458" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.457" endtime="20220402 10:18:34.458"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.459" level="INFO">${data} = [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.458" endtime="20220402 10:18:34.459"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${data})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.459" level="INFO">${value} = {'name': '詹浩然', 'id': '700784497871949824'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.459" endtime="20220402 10:18:34.460"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.460" endtime="20220402 10:18:34.460"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${supplier_id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.460" level="INFO">${supplier_id} = 700784497871949824</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.460" endtime="20220402 10:18:34.460"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.461" level="INFO">${millSupplierName} = 詹浩然</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.461" endtime="20220402 10:18:34.461"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${supplier_id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.461" level="INFO">${supplier_id} = 700784497871949824</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.461" endtime="20220402 10:18:34.461"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.462" level="INFO">${millSupplierName} = 詹浩然</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.462" endtime="20220402 10:18:34.463"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.412" endtime="20220402 10:18:34.463" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s1-t3" name="Submit-appointment">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.464" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.464" endtime="20220402 10:18:34.465"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.465" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.465" endtime="20220402 10:18:34.465"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"attention":"${orderId}","buyerReservationDate":"${datatime}", "id":"${id}","millDeliveryOrderId":"${orderId}","millSupplierId":"${supplier_id}","millSupplierName":"${millSupplierName}","proxySellerSettleType":0,"scrapeOrderId":"${orderId}"}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.466" level="INFO">${data} = {"attention":"707576771394015232","buyerReservationDate":"2022-04-02", "id":"4866","millDeliveryOrderId":"707576771394015232","millSupplierId":"700784497871949824","millSupplierName":"詹浩然","proxySelle...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.466" endtime="20220402 10:18:34.466"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.466" level="INFO">{"attention":"707576771394015232","buyerReservationDate":"2022-04-02", "id":"4866","millDeliveryOrderId":"707576771394015232","millSupplierId":"700784497871949824","millSupplierName":"詹浩然","proxySellerSettleType":0,"scrapeOrderId":"707576771394015232"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.466" endtime="20220402 10:18:34.467"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/update/reservation</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.614" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
path_url=/recycle-service/admin/customer-service/update/reservation
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '258'}
|
|
body=b'{"attention":"707576771394015232","buyerReservationDate":"2022-04-02", "id":"4866","millDeliveryOrderId":"707576771394015232","millSupplierId":"700784497871949824","millSupplierName":"\xe8\xa9\xb9\xe6\xb5\xa9\xe7\x84\xb6","proxySellerSettleType":0,"scrapeOrderId":"707576771394015232"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.615" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.615" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.467" endtime="20220402 10:18:34.615"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.615" endtime="20220402 10:18:34.616"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.463" endtime="20220402 10:18:34.616" critical="yes"></status>
|
|
</test>
|
|
<doc>预约送货</doc>
|
|
<status status="PASS" starttime="20220402 10:18:34.331" endtime="20220402 10:18:34.616"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2-s2-s2" name="2.2-RegularUpload-weightnote-1" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/2.2-RegularUpload-weightnote-1.robot">
|
|
<test id="s1-s2-s2-s2-s2-t1" name="get-order-item-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.623" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.623" endtime="20220402 10:18:34.624"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order-item-list</arg>
|
|
<arg>params=orderType=${orderType} &pageNum=1&pageSize=10&status=51&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.682" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576771394015232
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576771394015232
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.683" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576771394015232
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576771394015232","orderItemId":"707576771435958272","weightNoteId":null,"orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2022-04-02","millSupplierName":"詹浩然","plateNumber":"贵R67890","operationReviewStatus":51,"createTime":"2022-04-02 10:18:34","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","reviewTime":null,"reviewOperatorName":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activitySettleType":1,"weightNoteType":null,"netWeight":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","rejected":false}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.683" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.624" endtime="20220402 10:18:34.683"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.684" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2022-04-02', 'millSupplierName': '詹浩然', 'plateNumber': '贵R67890', 'operationReviewStatus': 51, 'createTime': '2022-04-02 10:18:34', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'reviewTime': None, 'reviewOperatorName': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activitySettleType': 1, 'weightNoteType': None, 'netWeight': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'rejected': False}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.683" endtime="20220402 10:18:34.684"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.684" level="INFO">${records} = [{'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '20...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.684" endtime="20220402 10:18:34.684"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${records})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.685" level="INFO">${orderItemId_value} = {'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '202...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.685" endtime="20220402 10:18:34.685"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${orderItemId_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:34.686" endtime="20220402 10:18:34.686"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId_value}</arg>
|
|
<arg>orderItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.686" level="INFO">${orderItemId} = 707576771435958272</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.686" endtime="20220402 10:18:34.686"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.687" level="INFO">${orderItemId} = 707576771435958272</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.687" endtime="20220402 10:18:34.687"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.623" endtime="20220402 10:18:34.687" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t2" name="get-order-item-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.689" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.688" endtime="20220402 10:18:34.689"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.913" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232%20&orderItemId=707576771435958272
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232%20&orderItemId=707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.913" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232%20&orderItemId=707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:34 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531287664234496","activitySettleType":2,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--一次","startTime":"2021-11-23 14:35:47","endTime":"2021-11-24 14:35:47","unitSurcharge":0.015,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576771394015232","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700784497871949824","paperMillSupplierName":"詹浩然","millDeliveryOrderId":"707576771394015232","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.7100000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576771435958272","adjustMoney":null,"unitSurcharge":null,"surcharge":null,"unitPrice":1.7100000,"weightnoteInfo":null,"logisticcsInfo":{"id":"5545","plateNumber":"贵R67890"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"otherAmountDtoList":null,"deductionNotes":null,"totalOtherAmount":null,"paymentType":3,"activityNoteStatus":0,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":null,"warehouseName":null,"publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":null,"settleUnitPriceIncludeTax":null,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":null,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576771394015232","createTime":"2022-04-02 10:18:34","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":16,"transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:34.914" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.689" endtime="20220402 10:18:34.914"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.915" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.914" endtime="20220402 10:18:34.915"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.915" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.915" endtime="20220402 10:18:34.916"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.916" level="INFO">${paperCategoryPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.916" endtime="20220402 10:18:34.916"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.917" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.916" endtime="20220402 10:18:34.917"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.918" level="INFO">${activitySettleType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.917" endtime="20220402 10:18:34.918"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.918" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.918" endtime="20220402 10:18:34.919"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.919" level="INFO">${交易主体id} = 16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.919" endtime="20220402 10:18:34.919"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.920" level="INFO">${交易主体name} = 长沙市千鸟互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.919" endtime="20220402 10:18:34.920"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.921" level="INFO">${unitSurcharge} = 0.015</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.920" endtime="20220402 10:18:34.921"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>settleUtiPriceIncludeTaxType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPriceIncludeTaxType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.921" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.921" endtime="20220402 10:18:34.921"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.922" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.921" endtime="20220402 10:18:34.922"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.922" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.922" endtime="20220402 10:18:34.922"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${unitSurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:34.923" level="INFO">${unitSurcharge} = 0.015</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.923" endtime="20220402 10:18:34.923"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.924" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.923" endtime="20220402 10:18:34.924"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.924" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.924" endtime="20220402 10:18:34.924"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.925" level="INFO">${paperCategoryPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.924" endtime="20220402 10:18:34.925"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.925" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.925" endtime="20220402 10:18:34.925"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.926" level="INFO">${activitySettleType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.925" endtime="20220402 10:18:34.926"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.926" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.926" endtime="20220402 10:18:34.926"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.927" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.926" endtime="20220402 10:18:34.927"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.927" level="INFO">${交易主体id} = 16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.927" endtime="20220402 10:18:34.928"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.928" level="INFO">${交易主体name} = 长沙市千鸟互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.928" endtime="20220402 10:18:34.928"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.929" level="INFO">${unitSurcharge} = 0.015</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.928" endtime="20220402 10:18:34.929"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPriceIncludeTaxType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.929" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.929" endtime="20220402 10:18:34.929"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.688" endtime="20220402 10:18:34.930" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t3" name="get_delivery-info">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:34.931" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.931" endtime="20220402 10:18:34.931"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.006" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.007" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576771394015232","orderItemId":"707576771435958272","activityId":"660531287664234496","transactionMainEnterpriseId":"16","transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","warehouseName":null,"weightDay":null,"settleDay":null,"settleUtiPrice":1.710,"netWeight":null,"proxySellerSettleType":0,"activitySettleType":2,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"unitSurcharge":0.015,"surcharge":null,"remark":null,"deliveryImageUrls":null,"plateNumber":"贵R67890","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.007" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:34.932" endtime="20220402 10:18:35.007"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.008" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'activityId': '660531287664234496', 'transactionMainEnterpriseId': '16', 'transactionMainEnterpriseName': '长沙市千鸟互联科技有限公司', 'warehouseName': None, 'weightDay': None, 'settleDay': None, 'settleUtiPrice': 1.71, 'netWeight': None, 'proxySellerSettleType': 0, 'activitySettleType': 2, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': None, 'finalPayMoney': None, 'unitSurcharge': 0.015, 'surcharge': None, 'remark': None, 'deliveryImageUrls': None, 'plateNumber': '贵R67890', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.007" endtime="20220402 10:18:35.008"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.008" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.008" endtime="20220402 10:18:35.009"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.009" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.009" endtime="20220402 10:18:35.009"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.010" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.009" endtime="20220402 10:18:35.010"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.010" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.010" endtime="20220402 10:18:35.010"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:34.930" endtime="20220402 10:18:35.011" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t4" name="get_contract_by_id">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.012" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.011" endtime="20220402 10:18:35.012"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/contract/get/detail-by-id</arg>
|
|
<arg>params=id=${contractId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.078" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
path_url=/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.078" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"buyerEnterpriseName":"Ceshi_factory","buyerEnterpriseId":"660525239146516480","buyerPaperMillId":"660525241717624832","sellerEnterpriseName":"企业","sellerEnterpriseId":"37","sellerPaperMillId":null,"proxyPaySurcharge":0.013000,"advanceFund":null,"invoiceType":0,"hasInvoice":1,"taxRefundRate":9.600000,"hasSubsidiesTax":0,"remark":null,"contractLimitType":0,"limitLine":null,"startDate":"2021-12-01","endDate":"2023-01-01","signDateStart":"2021-12-01","signDateEnd":"2023-01-01","accountPeriodType":0,"accountPeriod":[25],"accountPeriodSql":null,"contractImageList":[],"contractCategories":[],"contractType":2,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"contractStatus":1,"assignAccountPeriod":null,"settlePriceIncludeTaxSettleRules":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.079" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.012" endtime="20220402 10:18:35.079"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.080" level="INFO">{'code': 0, 'message': 'successful', 'data': {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'buyerEnterpriseName': 'Ceshi_factory', 'buyerEnterpriseId': '660525239146516480', 'buyerPaperMillId': '660525241717624832', 'sellerEnterpriseName': '企业', 'sellerEnterpriseId': '37', 'sellerPaperMillId': None, 'proxyPaySurcharge': 0.013, 'advanceFund': None, 'invoiceType': 0, 'hasInvoice': 1, 'taxRefundRate': 9.6, 'hasSubsidiesTax': 0, 'remark': None, 'contractLimitType': 0, 'limitLine': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'signDateStart': '2021-12-01', 'signDateEnd': '2023-01-01', 'accountPeriodType': 0, 'accountPeriod': [25], 'accountPeriodSql': None, 'contractImageList': [], 'contractCategories': [], 'contractType': 2, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'contractStatus': 1, 'assignAccountPeriod': None, 'settlePriceIncludeTaxSettleRules': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.079" endtime="20220402 10:18:35.080"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>advanceFund</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.081" level="INFO">${advanceFund} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.080" endtime="20220402 10:18:35.081"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriod</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriod}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.082" level="INFO">${accountPeriod} = [25]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.081" endtime="20220402 10:18:35.082"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>buyerEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${buyerEnterpriseId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.083" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.082" endtime="20220402 10:18:35.083"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.084" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.083" endtime="20220402 10:18:35.084"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>taxRefundRate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${taxRefundRate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.085" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.084" endtime="20220402 10:18:35.085"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxyPaySurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.085" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.085" endtime="20220402 10:18:35.085"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>hasInvoice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${hasInvoice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.086" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.086" endtime="20220402 10:18:35.086"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriodType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriodType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.087" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.086" endtime="20220402 10:18:35.087"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>isSubsidyAndDeductIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isSubsidyAndDeductIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.088" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.087" endtime="20220402 10:18:35.088"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableSettlementRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.089" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.088" endtime="20220402 10:18:35.089"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.089" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.089" endtime="20220402 10:18:35.089"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${advanceFund}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.090" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.090" endtime="20220402 10:18:35.090"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxyPaySurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.091" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.090" endtime="20220402 10:18:35.091"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.091" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.091" endtime="20220402 10:18:35.091"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriod}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.092" level="INFO">${accountPeriod} = [25]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.091" endtime="20220402 10:18:35.092"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${buyerEnterpriseId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.092" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.092" endtime="20220402 10:18:35.092"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${taxRefundRate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.093" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.093" endtime="20220402 10:18:35.093"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.093" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.093" endtime="20220402 10:18:35.094"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${hasInvoice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.094" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.094" endtime="20220402 10:18:35.094"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriodType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.095" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.094" endtime="20220402 10:18:35.095"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.096" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.095" endtime="20220402 10:18:35.096"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${isSubsidyAndDeductIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.097" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.096" endtime="20220402 10:18:35.097"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableSettlementRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.097" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.097" endtime="20220402 10:18:35.097"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.098" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.097" endtime="20220402 10:18:35.098"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.011" endtime="20220402 10:18:35.098" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t5" name="get-contract-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.100" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.099" endtime="20220402 10:18:35.100"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>/recycle-service/admin/contract/get/selectable-contract-list</arg>
|
|
<arg>params=orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.150" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576771435958272
|
|
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.150" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"contractId":"660530461520564224","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-11-23","endDate":"2021-11-30","status":2},{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-12-01","endDate":"2023-01-01","status":1}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.151" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.100" endtime="20220402 10:18:35.151"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.152" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'contractId': '660530461520564224', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-11-23', 'endDate': '2021-11-30', 'status': 2}, {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'status': 1}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.151" endtime="20220402 10:18:35.152"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.098" endtime="20220402 10:18:35.152" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t6" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.154" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.153" endtime="20220402 10:18:35.154"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.194" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.194" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.194" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.154" endtime="20220402 10:18:35.194"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.195" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.194" endtime="20220402 10:18:35.195"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.152" endtime="20220402 10:18:35.195" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t7" name="get-Source of funds">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.197" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.196" endtime="20220402 10:18:35.197"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/fund-source/get/list</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.232" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
path_url=/recycle-service/admin/fund-source/get/list
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.232" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"id":"39","name":"千鸟-经纪业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"40","name":"千纸鹤代卖业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"41","name":"测试资金方","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"42","name":"千鸟-技术部测试数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"46","name":"千鸟","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"47","name":"千鸟数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":1},{"id":"49","name":"千鸟测试","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.232" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.197" endtime="20220402 10:18:35.232"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.233" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}, {'id': '49', 'name': '千鸟测试', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.233" endtime="20220402 10:18:35.233"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.234" level="INFO">${data} = [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id'...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.234" endtime="20220402 10:18:35.234"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{data} ]" type="for">
|
|
<kw name="${item} = {'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.235" level="INFO">{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.235" endtime="20220402 10:18:35.235"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.235" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.235" endtime="20220402 10:18:35.235"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.236" level="INFO">${name} = 千鸟-经纪业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.236" endtime="20220402 10:18:35.236"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.236" level="INFO">${id} = 39</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.236" endtime="20220402 10:18:35.236"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.236" endtime="20220402 10:18:35.237"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.235" endtime="20220402 10:18:35.237"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.237" level="INFO">{'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.237" endtime="20220402 10:18:35.237"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.238" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.238" endtime="20220402 10:18:35.238"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.239" level="INFO">${name} = 千纸鹤代卖业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.238" endtime="20220402 10:18:35.239"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.239" level="INFO">${id} = 40</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.239" endtime="20220402 10:18:35.239"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.239" endtime="20220402 10:18:35.239"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.237" endtime="20220402 10:18:35.240"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.240" level="INFO">{'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.240" endtime="20220402 10:18:35.240"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.241" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.240" endtime="20220402 10:18:35.241"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.241" level="INFO">${name} = 测试资金方</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.241" endtime="20220402 10:18:35.241"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.241" level="INFO">${id} = 41</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.241" endtime="20220402 10:18:35.242"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.242" endtime="20220402 10:18:35.242"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.240" endtime="20220402 10:18:35.242"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.242" level="INFO">{'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.242" endtime="20220402 10:18:35.243"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.243" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.243" endtime="20220402 10:18:35.243"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.243" level="INFO">${name} = 千鸟-技术部测试数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.243" endtime="20220402 10:18:35.243"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.244" level="INFO">${id} = 42</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.244" endtime="20220402 10:18:35.244"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.244" endtime="20220402 10:18:35.244"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.242" endtime="20220402 10:18:35.244"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.245" level="INFO">{'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.244" endtime="20220402 10:18:35.245"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.245" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.245" endtime="20220402 10:18:35.245"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.246" level="INFO">${name} = 千鸟</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.245" endtime="20220402 10:18:35.246"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.246" level="INFO">${id} = 46</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.246" endtime="20220402 10:18:35.246"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.246" endtime="20220402 10:18:35.246"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.244" endtime="20220402 10:18:35.246"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.247" level="INFO">{'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.247" endtime="20220402 10:18:35.247"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.247" level="INFO">${isDefault} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.247" endtime="20220402 10:18:35.247"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.248" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.248" endtime="20220402 10:18:35.248"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.248" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.248" endtime="20220402 10:18:35.248"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.249" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.248" endtime="20220402 10:18:35.249"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.247" endtime="20220402 10:18:35.249"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.234" endtime="20220402 10:18:35.249"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.249" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.249" endtime="20220402 10:18:35.250"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.250" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.250" endtime="20220402 10:18:35.250"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.196" endtime="20220402 10:18:35.250" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t8" name="get-Warehouse">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.252" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.251" endtime="20220402 10:18:35.252"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/transaction-main-enterprise/get/warehouse-name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.289" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
path_url=/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.289" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":["石基仓","江高仓","大观仓","钟落潭仓"]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.289" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.252" endtime="20220402 10:18:35.289"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.290" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.289" endtime="20220402 10:18:35.290"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${仓库})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${所属仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.291" level="INFO">${所属仓库} = 石基仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.290" endtime="20220402 10:18:35.291"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${所属仓库}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.291" endtime="20220402 10:18:35.291"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${所属仓库}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.292" level="INFO">${所属仓库} = 石基仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.292" endtime="20220402 10:18:35.292"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.251" endtime="20220402 10:18:35.292" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t9" name="get_proxy-order_delivery-info">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.293" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.293" endtime="20220402 10:18:35.294"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.359" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.359" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576771394015232","orderItemId":"707576771435958272","activityId":"660531287664234496","transactionMainEnterpriseId":"16","transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","warehouseName":null,"weightDay":null,"settleDay":null,"settleUtiPrice":1.710,"netWeight":null,"proxySellerSettleType":0,"activitySettleType":2,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"unitSurcharge":0.015,"surcharge":null,"remark":null,"deliveryImageUrls":null,"plateNumber":"贵R67890","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.359" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.294" endtime="20220402 10:18:35.360"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.360" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'activityId': '660531287664234496', 'transactionMainEnterpriseId': '16', 'transactionMainEnterpriseName': '长沙市千鸟互联科技有限公司', 'warehouseName': None, 'weightDay': None, 'settleDay': None, 'settleUtiPrice': 1.71, 'netWeight': None, 'proxySellerSettleType': 0, 'activitySettleType': 2, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': None, 'finalPayMoney': None, 'unitSurcharge': 0.015, 'surcharge': None, 'remark': None, 'deliveryImageUrls': None, 'plateNumber': '贵R67890', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.360" endtime="20220402 10:18:35.360"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.361" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.361" endtime="20220402 10:18:35.361"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.362" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.361" endtime="20220402 10:18:35.362"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.362" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.362" endtime="20220402 10:18:35.362"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.363" level="INFO">${settleUtiPrice} = 1.71</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.363" endtime="20220402 10:18:35.363"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.293" endtime="20220402 10:18:35.363" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t10" name="get_paper-mill-category">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.364" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.364" endtime="20220402 10:18:35.365"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/paperMill/get/paper-mill-category/${paperMillId}</arg>
|
|
<arg>params=id=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.403" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
path_url=/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.404" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"paperMillCategoryId":"671765938143629312","categoryName":"黄纸皮","inspectionNote":null},{"paperMillCategoryId":"671765556428410880","categoryName":"坑卡A级","inspectionNote":null},{"paperMillCategoryId":"671765925917233152","categoryName":"白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.404" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.365" endtime="20220402 10:18:35.404"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.405" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '671765938143629312', 'categoryName': '黄纸皮', 'inspectionNote': None}, {'paperMillCategoryId': '671765556428410880', 'categoryName': '坑卡A级', 'inspectionNote': None}, {'paperMillCategoryId': '671765925917233152', 'categoryName': '白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.404" endtime="20220402 10:18:35.405"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.363" endtime="20220402 10:18:35.405" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t11" name="Upload_pictures">
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./16pic_6879381_b.jpg','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${filepath}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.406" level="INFO">${filepath} = <_io.BufferedReader name='./16pic_6879381_b.jpg'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.406" endtime="20220402 10:18:35.406"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./16pic_6879381_b.jpg','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${image}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.407" level="INFO">${image} = <_io.BufferedReader name='./16pic_6879381_b.jpg'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.406" endtime="20220402 10:18:35.407"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>filepath=${filepath}</arg>
|
|
<arg>image=${image}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${file}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.408" level="INFO">${file} = {'filepath': <_io.BufferedReader name='./16pic_6879381_b.jpg'>, 'image': <_io.BufferedReader name='./16pic_6879381_b.jpg'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.407" endtime="20220402 10:18:35.408"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.408" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.408" endtime="20220402 10:18:35.409"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${file}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.409" level="INFO">{'filepath': <_io.BufferedReader name='./16pic_6879381_b.jpg'>, 'image': <_io.BufferedReader name='./16pic_6879381_b.jpg'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.409" endtime="20220402 10:18:35.409"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/upload/image</arg>
|
|
<arg>files=${file}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${result}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.571" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
path_url=/recycle-user-center/upload/image
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '488079', 'Content-Type': 'multipart/form-data; boundary=0112578045f3b0a0e0da04143f2cc187'}
|
|
body=b'--0112578045f3b0a0e0da04143f2cc187\r\nContent-Disposition: form-data; name="filepath"; filename="16pic_6879381_b.jpg"\r\n\r\n\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x01\x01,\x01,\x00\x00\xff\xe1\x00\xf5Exif\x00\x00MM\x00*\x00\x00\x00\x08\x00\x04\x01\x0f\x00\x02\x00\x00\x00\x06\x00\x00\x00>\x01\x10\x00\x02\x00\x00\x00\x0e\x00\x00\x00D\x82\x9a\x00\x05\x00\x00\x00\x01\x00\x00\x00R\x87i\x00\x04\x00\x00\x00\x01\x00\x00\x00Z\x00\x00\x00\x00Canon\x00Canon EOS 70D\x00\x00\x00\x00\x01\x00\x00\x03 \x00\x07\x82\x9a\x00\x05\x00\x00\x00\x01\x00\x00\x00\xb0\x82\x9d\x00\x05\x00\x00\x00\x01\x00\x00\x00\xb8\x88\'\x00\x03\x00\x00\x00\x02\x00d\x00\x00\x90\x03\x00\x02\x00\x00\x00\x14\x00\x00\x00\xc0\x92\t\x00\x03\x00\x00\x00\x02\x00\x10\x00\x00\x92\n\x00\x05\x00\x00\x00\x01\x00\x00\x00\xd4\xa44\x00\x02\x00\x00\x00\x11\x00\x00\x00\xdc\x00\x00\x00\x01\x00\x00\x03 \x00\x00\x00 \x00\x00\x00\n2014:10:31 12:33:19\x00\x00\x00\x002\x00\x00\x00\x01EF50mm f/1.4 USM\x00\xff\xdb\x00C\x00\x03\x02\x02\x02\x02\x02\x03\x02\x02\x02\x03\x03\x03\x03\x04\x06\x04\x04\x04\x04\x04\x08\x06\x06\x05\x06\t\x08\n\n\t\x08\t\t\n\x0c\x0f\x0c\n\x0b\x0e\x0b\t\t\r\x11\r\x0e\x0f\x10\x10\x11\x10\n\x0c\x12\x13\x12\x10\x13\x0f\x10\x10\x10\xff\xdb\x00C\x01\x03\x03\x03\x04\x03\x04\x08\x04\x04\x08\x10\x0b\t\x0b\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\x10\xff\xc0\x00\x11\x08\x02\xab\x03\xc0\x03\x01"\x00\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1d\x00\x00\x01\x04\x03\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x06\x04\x05\x07\x08\x00\x02\x03\x01\t\xff\xc4\x00\\\x10\x00\x02\x01\x03\x03\x02\x04\x04\x03\x05\x05\x04\x06\x05\x01\x19\x01\x02\x03\x04\x05\x11\x00\x06\x12\x07!\x13"1A\x08\x14Qa2q\x81\x15#B\x91\xa1\x16R\xb1\xc1\xd1$3br\t\x17C\x82\xe1\xf0%4S\x92\xa2\xc2\xf1\x18cs\x83\xa3&DT\x93\xb2\xd2\xd35\x956d\xb3\xc3\xe2FU\x84\x85\xa5\xff\xc4\x00\x1b\x01\x00\x03\x01\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x03\x04\x05\x06\x07\xff\xc4\x007\x11\x00\x02\x02\x01\x03\x02\x04\x04\x05\x04\x03\x01\x00\x02\x03\x00\x00\x01\x02\x11\x03\x12!1\x04A\x13"Qa2q\xb1\xf0\x81\x91\xa1\xc1\xd1\x14#B\xe1\x053\xf1R\x06r\x15$C\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00?\x00\xb7z\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xdb\xdf[k]m\xa0\x0c\xd6k5\x9a\x00\xcdl\x80\x13\xdfZ\xebd \x1e\xfa\x00\xea\x07\xd7^\x1c{k\xce`\x0f]h\xceO\xa6\x80=v\xf6\xd6\x9a\xcdf\x803[\xa1:\xd3[ \xee\x0e\x80:k5\x9a\xcd\x00f\xb3Y\xac\xed\x83\x9f_m\x00z\xb8\xcf|v\xef\xdf^\x03\x82N\x01\xed\xac\xc9 \x0c\xf6\x1a\xcd\x00n\x08U\xe4\n\xe7\x05q\xef\xdfX\xd9\xca\xe7\x8f\x120>\x83\xef\xadW\x889a\x91\xafC\x0c\x90\xd9\n{\xe0h\x00C\xab\x1b\x1e\r\xff\x00\xb4d\xb0=d\x94fyP$\xf1\xb1\x0e\x9d\xc7,~`\x1dV\xcf\x89\xdd\x95m\xe9\xf5>\xd6\x97n\xd7\xd4@R\xa1|c\xcc\x92\xe1@\xc1?|\x03\xfc\xf5d\xfa\x91<\xd4\xf6h&\x83q%\x9b\x85J\x97\x99\xc0\xe2\xcb\xee\xa7=\xb5R~ \xf7]U\xc2\xfd\x15\x1c\xb7\xc8n\xb44\xb0,\x81G\x98\xc6\xc4\x11\xea;j\xe2\xe9Y\x12I\xba.\x8e\xd9\xbaQ\\\xf6\xcd\x15r\xd4F\xd1\xcbN\x8d\x95`;q\xd0\xa6\xefKM-\x1d\x15\xca\xa4G\x88\xa6\x1c\\\x81\xdf\x91\xd7\xcf+_Rw5<\xb4\xf6\xf3\xba.QQ%Lc\xe5\xd6w\t\xc3\x90\xed\x8c\xf7\x18:\xbd\xf7\xd1\x15\xf7\xa2\xf2L\xc9\xe20\xa5\x0e\xad\x9c\x10@\x07 \xfb}u-.\xc3M\xd6\xe7\x0e\xbf\xee\x0b$};\r\x0c\xb0\xf8\xb2<~\x1a\xf0\x04\xb7~\xe3U\xb4n\x8a\x9b\xccq\xdbx\x848\xc6\x11p\x0f\xe7\xad\xb7u\xc2\xeb]c\xb7\xd3\xd4\xdc\'\x92.\xd8V9\x03\\\xf6\xa5\xb2:Z\x99%\x07\x97\x18\x89-\xeb\xa3\xb0\xfb\x8e_\xb4\xa8\xf6\xf5\xb2\x95%U\x94U\xb7\x9dK\x11\x9f_\xf4\xd4]\xd4\x8d\xdb\xe3\xcd\x05\x9a\xd3YS\r\x1c\x93rjh\xe5>\x1e\x7f,\x9di\xf1\x0b^\xd4\x15v\xaa\nW\x90\x04\\\xe1\x0f\xb7\x1f\xfcu\x1a\xed\xea\xd9\xe7\xae\x8b\xc4F 6Aa\xa7\xa9\xa5HT\x9f$\x83u\x8b\xc2\xb5\xc4\x15\x02\x92\xab\xdci\x99i\xfcXJ\x16\xc7-\x10_\'\x8aJ\x18\xd6#\x9c(\xf6\xf4\xfbi\x91O\x18\x81\'RQ\xec\x16\xaax\xe1(\xd5\x1d\xcf\xb6N\x9a\xae\xf4\xb1\xdbh\xcb\xc70rs\xdbN\x131~\xe1\xb1\x8fM;l\xdd\xb1\x0e\xe6\xae\x90U\xc7\xe2E\x00,A\xf4\xf4\xd0\x02\xae\x8bZ(\xee"\xe5y\xae\xa6\xe6\xb4\x91\x15\x04\x8e\xc0\xe3\\\xf6N\xce\x97}nz\x9a\xa2\x85h\x8dC\x81\x8fG\xc7\xb0?N\xda4\xe9\xc4\xf4\xf5\x147\xed\xbdGJc\xe7P\xd1\xb6=\x94/s\xdbS7N\xf6\x05-\xb6\xdb\x07\xc9\xd3\x98"D\xc4\x8cG\xe2>\xf8\xd0\xf6\x00\xbf\xa6\x1d7\xb7\xdba\x82:X\x02\x80\x00v\xe2\x06u5\xda\xb6\xc9\x9e\xa9c\x99BS\xc1\xdf\x03\xdfC\xbb\x16\xdbQP\xd1\xb4k\xe1\xd3\xc5\xdb\xf3\xd4\x9boP\x95\x12dv\x1e\xda\x00\x1a\xebE\x14+\xd3z\xf8b\x84pX\x1c\x00\x07\xa7mB\x9f\rQ\xbf\xf6F\xa0\x10\x7f\xdf\x90\xb9\xd4\xfd\xd5\xc8\x16}\x81s\x04\x1c|\xbb\xff\x00\x86\xa0_\x86p"\xda\x155\x15\x12\x14\x84\xd4\xb7\x87\xc8c\x90\xcf\xb6\x8e\xe3\xec\n\xdfz?S\xbd\xfa\xc3Qv\xaf\xa4\x9eKU\x17\x9c\xf8`\xe2G\x1d\xc7\xe8\x08\x1f\xcfV/`mz\xeb\x85U5M@0\xd0Q\x02"\x8c\xe5yc\xd0\xfeZ\x91\xb6\xcd\xae\xdb\xfb-&JD_\x15r\xd9^\xfa\xd2\xeb\\\x94\x14\xfc)\x15\x12.\xf9\xc0\xc6\xa5E.\x06\xe4\xdaI\x8a\xae7DF\x14\x90\x10\x11G\x16}@\xbdk\xeb\xb5\xbbc\xc5%\x9e\xd6\xdf3r\xa8\x05bD=\xf3\xfe@}t\xd1\xd7\xee\xb5S\xedKq\xb5\xd9\xaa\xfc{\x8dFU#C\xdc\xfd\xcf\xd0g\xdfP\xc7Mzq|\xdf\xf7\xf7\xbe\xee\'\x9e\xa1\xe7a\xe2>{\x93\xdb\x08\xb9\xf4Q\x91\x93\xa2R\xa0\x8c[\xf9\n\xb6v\xc5\xdc=L\xbd-\xfa\xfc\xefR\xd3\xb1f \x9c\x0f\xa2\xa8\xcfa\xabm\xb0z{C\xb5\xe8#CM\x0f5\xc1^\x0b\x8005\xee\xc0\xd9t{^\x9f\xc1jX\xc4\xac\x801Q\xf4\x18\x1aU\xd4n\xa3Xzud\x96\xe7t\xa8A"\xa9\xf0\xe3\xc8\xc9on\xdaJ=\xdf#r\xff\x00\x15\xc0\x9f\xa8\x9b\xb2\xcd\xb0\xed2\xdfn\x15Q\xc4\xd0\xa9n\x19\x19o\xd3TC\xac\x9dh\xbc\xf5\x9eg\xa3Q%-\x9e9\x07\x18[\xca\xd3\x1fl\xfd\x07\xf8\xe8\x87z\xef\xbb\xefU\xaer]o\xcd$t\x08\xc5\xa0\xa5\xe7\x8c\x8f\xab\x7f\xa6\xa1\xfb\xbc\xf0GW=57\x95\xd7\x1d\x87\xa0\xfc\xf5\xcd\x9f3\xf8`t\xe0\xc0\x93\xd51\xde\xc0#\xa3X\xa9cTNC\x07\x1e\xda\x92m;RZ\xa8\x1aj\xc9\xc41\xb7\x9a0\xe7\x8e\x13\x1f\x89\xb2=\xf3\xd8z\xfb\xe8\'\xa6V\xe8\xee\xb7\x88\x92\xad\x011\xe1\xb8\xbf\xa7v\x03\x97o\xa6\xa4\x8d\xebo\xbc\xd1\xcc\xd4\xd0#\x98cb@\x1ec!\xc1\xf3\x10;\xfagQ\x08&\xad\x9794\xe9\x11\x8d\xd5~^\xe14\x11\x90T7\x90\xfb\xe3V\x07\xe1\x82\xa0TZ\xab)\xe4~Er\xa1O\xb6\x1f\xbf\xf8\xea\xbc\xdc\rZ\xd56ca\xcdT\x96#\x19\xfb\xf7\xd4\xfb\xf0\xaa\xb2\x91pO\x04\x04\x0c\xdd\xf3\xdf9\x1aX\x1f\xf7\x07\x9d\x7fl\x87~$\xed\xdf\'\xd4\t\n\x00H\x12\x10\xbfA\xcb#?\xcfS\xb7\xc2\xb4\x86m\x8d1l\x06\x04\x1e?O1\xcf\xf5\xd4I\xf1Y\x0f\xcb\xef\xe4\xf1P\xa2\xc8\xacs\xf5\xf4\xef\xa9C\xe1*\xa5j6\x95lj\x0f\x15r\x06}\xbc\xff\x00\xf8\xebLJ\xb34FGxQ:\xc4\x00\xf3g\x18\xd5\x07\xebT$\xf5F\xef:\xb0S\x84\xc0\xc6{w\x1a\xbfp\xaf\x9f\xb1>\xda\xa2={\x82(z\xa3Z\xe0\x84&1\xe5\x19\xee\x030\x1a\xd3\xab\xf8\x0c\xfaZ\xd6r\xe8\x14\xe2>\xa7\xdb\xde$\x18l\xab1\xf7<\x97\xf9\xea\xf8\xb1\xe13\x80F\x03\x1dP\xbe\x88\xcac\xea\x85\xad\x99\xf8\x06f\xf2\x83\xf7\x1a\xbeR\x1c\xce\xd8\x18\xf3\x1c\x7f=\x1d\'\xc0\x1dUk!\x0f\x89jJ\xbb\xbd\xae\xa2\x8e\x8c\xc8\x92C\x1f\x88\x19rGc\xee=\xf5P\x8dB\x88\x8ct\x8c\xd3L\x07\x99\xfd\x87\xfaw\xf6\xd5\xe6\xea\xca$\x96\xdb\xc7\x88\x80\xe2\x89\x9b\x1d\xfdG\xff\x007TF\x95d\x8b!8\xc1\x19\xcf\xa8\xc1\xf7\xf4\xd6]O&\x9d*\xb4\xc9\xa3\xe1E\xa4^\xa2\x93U8wx\x17\x18\xef\xdf\x96=\xb5rJ\xf1\x93\xcd\xdb\xbe\xa9?\xc2\xec\xc6\x9f\xa9\xf0\xc4\x80\xb2I\x18\xf3\x7f\xdf\x1a\xbb\xae\xaa\\\xaf\xb0\'\x1f\xcf]=?\xfdf\x1dF\xd3\x00\xfa\xcb\x1f=\xa7w\x00\x16\xcd\x1eq\xef\x8f}P8\x15"\xa5I\xe7nq\x18\xd4p\x1d\xfb\xff\x00\x9e\xbe\x81\xf5f6\x97l]\x95\x0f\xad\x0b\x0e\xfa\xf9\xf3E\x04\x14\x94\x91s\x0f$\x8c\x01\xe2=?O\xa6\xb9\xba\xbe\xc6\xdd/p\xa7a\xd5 \xdc\xd6\x97\xf0\xcch*\x97\xca}O|\x0f\xe7\xaf\xa0\x94\xea\r\x1d1#\xbf\x81\x1e\x7f\xf7F\xbew\xd8\xa4\x80\xeek\x1d@\x91W\x85d\'\x8f,\x83\xdf\xfcu\xf4>\xdf\':*V\xfe\xf5<g\xcb\xff\x00(\xd5\xf4[\xc1\x93\xd5|G;\xacg\xf6l\xc3\x1a\xaf\x7f\x16+\x1c=6\xa0\xb8\xc8\x81\x85-t\x19\xfb\x82\xc7\x1f\xe3\xabAMb\x92\xe9\x13E)h\xe2oR}\xf5\x07|Lm\x95\xb9\xd8\xeb\xf6\xd55u,p51\x904\xcd\xd9]~\x839\'8\xf4\xd7L\xd2j\x99\xcf\x06\xd4\x93G\xcf=\xc7\xbd\xf7&\xe5\xa96\r\xbf\x1c\xbew\xc4qB\xbeb>\xa4\xfb\x0f\xe84\xf9\xd3\xde\x92Gn\xbf$\x9b\x8a\x8f\xf6\xd5}@\x0c\xb4\x90\xb11\xc4\x7f\xbd!\xfe,\x7f/\xcfE\xbd;\xdb\x16\xfbm\xf9\xec\xf6\xeaye\x82W\x0b_s\x9cc\'\x1f\x85\x0f\xe7\x8c\x01\xfa\xea\xc7\xc1f\xb3\xd8\xa1\x8dv\xed\x1aTTT\xa8Y\x99W\x93g\xb7\xb8\xef\x9c\xfb\rc\xb4v\x8a7\xdd\xf9\xa6\xc0\x9a\x0e\x99DD3\xee\x93\x1a\xc5\x06xP\xc6x"\xaf\xb6p<\xc7\x1d\xf0>\xbe\x9a2\xb3\xd9\xaba\x99)\xf6\xb5(\x85\x18\x88\xfc\xaa\xa3\x1f\xa7\xa0\x18\xfd{\xfah\xff\x00j\xf4\xb6\xef~\x89.\xdb\x8aI"\x8f\x04\xaa1\xc1\xc7\xae>\xc3\xfa\xe3\xdfD\xf5\xdb\x87gt\xf6\x8b\xc3\x12A\x11PK\x15\xc0!\xc0\xc9\x0b\x9e\xe0\x7f]\x1a}D\xe5f\xbbS\xa4\x944Q\xa5\xd7qT\xa9\xe5\xe6\xc6s\xc7\xfaz\xfe\x7f],\xdc=]\xe9\xee\xc0\xa2\x9e\x08ka\xf1b$\xf81\x10Y\x8f\xdf\x1a\x83\xb7\x9f]7&\xe6I)m@\xd3B\x0e\x04\xe4\xf9\xd9~\xc3Q\xb0\xa1\x96\xb6y*e\r5D\xa7\x93\xc8\xfd\xc9?]]\xa8\x91\xbc\x82\x1d\xcf\xd6\xed\xd7y\xdc\xb5\x17k\x1d\xb7\xc2\xa28\xe0\xb2\xf6$\xe7\xd7\x1e\xc3M\xd5\xbdc\xdf\xb3@\xc1)"\x0cG\xae;iU\x06\xd8\xaa\xa8T`\xa3\xdb!\xbbh\x8e-\xa1\x1bD\x88V0X\xf7\x07>\xdd\xfbk7\x91\x97\xa2-\x91[\xf5g\xa9/\x85\x021\xdf\xe8\x7f\xf0\xd6\xa7\xa9\x1dF\x9c\x14/\x1e\x0f|\x05\xce\xa4M\xc3\xd3\xb9h\xe4\x17\nh\xdb\xc1|\x12\xa7\x1e\xa7=\xf4\xd6\x9bX\x9f3\xdb\x81\'\xb7\x7fm\x1a\xd8\xd6?@\x1d7wQY\xdaO\x9f\xe2\x18v\x1c{k\x9c\x9b\x8f~\xd4\xf3\xe7zp\x1b\xd7\x8es\xa9\x00mY8\x82\x94\xa1q\x9fC\xf5\xd7H\xf6\x85J\x01\x9adr}\xb3\xe9\xa9\xd6\xfb\x14\xa0\xbb\x91\x8a\xd4\xeffPM\xea\xac\xe0\xfb6\xbb%f\xf2\'\x1f\xb5\xea1\xf4\x1a\x94\x93g\xcb\xc7&\x8e\x10~\xe4\xeb?\xb1\xb5/\xd8A\x1cx=\x8a{\xff\x00=\x1a\xe5\xea\n\x11\xf4"Y(\xf7,\xaed\x9a\xed[\x92\x00\xfcx\xd7\xb3Z\xaf\xd5 \tn\x95O\x9c\xe7\x93\x91\xfe\x1a\x96\xdfd\xce\x15dx\xc8\xec=\x00\xef\xdb\xfcu\xba\xec\xb9D>\'6\xcf\xf709\x0f\xf2\xd2\xd7/Q\xa8C\xd0\x89Z\xd9|\x921\x0c\xb7\x1a\x82\x83\xdb\x91\xd7\t6\xbdD\xe8c\x9aY[?\xf1\x1f\xf5\xd4\xc9\x1e\xc8\xab\x97\x8br\xf0\xd1\xb3\x91 \x19\x18\x1e\xa7\x1e\xc7Z\xb6\xca`\xd8\x12\xc4G\xa0\xect\xb52\x94bC\x03h\xba\x1c\xa9\x93\xed\xe6:\xeav\xdd\x7f\x1e"\xaa\xa0.?\x08\x94\xe3\xf9gS\x0b\xed\x16\x83\x8a\xb0,N\x7f\x08\x1d\xbf\x9e\xbaC\xb4\x8b\'6(\t$`\x8e\xfaZ\x98\xd4W$3\x1e\xd9\xacU1\xa5D\xea\x1b\xdcH\xc0\x7f\x8e\xb9Um\x8a\xb8\xe9d\x94\xd4\xcf\xe5\x1d\xd8H\xdd\x87\xf3\xd4\xd46\x9e\x07\xf0\x00\x0e3\x8dmW\xb5\x91m\xb3\xbf8\xcc\x89\x13\x1e \x1c\x9f\xb7\xa64\x9c\x98(\xc6\xcaon\x82\xa6\xaa\xff\x00"\xdck\xe5\xa9H\xa6",\xb3\x12\x06q\x8d=\xee\x0b\xedU\xaee\xa4\xb6\xc4#2\x01\xe6U\xc9\xfd\x06\xbd4B\x8fq\xd6<\x80E\xe1T8\xc7\xb9\xc3\x1f\xe5\xa7\x1aW\xb5K\\j\xfc2d\x1f\x85\x98\xfag\xdb\\\xb9&\xdc\xed\x9d8\xe0\x94>a6\xdb\x13\xcbf\x87\xf6\xac\xc7\xc4\xceI\x90w\xce{jy\xf8;J\x18\xb7\xfd\xd6(|\xeeh\xcb3\x92{\x0e\xf8\xfbj\xbbCp\x9e\xa3\xf7\x11\xc5\x94@\x14\xbbyT\x1f\xf3\xd4\xed\xf0\x8d4T\x1dT\x9e\x94\xd4\xf2i\xe8\x8e\x14zz\xff\x00\xe3\xa7\xd3?\xef&\xc5\xd4\xa4\xb0\xb4\x8b\xabE\x12\xba\x00NF\x08\xd3f\xe0\xdd\x9bSgDf\xbc\xdci\xa9p\xb9\xc3\xb0\xe5\xfc\xb4\xedl\x1c\x91{g\xd7P\xef]vm\x1e\xe3\xbb\xc2gN^\x1c@\xfd{g\xe9\xef\xafY\xecy)[\x187\xbf\xc5}\xbe\x08\xde\x9fe\xd05\\\x9d\xc7\x8c\xc3\t\xfc\xcf\xf9j\xbcn\xce\xa2\xef\xad\xf1T\xf0\xd7\xdd\xea\xa7$\xe4\xd3\xc0\xc5#_\xb1\xf7\xd4\x99/L\xa1\x81xA\x80I\xed\x95\xed\x8f\xb6\x84\xf7n\xdc\xa9\xd9\xb6\xca\xed\xc1AN\x1ex\xd2G\n\xc3\xd7\x80\'?\x96u\x8c\xb2\xb5\xc1\xb41\'\xbb`=\x0fL\xafW\x0cU\xdd\xee\x11\xd2Sz\x94\r\xc4\xe3\xee}t\xe7=\xdf\xa6\x1b\x1e&\x81\x19n5\xf1w\x0b\nsl\xfe~\x83\xf5\xd7z\xf8\xef[\x93\xa6\x11\\k\xe7\xf0\xa4z\xb4\x12x$\xa9e\xe6\xe3\x19\xfc\xb1\xfc\x86\x9a\xb6\xee\xce\xa0\x8a\xdd8\x8e\x8c+H\x87\xccFI\xed\xf5\xd0\xa2\xe7\xf1\x03\x92\x86\xd1E\xe9\xdbw\x7f\xdb\xbd;\xd9\xb7\x7f\x964\xe2Zs\xfb\xa3\xea\xa3\x1d\xb3\xf7\xd58\xf8\x9b\xa46\x8e\xb2_\x1d\x122k!\x82U\xcf\xfc\xac\xa7W\x07eB\x91t\x8bi\x120\x14\x15\xcf\xd7#U\x1f\xe2\xb2J\x01\xd6J\x89\xeb\xdb\x84Mn\xa7\xe23\x80\xe7/\xeb\xf5\xf6\xfez\xcf\xacW\x89\xd1\xa7E\xb6D\xd9\nF/\x15\xf5\x82(\xe5yFx\x88Td\x03\xf7\xed\xfe:]l\xd9\x82\xa9\xe6\x96\xe7V\x90*\xbeUR@\xb9P\x7f\xbc{~\x9f\x9e\x95\xd4_\x96\xd9\x01[u:\xe7 *\xf1\x01=?\xba=\x7fS\xa4\xa2\x9e\xf5q\xaf\x82\xbad&6\x19\xe5+qP\x7f\xba\x00\xff\x00My\x1b\xa5g\xb1j\xe8\xfam\xac\xd6k5\xf4G\xce\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3@\x19\xac\xd6k4\x01\x9a\xcdf\xb3\xd3@\x19\xad\xb5\xe0\xff\x00\x1d{\xa0\x0c\xd6k5\x9a\x00\xcdf\xb3Y\xa0\x0c\xd6k5\x9a\x00\xcdf\xb3Y\xa0\x0c\xd6\xeb\xdf\xbf}j1\xef\xad\x93\xf5\xd0\x06\xfa\xcdf\xb0\x0e\xe7>\x80\x1c\xfe~\xda\x00\xcdf\xbd#\x8es\xeb\x80F\xb6\x08r\xa3\x81\xf3`\x8c\xfd=\xf4\x01\xa0\x04\xf6\x1e\xc3:\xdb\x87\x16\x18q\x9cd\x7f\x96\xba\x93\x9e\xcc\xcc\x08?\x84{}\xf5\x8d!\\bBF\t\xfc\xce\x809\x94\xe42\xa0\x81\xf5>\xe7\xe9\xae\x152\xcd\x1a\xf2H\x1aS\xe8p\xc0`\r,\xf1\x1c\x8fA\x82\x08\x04}}\x86\xb5\x9dK\xa8B\x0eH\xc0=\xb0s\xeb\xa0\x08\xd3\xac\xb52M\xb0.\x91\xc9b\x8a\xac\x98\x89T\x92`=\x07r5B\xac\xb4\xb7\r\xe9t\xa4\xdb\x96\xfcC=t\xbe\nK1%T\x8c\xe7\xbf\xbe\x00\xc65\x7f\xba\xc1\xb4c\xbd\xf4\xfe\xedCHLsx<\x91\x83\x1cdz\xe7\xed\xeb\x9dS}\xaf\xd2\xd5\xb9m\x9bUM\xa2\xe3(\xba4\xa1\x96Tr\xa7\x97\x88A\\\x0fOM>\xc4\xf7\xb0\x91\xbe\twX\xb7|\xd8\xdd\xf6\xb0U9!0\x1c\x13\xed\xdf\x97n\xe3V\x13g\xdb\xead\xe9\x15E\x92z\xb8j\xea!\xa7\x92\x07x\x7f\ta\xd8\xff\x00]>\xec\xbd\x9dKs\xd9\xd4\xb4\xb7\xea\xbb\x8c\xd5B\x10\x95\n\xf5M\xea;w\x1a\'\x8a\xc3i\xb1\xdb\x12\xddk\xa2H!*c(\xbe\xe3\x1a8\x1f%3\xdeV\xc9\xe8\xad\xd4\x914yDn$\xe3\xdc\x13\x9d\'\xdbr\xbf\x8c`\x04\xff\x00\xb4qC\x8f\xccj\xd5\xb6\xcd\xdbWm\x9dSOWm\x8d\x81Y[\x91\x03 \x82NA\xf6\xd5e\xb7CJ\xbb\x84\xad\n2\xc1\x0c\xad\x80~\x8a\x0f\xfah\xe4d)\xd7\x9a\xcf\x1f|GM\x13. \x8b\x00\x11\x9cd\x9f\xf2\x03B\xd6\xa81*1P\x0f\xdb]\xfa\xa5;\xdcz\x834\x8eq\xc5\xc2v\xfb\x7f\xf3t\xb6\xdb\ny\x14\x0e\xf9\xed\x9d \x1d\xae\n\xa6\xda$9\x04\x0f\xae\x99\xe9\xe6F\xc8\'\xb1\xd3\xcd\xe1Y-L=p?\xa6\x85\xa2n\xe0\x83\xdf@\x1b\xd6V\xf0~)\x9c\x7f\x86\xa6^\x82\xd9\x16\xe5e\xb8UF\xf8\x99\x9aE\x03\xfc3\xa8Vh^\xaat\xa7\x823$\xaeB\xa2\xaf\xa9\'Vc\xa1{B\xb7kY\x9d\xebY\xb9\xccKv\xfc$\x9f\\~Z\x00~\xd9{\x12\x8flR\xd4M",\x955r\xb4\x929\x1e\xac\x7f\xf0\xd4\xfb\xb6\xac\xb0V\xd8 g^+\x91\x9e\xde\xa3Q\xd5\xbe\xddUr\xa9Ha\x19\x8d\xbd[\x07\xb6\xa6\xed\xbdi\xf9\x1b\x1cP\x1c\x92\x98\xc9\xd0\x01=\x9a\xd6\x94\xd4\xf1\xc3\x02\xaa\xa0P\x7f]:\xd1\xa9\x8e\xb1\xc1 \xb2\x8e@k\xdbt\x7f\xb9\x8c\xf7\xf4\xd6B\x08\xb92\xa9>`{h\x03\xae\xe9\xb5-\xfboT[|6\x91j\x14\xa3*\xfb\x83\xa8\xebet\xbaj*\xaf\x94\xaa\xa7\xf9Z*r0\x83\xf0\xb1\x1f\xe5\xe9\xa9\x86\x99\x04q\xe4\x9e\xc3\xdf\xe9\xae\x13\xd6G f\x04,k\xdc\xbe{h\x03\xd9&H\xa9\xd6\x9a\x16\t\x14C\xb9\x1d\x86\x06\xab\xff\x00^z\xe3\r\x91\x0e\xdb\xdb\xa4O_\'\xb2\x9c\xe0}N=\x06\xb4\xeb\xa7^\xa1\xb0\xa3m\xbd\xad2M_/c\xc4\xf6Q\xe8K\x1f\xa7\xf8\xea\'\xe9\x97No\x1b\xba\xeb\xfbr\xec\xf3K%O\x9f\x9c\xd1\x9eRv\xecA>\xdd\xff\x00\xa6\xa6R\xd2Tc\xa8m\xd8\xfd.\xba\xef\xbb\xab_.\xe1\xa7\x92\xa6C\x87\x90\x9f\xde\x10{(\x03\xd13\xd8\x9d[\xdd\x95\xb1\xad\xdbn\x8e5\x86\x9a4~ \x1e\x0b\x800=\x06}\xb4\xa3lmKf\xdd\xa3\x8e8!Uu\\3\xf1\x00\x9f\xcf\x1d\xb4\x05\xd6\xce\xbcZ:uA\xfb6\x82E\xa9\xba\xd4e"\x89\x0eH?\xe9\xa4\xa3[\xb1\xb9_\x96#\xefUz\xbf\xb7zcl\x9a\xb6\xb2\xaa6\x9c!\t\x189<\xb1\xd8cT^\xf9\xd4\xbb\xff\x00S7\x98\xbbnj\xb74\xa6B)\xe8\xf3\x95\x8ds\xeas\xd8\x93\xdb]7\x9d\xe2\xe5\xb9e\x9a\xfb\xb9\xeb\x1eZ\x99\x01p\xa4\x92\xb1g\xd8\x0f\xb7\xd7@V\xba\xb8E\xce\x17@\x1c\xf3\x03\xbf\xb9\xd7\x1fQ\x9d\xb7\xa6<\x1d\x980$\xb5K\x92Z\x98\xc7\rQ8\x018\x13\x80==\xb5\x15\\\xe5\xa67j\xd2\xaa\x13\xb8\xee}\x7f=J\x15\x16\xbb\xac\xb0ET p\xad\x18`\xc4\x1c`\x8dC\xb7\xb4cz\xab\xa7\x94\xe0\x86\xfaq\xc8\xef\xa9\x9a\xa8\xdb.\x0e\xe5D\x9d\xd1))\xff\x00\xb5\x94Q(\x0cg8\xc1\xf7 \x83\x8d[M\xd9\xb6i&\xa6\x96\xa0B\x15\xb8;g\x03#\xca}\x0f\xaf\xbe\xa9\xc7F\xa4V\xddv\xc5\x91s\x99\x08\xed\xed\x91\xff\x00\xcc\xd5\xf2\xa8\x87\xe6\xa8\xda\x122Y\x08\xfc\xf25\xbe\x05qvsgu4R\x1d\xe8\x16\x0b\xcb\xc1\x03r>\x1a\xa8S\xea@${v\xf5\x1a\x97\xfe\x16\x18GSq\xa7y<\xcd\xcb\x8a\x1fc\x80\x7f\xc3:\x88\xfa\x91M\xf2\xfb\xc2\xa6\x98*\x8c\x80\xa3\xd7\x03\xcc\xdd\xc6\xa5\x0f\x85bM\xea\xa8\x8cc\x12(\xff\x00\xdd\xd68\x95e7\xca\xd3\xc4\x0c\xfc\\\xd1H\xbb\xb6\x9a^J\xdc\xc6H\x1e\xbf\xee\xc7\xfe:0\xf8C\x95\xd7n\xdc\xa1v\xff\x00\xb5$\x0e\xd8\xf5\x1a\x14\xf8\xc6>\x0e\xe5\xa0\xc6TJ\x87-\xf4<\x07m9|\x1f\xce\x0c7\x18\t%\xbb\xf7>\xdeQ\xad#\xb6vg-\xf0"\xcdF\xfc9\x123\x81\xaa\x1b\xf1\x071=J\xac\xad\x8a\x11\xcd\x91\x93\xec\x00s\xdf\xb6\xafi\x05\x92U\x04\x01\xc3TG\xad\x8a[}USI\xc9\xbcG\x91\x14\x0f\xc4O\x89\xe8?\x98\xd6\xbdR\xf2\x19\xf4\xdf\x19\xc7\xa30\x83\xd4\x1bL\xe4\x16\x901\x19?\xc3\xe9\xfe\x9a\xbf.\x01\x98\x9f\xab\x1dR\xce\x95\xf4\xbf{Z\xb7\x95\x9e\xe1Wk\x92\x9e\x8e9\x08wo\xc4\xacW\xb89\x1d\x8e\x08:\xba\xa4\x00\xc3\x079\x1e\xba:X\xb8\xc3p\xeaZs\xd8\x02\xeaTy\xa7\xb9\xa8\\\xf2\xa1f\x03\xf9j\x83TRDfy.2\x80|G\x0b\x1a\x9e\xc0\xf2=\xfe\xe7W\xff\x00\xa8Ad\x92\xae\x9c0\x0e\xf6\xd9O\x7f\xee\xe3\xb9\xd7\xcf\xea\xa9Z\x1a\x8a\xcaJxL\xb3,\xf2\x06g\xf4\x03\x91\xf5\xfak.\xabj4\xe97\xb2R\xf8o\x98\xc3\xd5\x1a\x18\xe7~\r"7\x0e\xdd\xce\x19N\xaf,\xc7\xf7\xad\x8fb\x7f\x96\xa8\x7f@\x1e$\xeae\x9b\xc6\x90<\xc9\x9e\xeb\xf7 j\xf6\xce\xdf\xbdl\xfb\x13\xad\xbaWp2\xeaUL\x15\xea`V\xdb\xd7\x00\xe3\xd6\x89\xc1\xcf\xe5\xaf\x9e\xb4\x93\xd3=\x034\x1c^L\x15\x07\x19\xf7\xd7\xd0\xcd\xfe<{%r\xb7\xa1\xa3\x93\xfc5\xf3\x9a*\x99(\xe9\xd68\x82\xa2\xa3\xb9,}O\x9c\xeb\x1e\xafz5\xe9\x1dXQ\xb0\xb6\xbd\xde\xff\x00\xbb\xad\xd4V\xaag\xa9\xa9Y\xe3\x95\xfb\xe0(\xe4;\x9c~Z\xfaKo\xb7\xd0m\xcb--n\xe0\xa8H\xda*t\x05\\\x8c\xe4\x0f@5A>\x1ew\xed\xd3a\xee\xe6\xddb\xd1\xce\x8aH\x8co$\x99\xfe\x13\x9c\xa8\xf5c\xdc\xfd\xb4k\xbe\xfa\xa7\xd4n\xad\\\xaa)m\xab=\xae\xd4\xd9O\x1eRC\x15\xff\x00\x84\x0f\xb7\xb0\xed\xf5:\xbe\x9f\xc9\x0eI\xea.s\xd9\x12\xbfT\xfe+(-\x92Ma\xda\x10\xc9UVC",#=\xfd2H\xf4\xfc\x87\xeb\xa8\x02\xe1x\xbc^j\x85\xcf\x7f\xdf\x8dC\xd60\xf0\xa8\xd4y\x13\xdc.=\xcf\xf4\xd6\xdbz\xc7l\xb14\x96\xdaH\xe5\xad\xae\xa8>i\x9c\x17fc\xf5#\xfc\x07mH\x9b\x1b\xe1\xda\xae\xeb\\n\xfb\x8a\xa9\xbe^I\x03\x82_\xcc\x0fpU~\x80\x1c\x0fl\xea\xdc\xdc\x88PP\xf7\x7f\x7f\x99\x12\xdcv\xe5\xd3s\xc9\x05\xbe\xd7O0\x08\xea\x1a*t!G\x7fY\x18v\x03\xd3\xb0\xef\xab\x19\xd3=\xbb\xfd\x8b\xb3\xc5[\xb8\x99f\xa9U&6\xca\x80\xa3\xd4\x9f\xeb\xdf\xdfD;\xa2m\x85\xd2\x8b?:s\x17\x8a\x91\xff\x00\xbb!X3\x1c\xf6\x1d\xb3\x9c\xe3\xfaj\xb6\xef~\xa6\xdf7\xcdDt\xf4q\xcb\r2\x9f(V \x91\x820q\xf9\x9d\t5\xf2\x07%~\xac\x96w\xe7\xc4\x1f\x813Zl.\xb2\x95\xca\x96V\xc2\xa9\xc7\xaf\xe7\xa8r\xe1v\xbbnZ\xdf\x98\xab\x98\xcd#\x1c\x8eG\xca\xbf\x90\xd7+6\xc9\x96\xa6d\x9e\xa9\x1cr=\xfe\xb9\xff\x00-\x1fQ\xed!me@\x88\t\xee\x0b}t\x9c\xfd\x01F\xb9\x07\xed\x1bn\xa6~&Te\xff\x00\x87\x1e\x9a1\xa2\xdbT\x94j\xad/\x15\xc7\xb64\xff\x00i\xb5K"B\xb0S\x86y\x06\x03\x00x\xe7\x19:2\xb0\xec:\x9a\xd3\x1c\xf5\x03\x8a\x1c\x10\xd2\x0f!\x1f`;\xe7\xf3\xd4]\x95^\xa0u\xbe\xcbQR\xca\xb4\xd1"\xc6\xcd\xc41\x07\xbe\x8f,\x9d7\x9d\xc2\xcd3\x08\xdb\x99\x1f\xbc\x07\xd3\xb7p\x06\x7f\xae\xa4\x1b\x1e\xd8\x86\x97\x06\x99\x02\xf0U\x8d\xa4a\xdd\xf1\xeb\xe9\xf9\xe8\x9a\x96\xd1L\x92\x9c\x82\xe0\x8fG\xf4\x1f\xcbV\xb1\xb6K\x9a\\\x11\x86\xf4\xda\xf4\xb1X\xc1JX\x9cF\x8a\x9c\xb8\xf9\xcb\x02;\x93\xe9\x8cg\xf9\xea?6h\x93\xc4h\x91\x95\x88\nUq\x91\x83\xf7\xd5\x80\xdf\xf4\x8av\xb4\xde\x1a\x9cB\x06\x00\xf4\xff\x00\xe6j*HQ\xbc\xb2(`5~\x1a\xa2|G`\x9cv\x88\xd7\xb4\x94\xd2\xc81\x81\xcb\x8fa\xfakx\xecq!\xe7\x14s\xc7\xc8\x9f*\xf1\xf2\x83\xf9\xfbh\xb3\xe5\xd5\x88\x0c\xb9Q\x9f\xcck\xdf\x93\x8c\xb7\x91F>\xbfM/\t\x15\xe2{\x82b\xc5\x08\'+.\x17\xbf|a\x86\xbc\xfd\x8d\x13\x91"\xa4\xaa\x87\xcd\xfc<q\xeb\xa2\xd1@\x01\xfc@\x93\xf5\xd7\xab@\x00\xc3\x10\xc7\xeatxa\xe2?PT\xd9cv\xf1\xe3i\x01?\x84\x8c`\x0f\xa6\xb8\xcdk\xa4@Vf`\xc0\x96\'\xdd\x81\xfa\xf6\xc6\x8a\xe4\xa1P\xd89#\x1e\xbe\xda\xe6i\x008\xe4\xde\x99\xf6\xf7\xd1\xa1\rI\xb0dZ\xe9\xc2\xa9Z\x89x\xfe\x15\x03\x1e\xde\xde\x9a\xd4X\xa3\xe2\xe5\x84\xca\x1b\xf1\x03\xc7\xbe4L\xd4\xcd\xcb\x01\xf1\xf4\xcf\xae\xb7\x9e\x90,j\xea\x1b\x90\\0\x18\xc6q\xa3B\x076\x9d\x01\xc6\xc9N\xc8\xcf\x03\x02\xbd\xb8\x93\xf5\xf7\xcf\xf9k_\xd9\x0c\x88\xc2I\x10)\x19!s\xeb\xed\xfagD\x92P\x97\x07\x94\\\xf9\x81\xcb\xbf\xd3I\xde\xdd\x17u\x14\xcb\x91\xfd5>\x18\xfcG\xc0)Qg\x94/\x88\xa5\\\xfb\x04\x1d\xcf\xf3\xd77\xa2\x96*7\x13eP\x82\n\x1f_\xb1\xd1\x04\xb4p\x07nQ\x03\xecA\x1am\x9a)#i\x15P\xaeU\x94\x11\xd8\x8e@\x81\xa4\xe1E\xc6z\x99H\xf7%;\xcb\xba\xaef\x15\xc2EX\xe7\x93\x1e\xde\xa3\xdb\xf5\xd28\xc5\x15\x14\xc2Ij\x0bM\xd9\x91G\xe1\xc8\xd2\xbd\xdd\x15w\xf6\xe2\xed\x0c19\x81k\x9c\xb1=\x80\xee\x0f\xf9\xeb\x94P\xda\xd6\xa0\xc7U\xca~=\xc2\x81\xf8G\xe9\xaf6\x7f\x13;\xa0\xee)\x0b\xa0\xac\xaf\xb9M\x04T\xd07\x850!\xccY##\xef\xed\xa9\xa3\xe1"\xd9[E\xd6\x18*\'(\x15\xa9\x99B\x8c\x96\xc8a\xa8n\x96\xed8\x90R\xd1\xc6\x94\xd0\x8fly\x88\xc6\xa6_\x85:k\xa2u\x86\x96\xaa\xa41C\x1b\x05\x0c\xde\xc4\xaf|{{\xe9\xf4\xfbeB\xea\x7f\xebe\xf5\xb3\x13\xe0\x8f\xcc\xfah;\xa81\x83y\x84\x11\xeb\x0eH?\x9e\x8b\xed$\xf0#\xe8\xdd\xb43\xbf\x94\xfe\xd6\xa4l\xfa\xc4\xc3\xfa\x8d{\'\x8c\x08\xbd\xad\x14,\x8a\x84\x87\'\x97\xe7\xed\xa0\xde\xa6\xd8\x04\x9b\x06\xf9 U~4\xb5,H\xf4Q\xc0\xf6\xef\xa9.\x97=\x88\xf7\xf6\x1al\xea%\xb3\xc6\xd8;\x80y\xb9~\xcf\x99\xf0~\x81N\x7f\xa1\xd6r\x8fsLr\xad\xbe\xf8+\xb5\x96\x8e7\xe9\x03\x90\xaaLW(\xd3\xed\x83\'\xfe:Ij\xa5QO\xc1W\x0b\x8ccN\xbbq|^\x8f\xd70\xfcP\xdc`q\xf9\x12\xb9?\xcc\xe95\xa4\x17O\xa6{j\x92\xa2e\xbd2\xd4\xecA\xe2t\x7fo\xb1=\xe3\x98\xa7o\xcbU\x07\xe2\xd6\xd3\x1d_V\xe9\xfcZ\x90\xb0\xb5\xae/\x13>\xdes\x8f\xb7\xb8\xf5\xd5\xb9\xe9\xb3,\xdd\x1c\xa2\x0b\x8c\xc1]\xc4\xff\x00!\xaa\x8d\xf1um\xaa=K\x8a`\x19\xcdE\x19u\x0b\xff\x000\xec\x7f\xc3Xuk\xc8\xcd\xfa-\xf2",\xa6\xaf\xb1EP!\xf2\xd4K\x00\xc0%r;g\x1f\x97m6^75\xde\xb2\xeah\xa8\x94F\x8ax?\x82\x99f\x1fL\xe3\xb6\xbbQZ\xe9\xad\xaaj\xafUA\x1d\xc2\x95\x08\xdc{\xe0\xf6\xce2}}1\xa7;eM\xb9\x12j\xbb}:\xf3b\xdefR3\x81\xdf\x91=\xcf\xdb\xd3^=^\xe7\xb2\xddl}%\xd6k5\x9a\xfa\x13\xe7L\xd6k5\x9a\x00\xcdf\xb3Y\xa0\x0c\xd6k5\x9a\x00\xcdf\xb0w\xd6g\xe9\xa0\x0c\xd6k5\x9a\x00\xcdf\xb3Y\xa0\x0c\xd6k5\x9a\x00\xcdf\xb3Y\xa0\x0f{\x0e\xe7^\xeb\x17\xf4\xd6h\x035\x9a\xcdf\x803Y\xac\xd6h\x035\x9a\xcdf\x803^\x91\x8fC\x9dy\xac\xd0\x06kt\x1e\xe0\xfez\xd3]\x17\x07\xe9\xdb@\x1b\x0cc\'\xd7\xd8}>\xfa\xc2rs\x8df\xb3@\x19\xac\xc7c\xac\xd6h\x03\xd2I\xc6}\xb5\xe6I\x00g\xd3Y\xac\xd0\x06ka\xe9\xadu\xb0\xf4\xd0\x02\r\xc1\x1crX\xeb\xd6e\x0c\x9f-&A\xf4\xfc\'UO\xa658\xdc\x14\xf6\x8a\x1bI(\x91\x99\xd1\xc0<T\x89\x89\xcf\xd3\xd0\xea\xd5\xee\x1c\x8b\x05\xcc\xa9\xc1\xf99\xb0~\x87\x81\xd5]\xd9wj\xbb\x1d\xa7j\xd4\xd0R\x19j+\xa3\x92\'\x18\xcbp99\xfd?\xcfT\x95\xa2[\xa6X\xaa\xea\xeb\x8d\x81\x12\xe9\x15$mD\xcaD\xcaA\xe4\x9f\xf1~^\xbf}y\xbf7\x85\xafim)7]\xd1&j:p\xb2HaB\xec\xa8\xdf\xc5\x81\xdc\xe3:w\xe3M}\xb14U(d\x8e\xa6\x12\x92)\xf5\xce=4\xc3\xb3\x9a\xdbz\xdb\rf\x94|\xcc\x1425\x14\xd1\xcc3\x90\xa7\x000\xf7\xed\xa9\x1b\xbe\x08:\xdb\xf1\x7f\xd3E\xb7\xdch \xa5\xba\xd59f\xe0\x91S\x17\xec}\xce=\x06\xa3*\x0e\xaa\xec:\x9b\xcc\xde==u\xb9\xe7\x8aFE\x9a\x12\xa0\x92>\xff\x00\x99\xd0\xe7\xc5\x95\xea\xd9d\xdf\xb5\xb3lJ(-\x8dmQM3\xd3F\xa1eb2F\x07n\xdd\x87\xd7Q\x9d\x1e\xfb\xba\xd7Z\xe0\xa6\xbc\xd2\xadU]KdN\xca\x01U\xf6\xd5\xca\x96\xc9\x13\x0b\x97,l\xdc\xed\rn\xeez\x94\xe5\x89\xe6gB{ys\xdb\xfc4C\x04"\t\x17\xbflgB\xf5\xf23\xee*\x7f\x11q\x84\xc8\xc0\xc0\xef\xa3:\n&\xb8\xdd)\xe9\x14\xe3\xc4!s\xf6\xd4\x16kx%\xed\x8f\xe6\xed\x83\xf9h=$%G\x7f\xb8\xd4\xb7\xd4]\xb9\x05\x87o\xa1\x10\x95\xf1\x14}\x80\xf6\xce\x85\xfa_\xd3\xca\xad\xd5Y\x05eJ\xb2\xd2\x97\x01\x14\xaf\xe3?_\xcb@\x05\xbd\x12\xd8\x94wy\x1a\xebpS\xe2\x9f\xc2O\xf0(\xfa}\xce\xac\x1d:7\x8f\x05\r\x1a\xe4\xe0.>\x83ZlM\x99n\xb4\xcf\x1d\xbf\xc9\xe38\xfc+\xe8\x07\xe5\xf5\xd4\xa7c\xda\x94t\xd7\x00\xe2\x11\xcc{\x91\xa0\x05\x1bv\xca(\xe0\x84\xc9\x18\x0epI\xd4\x89O\x13\x0bya\xd8\xe3\xb64\xcb\x05\x10^\x03\x03\xd7\x1a,\xa4\xa5\x92Z1\n`\x13\xd8\x1d\x00;PF\x05<D{\xae\x96%41\xca\xd5o\xd8\xe3$\x9dyE\x0f\x81N\xbe)\x00"\xf7\'HnW5\x95J\xc6\xc1"@K1?M\x00,\xaa\xaf2F\xca[\x84\t\x92\xcd\x9fP5\\\xba\xe1\xd7\xc1l\xf1\xb6\x86\xd5a%[\x8e/"\xfaF\x0f\xb9?_\xb6\xbc\xeb\xa7]\x9a\xd7K\xfd\x96\xdar\t\xab&\x05\x1aE\xee\x10}O\xdf\xed\xa0\xbe\x91\xf4\x8a\xba\xfbR\xb7\xab\xe8i$\x9c\xac\xea]\x89=\xcfwb\x0f\xf4\xd4\xcaU\xb2\xe4\xa8\xc7V\xef\x81?J:Kr\xdd\x97\x01|\xbe\x06\x94;\x89\x00\x98\x12_\xb7\xe2l\xfbw\xec?\xcbV\xae\xc5\xb7\xad\xdbv\x91\x12\x08\xd1|$\t\xcd\xbd\x94{k\xa5\x96\xd3n\xb0P,0\xaa\xa2\xa0\xcb9\xfa\xfd\xce\xa0~\xbf|E[6\xd5=N\xdb\xdb\xf5I5{\xa1\x07\x07\xb2\x8f\xabc\xd3I-;\xb1\xb7\xa9\xd2\x17\xfcA|I[z}m\x92\xd7c\x91jn\x93\x82\xb1\xa2\x9f\xeaO\xb2\x8dU-\xad\xb8*\xf7>\xe1\x92\xf5\xb9k\x9a\xa2\xba_0|\xf6N\xc7\xb0\x1fMG7;\xbd\xc6\xfbt\xa8\xae\xbaU=D\xf21fv\xf5c\xfeC\xed\xa2\xbe\x9fPKSx\x82\x9d\\\xb36\x14\x1c\xfa\x82{\x8f\xf0\xd7&l\xad\xcdG\xb1\xd7\x83\x12P\xd4\xf9\x1fw\x81gZ\xb9!\x8c\xcb\x18\xc8\xe5\xed\xe8s\xeb\xa0\x1d\xb2f\x97p\xdbT\xa8\xe0\xd3\xa8\xe3\x9f^\xf9\xd4\xad\xd4+E\xea\n\t\xe2JVTP9\xb0\x1fn\xe0gQ6\xd8\x965\xbf[W8\xff\x00i\x8f\xb7\xa7\xbe5\x96X\xd4\xd1\xae9\\\x19\x7f!\xd9\xf6{\x95\x8e\xdd\x1c\xb4q\x03%\x14hO\x1f\\\x80s\x9f\xae\xa9\x9fY\xec\xd1\xd9\xb7\xcdE,`x\x87\x988\'\x1d\x9b\x03W\xb3n\xfe\xf2\xcdl\'\xbeic \xff\x00\xdd\x1a\xa6?\x13t\x9f!\xd4\xba\x80\xca\xbf\xbcF*\x07\xdc\xe7?\xd7]\x1dDR\x85\xa3\x0e\x9eM\xe4\xa62t|H\x9b\xa6\xd6d".3\xf6\xfb\xfa\xeb\xe8E\x00W\x8e2\xdd\xc3"\xb0\xfb\x8ck\xe7GL\xaa\x9d7\r\xa9\xf8bO\x9aP\xc4\xfb\x8f\xa6\xbe\x88\xda\x18==#\xb7\xab\xc4\x8c\xd8\xf68\x1a\xae\x99\xdc\x0c\xfa\x9d\xa6T\x9e\xb0\xd1\xd2\xc1\xbe\xab\x04\x911,\x85\x9b\x961\xd9\xdbE\x1f\x0coO\xfd\xa5\xabJuq\xc5[\xb1\xf49O_\xcfC\x1f\x10l)\xba\x83(|\xb0\xe0\xd9\x1fA\xcb\xb7\xf4\xc6\x9e\xbe\x18j\x1cn\xf9\xc38P\xc9\x82\xa3\xeaP\xfa\xff\x00-g\x1a\xf1\x8d%o\x10\xd1\xf1\x9e\x12;\xe5\xb6Q\x1f6p;\x01\xf4O}w\xf8C\xaa\xcde\xc6\x07`\x19\xd07\x11\xf5\xe2u\xdb\xe36?\xfd!h\x95Uyr\x1d\xf1\xdf\x1c\x0f\xf9\x83\xa4?\x08O\x1b\xdf+Dk\xe6\xf0\xd7?_\xc2\xdf\xe9\xa3\x8c\xe3\xff\x00\xfc\x0bV\xb9\xe3 ?\xdc?\xe1\xaa[\xd4x!N\xbb\xda\xc5D|\xd1\xee\x0b\x95>\x84x\x8b\xab\xab\x1f`\xc3\xe8\xa7\xfc5Kz\xfb=U\xb3\xaat\xb5\x89\x10H\xa1q?3\xed\xc7\x818\xd7F}\xa2\x99\xcf\x87v\xd1n\xba\x8bp\xa2\xb2\xdbv\xe4\x91\x04\x0b\'\x00\x08\x1e\xa4\x8f_\xcf:v\x89\xbcH\xa2u\xfe$\x07\xfaj\xbeuG\xaa4w\xca\r\xaf\x05\x05\xc6:\x90\xd5\x89\x08\xc3d\xa8\x01p\x0f\xe7\x93\xa9\xf6\xdesEL\x14\x7f\xd8\'\xe88\x8dk\x07|\x19\xb4\xd3\xdc`\xde0\t\xa6\x90\x12O\xfb\x04\xc3\xf9\xaf\xfe\x1a\xf9\xeby5\xb3\xde.\x01U)\xe2\x8e\xaa`X\x8f3y\x8fp=\xb5\xf4St\x89\x15\x89\x8c\x92\xc6\x96P>\xb9\xe2u\xf3\xafp \xa6\xdc\xf7ykI\x921Y)H\x93$wl\xfa{\xeb\x93\xab\xe1\x1d\x9d\',8\xf8\x7f\x82*~\xa7Z\x9a"\xee%-\x97>\x99\xc8\xf7\xf7:\xbd\x8c\xd2VLV\x14c\x969\xc8\xf4\xef\x8dTo\x85\xdd\x87\xfd\xa8\xdcsn\xca\xba\xe1GKg\xcf\xee\xcb\x01\xea2I\xcf\xe5\x80\x06\xa4^\xb9|[m}\x85\x14\xf6\r\xac\xcb_w*B\xc7\t\xc9\x07\xea\xc7\xf8G\xf5\xd6\x9d?\x93\x1d\xb3\x1c\xfei\xd2$\x9e\xac_\xf6\xf6\xdc\xdbr\xbd\xce\xf5\r4\xc1\n7\'\x19\xef\xdb\xd3_<\xeesS\x0b\x95L\xd1\xb2OD\xb5N\xf0\xaf\xb3\x02s\xfa\xe7\xbe\x9a\xf7>\xe1\xdf\x9dW\xb9~\xd6\xdd7\tfR\xdc\xa3\xa7W+\x0c_`?\x88\xfd\xce\x9dm\x96\xc8\xe3E\xa6/\xcaX\x80\xf2\xfa\xe3\\\xf9\xf2\xac\x9bD\xe8\xc1\x89\xc3y\x13wLw\x06\xd4\xdd41Ep\xe1K58\t\xe0\xb1\xc9\x91\xb3\x81\x81\x8f~\xd8\x1e\x98\xf5\xd4\x81\x1e\xd8\xbc_H\xa6\xb5[\xda\x92\x8b \xf8\x879+\x8c\x12O\xbf\xa7\xb7mU\xfa:Y\xed\xf7E\xb9\xc7;\xd3\nfY<\x87\x19\xe2rG\xea5c7\'\xc4\xd5\xa2\x1d\xb5Ag\xdaTr\x0b\x8f\x84Q\xe6e\xe2\xb1\x8c\x1fS\xef\x8c\xfaj\xf1MIo\xd8Y"\xd3\xf9\x92\x05\x15\x87h\xecZ\x04\xb8V=7\x8aS2\xb4\x98${\x9c\xff\x00A\xdb@\xdb\xaf\xe2\x12W\x12Z\xb6u/\x04\xce\x15\xd3\xb0\x1fq\xa8\x12\xbfz\xdf7\x1d\xcb\xc3\xb9V\xcfW\x8f\xc6\xc4\xf6\xc7\xd7\x1fMJ\x1b?e\xd0W\xd2\xa5E+$\x92\x003\x9e\xe3\xbe}?,\x1dh\xa7\x05\xba\xdc\xc6P\x9b\xda\xa9\x0c\x8dC\xb8\xb7mh\xad\xbd\xd6O1v\xf7\'\x00h\xbe\xc7\xb3b\xa6C,\x824\x08pL\x99\xcf\xe9\xa2\x8a\x0bG\x86\xa2\x9a:6\x9aB\x00\xc0C\xc4\x1f\xbf\xdfF\x9bk\xa7\xd5\x97\x87\x15Ur\xab\xa2\x9c\x14\x1e\x9f\xa6\x93n\\\x82Ip\x0b\xda-\xafU4t\x96\xb81\xc8\x91\xe22\xf6\xf4\xce\x8e\xac\xfd;\xaczs=I\xe2]\xbb\xac\x83\xcc\x0fb}21\xa3\xeb.\xca\xa6\xb7,a)\x83\x80\xc5\x95\xdb\x1ePG\xb64gMh\x82\x18\x19Y\x03\x87\x03\x97>\xf9\x1e\xb8\xed\xab\x8c\x1bD\xb9\xa8\xbd\x80m\xb3\xb5h\xe0! \xa7R\xca\xed \x91\xbf\x83=\xb1\xdbF\xb4\x16\xb8\xe9\xdcH|\xf2c\x00\xfb\x03\xef\x8doOI\r0+M\x1a\xa0\xcfp=\xf4\xe5O\x1f\x97\x91\x1e\xbd\xf5\xa4b\x91\x9c\xa4\xe4h!l\x8fL\xfa\xe9BD\x0b\xe4\x8c\x13\xad\xd5G/N\xfa\xea\xaayc\xe9\xaa$d\xde\x90\t6\xc5j\x83\xe8\x84\xea\x1c\x8c\xf7\x07\x1d\xb59nH<{\rl`\x13\x98\x9b\xfc5\tS\xc2J\x0c\xe7@\x19\x19\xcb\x0f\xbe\xba\x05\xef\x93\xae\xebNO\xa8\xed\xf7\xd7\xac\x9cP\xe4\x7f-\x00q$z\xe7^r\xc7\xa6\xba\xbcd.q\xed\x9d"\x92~\x19$\xf6\x1a\x00\xe8\xd2\xfb\xae\xb5%IVon\xf8\xd2Y*\xd3\x1eV\xd73X\x99\xec\xc3>\xfa\x00\\\xc4q<{\x0fS\xf7\xd2W\x9b\x9a\x0e\xc3\r\xaeQ\xd6\xa9\xce[\xef\x9dl\xb3\xe5\xbc\xcc\x0et\r:v`\xe5\xc7\x90\xf4\xfa\xebVV \x9c\x1c\rwY\x03\x1e\xc7[\x08\x8b\xf6\xf6:T_\x88\xc6\xa9\xe2\x0eY\xb0\x08 \r%J\x08\xe6\x1cdP\xd89\xcf\xb8\xfai\xf0\xd1\x01\x95\x0b\xed\x8dd4\xbc\x19U\x17?o\xae\x95\x0f\xc4\\\xa4|\xfc\xeae4\xb4[\xea\xf5\x04\x124\x8a\xf5<\xca\xa8\xc9\x04\x81\xdbHm\x96\xd2\x90\xbc\xb7"\x94\xc4\xa7\xa6G#\xdf\xdfD\xfdp\x8a\xbbn\xf5\x1a\xe9n1\x0cK\'\x8a\xb2q\xeeF\x00\xed\xf5\xef\xef\xa1z\xa5\x9a\xa9\xe3\x95\xbc\x9f\xc3\xc9\xf1\xfe\x1a\xf2sF\xa4\xd9\xeab\x96\xc2\xb8\xea-\xd6\xf9W\xe4\xe1giF\x04\x84~\xbe\xa7\xbe\xa5\x1f\x85\xfb\xad\xc2^\xb2\xdb\x0c\xf91\xb0pB~\x10r\xbe\xbf]E0\xb5\x9e\x18c\x8aR\xd52)\xe5\x9f\xa7lc\xe9\xa9;\xe1\xe2\xf2\xf1\xf5\x96\xc7O\x1a*B\xdc\xcfq\xe6\'\xb7\xe9\xa3\xa7\xdb*\x0e\xa7|l\xfa\x15i#\x9c\x9f\xf3h\x7f~\x8f\xf6\xda\x16\xf7\xe2\xe3?\xcbO\xb6\xa6"\xa2e\'>c\xa6=\xfb\xdaz\x07\xff\x00\x89\xbd?-{\x07\x8c7R"\x95\x19\xce\xb9\xefx\x0c\xdbB\xf3\x10\\\x87\xb6L\xbf\xd3[\xd2)*\x03\x1c\x10=\xb4\xa2\xec\x9e5\xa2'... (set the log level to DEBUG or TRACE to see the full content)
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.572" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.572" level="INFO">${result} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.409" endtime="20220402 10:18:35.572"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${result.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${pictures}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.573" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.572" endtime="20220402 10:18:35.573"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${result.content}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.573" level="INFO">{"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.573" endtime="20220402 10:18:35.573"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${pictures}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.574" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.574" endtime="20220402 10:18:35.574"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.405" endtime="20220402 10:18:35.574" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t12" name="get_repeat_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.576" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.575" endtime="20220402 10:18:35.576"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/repeat/proxy-order</arg>
|
|
<arg>params=orderItemId=${orderItemId}&plateNumber=${carList}&settleWeight=14800&weighingDate=${datatime}&orderType=${orderType}&settlePrice=29466.6</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.681" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576771435958272&plateNumber=%E8%B4%B5R67890&settleWeight=14800&weighingDate=2022-04-02&orderType=2&settlePrice=29466.6
|
|
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576771435958272&plateNumber=%E8%B4%B5R67890&settleWeight=14800&weighingDate=2022-04-02&orderType=2&settlePrice=29466.6
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.682" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576771435958272&plateNumber=%E8%B4%B5R67890&settleWeight=14800&weighingDate=2022-04-02&orderType=2&settlePrice=29466.6
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.682" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.576" endtime="20220402 10:18:35.682"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.683" level="INFO">${records} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.682" endtime="20220402 10:18:35.683"></status>
|
|
</kw>
|
|
<kw name="Create List" library="BuiltIn">
|
|
<doc>Returns a list containing given items.</doc>
|
|
<assign>
|
|
<var>${orderItemId_list}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.683" level="INFO">${orderItemId_list} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.683" endtime="20220402 10:18:35.683"></status>
|
|
</kw>
|
|
<kw name="${items} IN [ @{records} ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:35.684" endtime="20220402 10:18:35.684"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:35.684" endtime="20220402 10:18:35.684"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId_list}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.685" level="INFO">${orderItemId_list} = []</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.685" endtime="20220402 10:18:35.685"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.575" endtime="20220402 10:18:35.685" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t13" name="repeat_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.687" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.686" endtime="20220402 10:18:35.687"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "remark":"${datatime}", \ \ \ \ "repeatOrderItem":${orderItemId_list} }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.688" level="INFO">${data} = { "orderItemId":"707576771435958272", "remark":"2022-04-02", "repeatOrderItem":[] }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.688" endtime="20220402 10:18:35.688"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/confirm/repeat/proxy-order</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.760" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
path_url=/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '95'}
|
|
body=b'{ "orderItemId":"707576771435958272", "remark":"2022-04-02", "repeatOrderItem":[] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.760" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/confirm/repeat/proxy-order
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:35 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:35.760" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.689" endtime="20220402 10:18:35.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.686" endtime="20220402 10:18:35.760" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t14" name="weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.762" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.761" endtime="20220402 10:18:35.762"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.763" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.762" endtime="20220402 10:18:35.763"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "deductedPoint":0, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "scrapeOrderId":"", \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "settleUtiPriceIncludeTax":1.6608157894736841, \ \ \ \ "settleUtiPriceIncludeTaxType":"${settleUtiPriceIncludeTaxType}", \ \ \ \ "receivableAdjustMoney":"30", \ \ \ \ "refundSubsidy":0.002, \ \ \ \ "adjustMoney":"20", \ \ \ \ "collectionCharges":"${proxyPaySurcharge}", \ \ \ \ "advanceFund":"${advanceFund}", \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ "contractId":"${contractId}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlePriceIncludeTaxSettleRules":"${settlePriceIncludeTaxSettleRules}", \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "netWeight":20000, \ \ \ \ "activitySettleType":null, \ \ \ \ "unitSurcharge":"${unitSurcharge}", \ \ \ \ "deliveryImageUrls":[ \ \ \ \ \ ], \ \ \ \ "publicSubsidies":0, \ \ \ \ "orderId":"${orderId}", \ \ \ \ "nonStandardPenalty_car":"", \ \ \ \ "settleWeight":10000, \ \ \ \ "deductedWeight":0, \ \ \ \ "orderType":1, \ \ \ \ "otherAmountList":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"freightSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"contrabandPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":2, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":15, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"nonStandardPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ } \ \ \ \ ] }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:35.766" level="INFO">${data} = { "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg" ], "scrapeOrderId":"", "orderItemId":"70757677143...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.763" endtime="20220402 10:18:35.766"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:35.767" level="INFO">{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg" ], "scrapeOrderId":"", "orderItemId":"707576771435958272", "unitPrice":"1.71", "paperCategoryId":"660529551931215872", "millSupplierId":"700784497871949824", "millSupplierName":"詹浩然", "settleUtiPriceIncludeTax":1.6608157894736841, "settleUtiPriceIncludeTaxType":"1", "receivableAdjustMoney":"30", "refundSubsidy":0.002, "adjustMoney":"20", "collectionCharges":"0.013", "advanceFund":"0", "transactionMainEnterpriseId":"16", "contractId":"663533697236078592", "warehouseName":"石基仓", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"贵R67890", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.71", "netWeight":20000, "activitySettleType":null, "unitSurcharge":"0.015", "deliveryImageUrls":[ ], "publicSubsidies":0, "orderId":"707576771394015232", "nonStandardPenalty_car":"", "settleWeight":10000, "deductedWeight":0, "orderType":1, "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":15, "title":"otherPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 } ] }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.766" endtime="20220402 10:18:35.767"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/save/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.008" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/save/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '2135'}
|
|
body=b'{ "deductedPoint":0, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg" ], "scrapeOrderId":"", "orderItemId":"707576771435958272", "unitPrice":"1.71", "paperCategoryId":"660529551931215872", "millSupplierId":"700784497871949824", "millSupplierName":"\xe8\xa9\xb9\xe6\xb5\xa9\xe7\x84\xb6", "settleUtiPriceIncludeTax":1.6608157894736841, "settleUtiPriceIncludeTaxType":"1", "receivableAdjustMoney":"30", "refundSubsidy":0.002, "adjustMoney":"20", "collectionCharges":"0.013", "advanceFund":"0", "transactionMainEnterpriseId":"16", "contractId":"663533697236078592", "warehouseName":"\xe7\x9f\xb3\xe5\x9f\xba\xe4\xbb\x93", "weightDay":"2022-04-02", "settleDay":"2022-04-02", "transactionMainEnterpriseName":"\xe9\x95\xbf\xe6\xb2\x99\xe5\xb8\x82\xe5\x8d\x83\xe9\xb8\x9f\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "proxySellerSettleType":"0", "receivableSettlementRules":"0", "isInvoice":"1", "invoicePoint":"9.6", "deductionNotes":"2022-04-02", "plateNumber":"\xe8\xb4\xb5R67890", "settlePriceIncludeTaxSettleRules":"0", "settleUtiPrice":"1.71", "netWeight":20000, "activitySettleType":null, "unitSurcharge":"0.015", "deliveryImageUrls":[ ], "publicSubsidies":0, "orderId":"707576771394015232", "nonStandardPenalty_car":"", "settleWeight":10000, "deductedWeight":0, "orderType":1, "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":15, "title":"otherPenalty", "isSubsidies":0 }, { "unitType":1, "unitAmount":0.001, "title":"nonStandardPenalty", "isSubsidies":0 } ] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.008" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576779245752320","contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.009" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:35.767" endtime="20220402 10:18:36.009"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.009" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576779245752320', 'contractId': '663533697236078592'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.009" endtime="20220402 10:18:36.010"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.010" level="INFO">${weightNoteId} = 707576779245752320</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.010" endtime="20220402 10:18:36.010"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.011" level="INFO">${weightNoteId} = 707576779245752320</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.010" endtime="20220402 10:18:36.011"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:36.011" endtime="20220402 10:18:36.012"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.012" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.012" endtime="20220402 10:18:36.012"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:35.761" endtime="20220402 10:18:36.012" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t15" name="audit_weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.014" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.013" endtime="20220402 10:18:36.014"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.150" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576779245752320
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576779245752320
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.150" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576779245752320
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.150" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.014" endtime="20220402 10:18:36.150"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.151" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.150" endtime="20220402 10:18:36.152"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.013" endtime="20220402 10:18:36.153" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s2-t16" name="get_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.154" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.153" endtime="20220402 10:18:36.154"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.319" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232&orderItemId=707576771435958272
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232&orderItemId=707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.319" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576771394015232?orderId=707576771394015232&orderItemId=707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531287664234496","activitySettleType":2,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--一次","startTime":"2021-11-23 14:35:47","endTime":"2021-11-24 14:35:47","unitSurcharge":0.015,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576771394015232","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"700784497871949824","paperMillSupplierName":"詹浩然","millDeliveryOrderId":"707576771394015232","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.7100000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576771435958272","adjustMoney":20.000,"unitSurcharge":0.015000,"surcharge":300.000000,"unitPrice":1.7100000,"weightnoteInfo":{"id":"707576779245752320","orderId":"707576771394015232","orderItemId":"707576771435958272","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.7100000,"netWeight":20000.000,"settleWeight":10000.000,"deductedPoint":0.000,"settlePrice":16825.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"]},"logisticcsInfo":{"id":"5545","plateNumber":"贵R67890"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":16825.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-15.000,"unit":15.000000,"unitType":2}],"deductionNotes":"2022-04-02","totalOtherAmount":-15.000000000,"paymentType":3,"activityNoteStatus":1,"activityOrderAuditPassNum":null,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"],"transactionMainEnterpriseId":16,"transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","warehouseName":"石基仓","publicSubsidies":0.000,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.710000,"settleUnitPriceIncludeTax":1.660816,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,结算中","time":null,"rank":3,"status":0},{"description":"已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":20.00,"unitRefundSubsidy":0.002000,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":30.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576771394015232","createTime":"2022-04-02 10:18:34","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":16,"transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.319" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.154" endtime="20220402 10:18:36.319"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.320" level="INFO">{'code': 0, 'message': 'successful', 'data': {'status': 51, 'bizOwnerName': '李忠糠', 'orderOwnerId': '554128866793361643', 'orderOwnerName': '赖勇兰', 'orderOwnerPhone': '18888888888', 'orderType': 2, 'activityId': '660531287664234496', 'activitySettleType': 2, 'isEntire': 0, 'activityStatus': 1, 'activityName': 'Ceshi_factory--一次', 'startTime': '2021-11-23 14:35:47', 'endTime': '2021-11-24 14:35:47', 'unitSurcharge': 0.015, 'surcharge': None, 'totalEstimatedWeight': 30000.0, 'deliveryTime': '2022-04-02', 'paperMillDeliveryTime': '2022-04-02', 'remark': None, 'attenssion': '707576771394015232', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县平城区', 'millSupplierId': '700784497871949824', 'paperMillSupplierName': '詹浩然', 'millDeliveryOrderId': '707576771394015232', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.71, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '707576771435958272', 'adjustMoney': 20.0, 'unitSurcharge': 0.015, 'surcharge': 300.0, 'unitPrice': 1.71, 'weightnoteInfo': {'id': '707576779245752320', 'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'type': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.71, 'netWeight': 20000.0, 'settleWeight': 10000.0, 'deductedPoint': 0.0, 'settlePrice': 16825.0, 'remark': None, 'imageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg']}, 'logisticcsInfo': {'id': '5545', 'plateNumber': '贵R67890'}, 'status': 52, 'displayStatus': 52, 'auditStatus': 1, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': 16825.0, 'finalPayMoney': None, 'otherAmountDtoList': [{'title': '运费补贴', 'amount': 10.0, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 10.0, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -10.0, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -10.0, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -15.0, 'unit': 15.0, 'unitType': 2}], 'deductionNotes': '2022-04-02', 'totalOtherAmount': -15.0, 'paymentType': 3, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': None, 'unSettleMoney': None, 'deliveryImageUrl': None, 'weightNoteImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg'], 'transactionMainEnterpriseId': 16, 'transactionMainEnterpriseName': '长沙市千鸟互联科技有限公司', 'warehouseName': '石基仓', 'publicSubsidies': 0.0, 'isSubsidyIncludeTax': 0, 'unitPriceIncludeTax': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPrice': 1.71, 'settleUnitPriceIncludeTax': 1.660816, 'operationsAuditNotPassedRemark': None, 'promptMessage': None, 'orderItemTimeList': [{'description': '订单已提交,待预约', 'time': None, 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': None, 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': None, 'rank': 2, 'status': 1}, {'description': '已审核,结算中', 'time': None, 'rank': 3, 'status': 0}, {'description': '已结算,订单完成', 'time': None, 'rank': 8, 'status': 0}], 'paperCategoryName': '花纸', 'proxySellerSettleType': 0, 'isInvoice': 1, 'invoicePoint': 9.6, 'receivablePrice': None, 'receivablePriceIncludeTax': None, 'refundSubsidy': 20.0, 'unitRefundSubsidy': 0.002, 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0, 'receivableAdjustMoney': 30.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'contractId': '663533697236078592', 'contractType': 2}], 'orderId': '707576771394015232', 'createTime': '2022-04-02 10:18:34', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 16, 'transactionMainEnterpriseName': '长沙市千鸟互联科技有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.320" endtime="20220402 10:18:36.321"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:36.321" endtime="20220402 10:18:36.321"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.153" endtime="20220402 10:18:36.321" critical="yes"></status>
|
|
</test>
|
|
<doc>上传磅单-一次付款活动</doc>
|
|
<status status="PASS" starttime="20220402 10:18:34.618" endtime="20220402 10:18:36.322"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2-s2-s3" name="3.2-Operation audit" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/2.1-Consignment management/3.2-Operation_audit.robot">
|
|
<test id="s1-s2-s2-s2-s3-t1" name="get_operation_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.331" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.330" endtime="20220402 10:18:36.331"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.431" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.432" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"678656271020331008","userName":"赖勇兰","paperMillName":"格森纸业有限公司","plateNumber":"京GGG777","millSupplierName":"格森供应商","millDelieveryOrderId":"656956934615863296","categoryName":"白纸","settlePrice":20202.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656956942333382656","updateTime":null,"activityId":"649965536695947264","activityName":"格森--两次活动","activityStartTime":"2021-10-25 10:51:19","activityEndTime":"2021-10-31 10:51:19","activityPayType":1,"orderType":2,"financeRejectedTime":"2022-01-12 14:58:49","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"663538483129880576","orderItemId":"663538483209572352","auditRequestId":"663538563975090176","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"测试111","millDelieveryOrderId":"663538483129880576","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663538492583841792","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":"2021-12-01 21:46:27","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536526113771520","orderItemId":"663536526151520256","auditRequestId":"663536547727020032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536526113771520","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536534674345984","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:38:26","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536355116191744","orderItemId":"663536355200077824","auditRequestId":"663536378411356160","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536355116191744","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536364918280192","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:37:46","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"657573542388436992","orderItemId":"657573542421991424","auditRequestId":"657573577574453248","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"津Q67890","millSupplierName":"优一供应商","millDelieveryOrderId":"657573542388436992","categoryName":"灰卡","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573550353420288","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:43:44","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"657573124346351616","orderItemId":"657573124384100352","auditRequestId":"657573162095087616","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"657573124346351616","categoryName":"小白花","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573133162778624","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:42:05","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950708419039232","orderItemId":"656950708460982272","auditRequestId":"656950742485176320","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"656950708419039232","categoryName":"小白纸","settlePrice":4976.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950715729711104","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950537316601856","orderItemId":"656950537350156288","auditRequestId":"656950573068849152","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656950537316601856","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950545591963648","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:08","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656949952601264128","orderItemId":"656949952634818560","auditRequestId":"656949988013772800","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656949952601264128","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656949960146817024","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:25:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656948968701431808","orderItemId":"656948968734986240","auditRequestId":"656949003442851840","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"京R66666","millSupplierName":"优一供应商","millDelieveryOrderId":"656948968701431808","categoryName":"黄纸","settlePrice":3136.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656948976402173952","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:21:54","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"}],"total":771,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":78}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.432" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.331" endtime="20220402 10:18:36.432"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.433" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '678656271020331008', 'userName': '赖勇兰', 'paperMillName': '格森纸业有限公司', 'plateNumber': '京GGG777', 'millSupplierName': '格森供应商', 'millDelieveryOrderId': '656956934615863296', 'categoryName': '白纸', 'settlePrice': 20202.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656956942333382656', 'updateTime': None, 'activityId': '649965536695947264', 'activityName': '格森--两次活动', 'activityStartTime': '2021-10-25 10:51:19', 'activityEndTime': '2021-10-31 10:51:19', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2022-01-12 14:58:49', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '663538483129880576', 'orderItemId': '663538483209572352', 'auditRequestId': '663538563975090176', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '贵R67890', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663538483129880576', 'categoryName': '花纸', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663538492583841792', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:46:27', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536526113771520', 'orderItemId': '663536526151520256', 'auditRequestId': '663536547727020032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536526113771520', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536534674345984', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:38:26', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536355116191744', 'orderItemId': '663536355200077824', 'auditRequestId': '663536378411356160', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536355116191744', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536364918280192', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:37:46', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '657573542388436992', 'orderItemId': '657573542421991424', 'auditRequestId': '657573577574453248', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '津Q67890', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573542388436992', 'categoryName': '灰卡', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573550353420288', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:43:44', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '657573124346351616', 'orderItemId': '657573124384100352', 'auditRequestId': '657573162095087616', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573124346351616', 'categoryName': '小白花', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573133162778624', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:42:05', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950708419039232', 'orderItemId': '656950708460982272', 'auditRequestId': '656950742485176320', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950708419039232', 'categoryName': '小白纸', 'settlePrice': 4976.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950715729711104', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950537316601856', 'orderItemId': '656950537350156288', 'auditRequestId': '656950573068849152', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950537316601856', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950545591963648', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:08', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656949952601264128', 'orderItemId': '656949952634818560', 'auditRequestId': '656949988013772800', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656949952601264128', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656949960146817024', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:25:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656948968701431808', 'orderItemId': '656948968734986240', 'auditRequestId': '656949003442851840', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '京R66666', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656948968701431808', 'categoryName': '黄纸', 'settlePrice': 3136.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656948976402173952', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:21:54', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}], 'total': 771, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 78}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.432" endtime="20220402 10:18:36.433"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.330" endtime="20220402 10:18:36.434" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.435" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.434" endtime="20220402 10:18:36.435"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.489" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576771435958272
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.489" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576771394015232","orderItemId":"707576771435958272","auditRequestId":"707576779862315008","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"詹浩然","millDelieveryOrderId":"707576771394015232","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576779245752320","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.489" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.435" endtime="20220402 10:18:36.489"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.490" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'auditRequestId': '707576779862315008', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '贵R67890', 'millSupplierName': '詹浩然', 'millDelieveryOrderId': '707576771394015232', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '李忠糠', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '707576779245752320', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.490" endtime="20220402 10:18:36.490"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.491" level="INFO">${auditRequestId} = 707576779862315008</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.491" endtime="20220402 10:18:36.491"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.492" level="INFO">${weightNoteId} = 707576779245752320</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.491" endtime="20220402 10:18:36.492"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.492" level="INFO">${auditRequestId} = 707576779862315008</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.492" endtime="20220402 10:18:36.492"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.493" level="INFO">${weightNoteId} = 707576779245752320</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.492" endtime="20220402 10:18:36.493"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.434" endtime="20220402 10:18:36.493" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t3" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.495" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.494" endtime="20220402 10:18:36.495"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.561" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.561" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"logId":"707576771658256384","orderId":"707576771394015232","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"下单","remark":null},{"logId":"707576773558276096","orderId":"707576771394015232","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"订单预约","remark":null},{"logId":"707576778360754176","orderId":"707576771394015232","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"疑似重复订单","remark":"2022-04-02,疑似重复订单为: "},{"logId":"707576779392552960","orderId":"707576771394015232","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传磅单信息","remark":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.562" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.495" endtime="20220402 10:18:36.562"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.563" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '707576771658256384', 'orderId': '707576771394015232', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}, {'logId': '707576773558276096', 'orderId': '707576771394015232', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}, {'logId': '707576778360754176', 'orderId': '707576771394015232', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '疑似重复订单', 'remark': '2022-04-02,疑似重复订单为: '}, {'logId': '707576779392552960', 'orderId': '707576771394015232', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传磅单信息', 'remark': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.562" endtime="20220402 10:18:36.563"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.493" endtime="20220402 10:18:36.563" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t4" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.564" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.564" endtime="20220402 10:18:36.565"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.565" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.565" endtime="20220402 10:18:36.565"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.799" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.800" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:36 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576771435958272","auditType":1,"auditRequestId":"707576779862315008","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"詹浩然","millDelieveryOrderId":"707576771394015232","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"],"scrapOrderId":"707576771394015232","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"16","transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576779891675136","driverName":null,"plateNumber":"贵R67890","netWeight":20000.000,"settleWeight":10000.000,"deductedWeight":10000.000,"deductedWeightPoint":0.000,"unitPrice":1.7100000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":16825.000000,"adjustmentFee":20.000,"unitSurcharge":0.015000,"receivablePrice":17085.000000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":18885.16,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":3,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.872516,"settleUnitPrice":1.7100000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-15.000,"unit":15.000000,"unitType":2}],"refundSubsidy":0.002000,"receivableAdjustMoney":30.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":2,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:36.800" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.565" endtime="20220402 10:18:36.800"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.801" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576771435958272', 'auditType': 1, 'auditRequestId': '707576779862315008', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '詹浩然', 'millDelieveryOrderId': '707576771394015232', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg'], 'scrapOrderId': '707576771394015232', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '16', 'transactionMainEnterpriseName': '长沙市千鸟互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576779891675136', 'driverName': None, 'plateNumber': '贵R67890', 'netWeight': 20000.0, 'settleWeight': 10000.0, 'deductedWeight': 10000.0, 'deductedWeightPoint': 0.0, 'unitPrice': 1.71, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 16825.0, 'adjustmentFee': 20.0, 'unitSurcharge': 0.015, 'receivablePrice': 17085.0, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 18885.16, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'finalPayMoney': None, 'paymentType': 3, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': None, 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.872516, 'settleUnitPrice': 1.71, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 10.0, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 10.0, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -10.0, 'unit': 0.001, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -10.0, 'unit': 0.001, 'unitType': 1}, {'title': '其他扣款', 'amount': -15.0, 'unit': 15.0, 'unitType': 2}], 'refundSubsidy': 0.002, 'receivableAdjustMoney': 30.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 2, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.800" endtime="20220402 10:18:36.801"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.802" level="INFO">${auditRequestItemId} = 707576779891675136</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.801" endtime="20220402 10:18:36.802"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.803" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.802" endtime="20220402 10:18:36.803"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.804" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.803" endtime="20220402 10:18:36.804"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.804" level="INFO">${netWeight} = 20000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.804" endtime="20220402 10:18:36.804"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.805" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.804" endtime="20220402 10:18:36.805"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.806" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.805" endtime="20220402 10:18:36.806"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.806" level="INFO">${settleWeight} = 10000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.806" endtime="20220402 10:18:36.806"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.807" level="INFO">${surcharge1} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.807" endtime="20220402 10:18:36.807"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.808" level="INFO">${surcharge2} = 150.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.808" endtime="20220402 10:18:36.808"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.809" level="INFO">${surcharge} = 300.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.808" endtime="20220402 10:18:36.809"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.809" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.809" endtime="20220402 10:18:36.810"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.810" level="INFO">${auditRequestItemId} = 707576779891675136</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.810" endtime="20220402 10:18:36.810"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.811" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.810" endtime="20220402 10:18:36.811"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.811" level="INFO">${netWeight} = 20000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.811" endtime="20220402 10:18:36.811"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.812" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.811" endtime="20220402 10:18:36.812"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.812" level="INFO">${plateNumber} = 贵R67890</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.812" endtime="20220402 10:18:36.812"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.813" level="INFO">${settleWeight} = 10000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.812" endtime="20220402 10:18:36.813"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.813" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.813" endtime="20220402 10:18:36.814"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.814" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.814" endtime="20220402 10:18:36.814"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.563" endtime="20220402 10:18:36.814" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t5" name="order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:36.816" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.815" endtime="20220402 10:18:36.816"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:36.818" level="INFO">${data} = { "auditRequestItemId":"707576779891675136", "categoryName":"花纸", "netWeight":"20000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"贵R67890", ...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.816" endtime="20220402 10:18:36.818"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:37.089" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '583'}
|
|
body=b'{ "auditRequestItemId":"707576779891675136", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"20000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"\xe8\xb4\xb5R67890", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"10000.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe9\x95\xbf\xe6\xb2\x99\xe5\xb8\x82\xe5\x8d\x83\xe9\xb8\x9f\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "invoicePoint":"9.6", "publicSubsidies":"0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.71", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.089" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:37 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.089" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:36.818" endtime="20220402 10:18:37.089"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:37.090" endtime="20220402 10:18:37.090"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:36.815" endtime="20220402 10:18:37.090" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t6" name="get_order-log-detail2">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:37.092" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.091" endtime="20220402 10:18:37.092"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId} &operationStatus=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:37.155" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320%20&operationStatus=2
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320%20&operationStatus=2
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.155" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320%20&operationStatus=2
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:37 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.155" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.092" endtime="20220402 10:18:37.155"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:37.156" level="INFO">{'code': 0, 'message': 'successful', 'data': []}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.155" endtime="20220402 10:18:37.156"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:37.156" endtime="20220402 10:18:37.156"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:37.091" endtime="20220402 10:18:37.157" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s2-s3-t7" name="operation_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:37.158" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.157" endtime="20220402 10:18:37.158"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:37.159" level="INFO">${data} = { "auditRequestId":"707576779862315008", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.158" endtime="20220402 10:18:37.159"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:37.356" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '85'}
|
|
body=b'{ "auditRequestId":"707576779862315008", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.356" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:37 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:37.356" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.159" endtime="20220402 10:18:37.357"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:37.357" endtime="20220402 10:18:37.358"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:38.358" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:37.358" endtime="20220402 10:18:38.359"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:37.157" endtime="20220402 10:18:38.359" critical="yes"></status>
|
|
</test>
|
|
<doc>运用审核-一次付款活动</doc>
|
|
<status status="PASS" starttime="20220402 10:18:36.325" endtime="20220402 10:18:38.360"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:34.328" endtime="20220402 10:18:38.363"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application">
|
|
<suite id="s1-s2-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
|
|
<test id="s1-s2-s2-s3-s1-t1" name="get_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:38.387" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.387" endtime="20220402 10:18:38.388"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:38.482" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576771435958272
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576771435958272
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.483" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576771435958272
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:38 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576771394015232","orderItemId":"707576771435958272","auditRequestId":"707576779862315008","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"詹浩然","millDelieveryOrderId":"707576771394015232","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":16825.000000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576779245752320","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--一次","activityId":"660531287664234496","paymentType":3,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.483" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.388" endtime="20220402 10:18:38.483"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditedTime</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditedTime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:38.484" level="INFO">${auditedTime} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.483" endtime="20220402 10:18:38.484"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:38.484" endtime="20220402 10:18:38.485"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:38.386" endtime="20220402 10:18:38.485" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s3-s1-t2" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:38.486" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.486" endtime="20220402 10:18:38.486"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}&operationStatus=3</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:38.553" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320&operationStatus=3
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320&operationStatus=3
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.553" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576771394015232&weightNoteId=707576779245752320&operationStatus=3
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:38 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.554" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.486" endtime="20220402 10:18:38.554"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:38.485" endtime="20220402 10:18:38.554" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s3-s1-t3" name="paper-mill-order-receipt-proof-request_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:38.555" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.555" endtime="20220402 10:18:38.556"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":1,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:38.556" level="INFO">${data} = {"auditRequestId":"707576779862315008","adminId":null,"isPass":1,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.556" endtime="20220402 10:18:38.556"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:38.621" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576779862315008","adminId":null,"isPass":1,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.621" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:38 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:38.621" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.556" endtime="20220402 10:18:38.622"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:38.622" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.622" endtime="20220402 10:18:38.622"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:39.623" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:38.623" endtime="20220402 10:18:39.623"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:38.554" endtime="20220402 10:18:39.624" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_settle">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:39.625" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:39.625" endtime="20220402 10:18:39.626"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "id":"${auditRequestId}", \ \ \ \ "adminId":null }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:39.626" level="INFO">${data} = { "id":"707576779862315008", "adminId":null }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:39.626" endtime="20220402 10:18:39.626"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:39.711" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '53'}
|
|
body=b'{ "id":"707576779862315008", "adminId":null }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:39.712" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:39 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:39.712" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:39.627" endtime="20220402 10:18:39.712"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:40.713" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:39.712" endtime="20220402 10:18:40.713"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:39.624" endtime="20220402 10:18:40.713" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应付</doc>
|
|
<status status="PASS" starttime="20220402 10:18:38.371" endtime="20220402 10:18:40.714"></status>
|
|
</suite>
|
|
<suite id="s1-s2-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/001-Activeorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
|
|
<test id="s1-s2-s2-s3-s2-t1" name="get_paper-payment-order-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:40.722" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.721" endtime="20220402 10:18:40.722"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-payment-order-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:40.803" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576771394015232
|
|
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576771394015232
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:40.803" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576771394015232
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:40 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"707576784912257024","orderId":"707576771394015232","orderItemId":"707576771435958272","paperMillName":"Ceshi_factory","millSupplierName":"詹浩然","millDelieveryOrderId":"707576771394015232","settlementDate":"2022-04-02","settlePrice":16825.00,"bizOwnerName":"李忠糠","paperMillPayAt":"2022-04-27","status":0,"isInvalid":0,"weighingDate":"2022-04-02","paidPrice":null,"bankFlowNo":null,"remark":null,"auditRequestId":"707576779862315008","receivablePrice":18885.160,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"707576779245752320","paperMillMerchantAccout":"詹浩然","millDeliveryOrderId":"707576771394015232","paybackIntever":25,"activityName":"Ceshi_factory--一次","activityId":"660531287664234496","factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:40.803" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.722" endtime="20220402 10:18:40.803"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paymentOrderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:40.804" level="INFO">${paymentOrderId} = 707576784912257024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.803" endtime="20220402 10:18:40.804"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:40.805" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '707576784912257024', 'orderId': '707576771394015232', 'orderItemId': '707576771435958272', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '詹浩然', 'millDelieveryOrderId': '707576771394015232', 'settlementDate': '2022-04-02', 'settlePrice': 16825.0, 'bizOwnerName': '李忠糠', 'paperMillPayAt': '2022-04-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2022-04-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '707576779862315008', 'receivablePrice': 18885.16, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '707576779245752320', 'paperMillMerchantAccout': '詹浩然', 'millDeliveryOrderId': '707576771394015232', 'paybackIntever': 25, 'activityName': 'Ceshi_factory--一次', 'activityId': '660531287664234496', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': None, 'firstPaidTime': None, 'secondPaidPrice': None, 'secondPaidTime': None, 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.804" endtime="20220402 10:18:40.805"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paymentOrderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:40.805" level="INFO">${paymentOrderId} = 707576784912257024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.805" endtime="20220402 10:18:40.805"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:40.721" endtime="20220402 10:18:40.806" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s3-s2-t2" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:40.807" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.806" endtime="20220402 10:18:40.807"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:41.027" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:41.027" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576779862315008/707576779245752320
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:41 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576771435958272","auditType":1,"auditRequestId":"707576779862315008","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"詹浩然","millDelieveryOrderId":"707576771394015232","status":1,"auditStatus":3,"settleStatus":2,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865915509.jpg"],"scrapOrderId":"707576771394015232","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"16","transactionMainEnterpriseName":"长沙市千鸟互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576779891675136","driverName":null,"plateNumber":"贵R67890","netWeight":20000.000,"settleWeight":10000.000,"deductedWeight":10000.000,"deductedWeightPoint":50.000,"unitPrice":1.7100000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":16825.000000,"adjustmentFee":20.000,"unitSurcharge":0.015000,"receivablePrice":17085.000000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.874160,"receivablePriceIncludeTax":18885.16,"preReceivablePriceIncludeTax":null,"noReceivablePrice":18885.160,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"finalPayMoney":null,"paymentType":3,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":null,"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.872516,"settleUnitPrice":1.7100000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":10.000,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"装车不规范扣款","amount":-10.000,"unit":0.001000,"unitType":1},{"title":"其他扣款","amount":-15.000,"unit":15.000000,"unitType":2}],"refundSubsidy":0.002000,"receivableAdjustMoney":30.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":2,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:41.027" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:40.807" endtime="20220402 10:18:41.028"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivablePriceIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivablePriceIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:41.029" level="INFO">${receivablePriceIncludeTax} = 18885.16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.028" endtime="20220402 10:18:41.029"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:41.029" level="INFO">${noReceivablePrice} = 18885.16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.029" endtime="20220402 10:18:41.029"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivablePriceIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:41.030" level="INFO">${receivablePriceIncludeTax} = 18885.16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.030" endtime="20220402 10:18:41.030"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:41.030" level="INFO">${noReceivablePrice} = 18885.16</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.030" endtime="20220402 10:18:41.031"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:40.806" endtime="20220402 10:18:41.031" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s2-s2-s3-s2-t3" name="update_payment-order-status">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:41.032" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.032" endtime="20220402 10:18:41.032"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paymentOrderId":"${paymentOrderId}", \ \ \ \ "receivablePrice":"${receivablePriceIncludeTax}", \ \ \ \ "paidPrice":"${receivablePriceIncludeTax}", \ \ \ \ "noReceiveblePrice":"${noReceivablePrice}", \ \ \ \ "bankFlowNo":null, \ \ \ \ "paymentAdjustmentFee":null, \ \ \ \ "returnPayDate":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:41.033" level="INFO">${data} = { "paymentOrderId":"707576784912257024", "receivablePrice":"18885.16", "paidPrice":"18885.16", "noReceiveblePrice":"18885.16", "bankFlowNo":null, "paymentAdjustmentFee":null, ...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.032" endtime="20220402 10:18:41.033"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/update/payment-order-status</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:41.115" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
path_url=/recycle-service/admin/operation/update/payment-order-status
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '233'}
|
|
body=b'{ "paymentOrderId":"707576784912257024", "receivablePrice":"18885.16", "paidPrice":"18885.16", "noReceiveblePrice":"18885.16", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:41.115" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:41 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:41.115" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.033" endtime="20220402 10:18:41.115"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:41.116" endtime="20220402 10:18:41.116"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.117" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:41.116" endtime="20220402 10:18:42.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:41.031" endtime="20220402 10:18:42.117" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应收</doc>
|
|
<status status="PASS" starttime="20220402 10:18:40.716" endtime="20220402 10:18:42.118"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:38.367" endtime="20220402 10:18:42.121"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:34.174" endtime="20220402 10:18:42.125"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:33.326" endtime="20220402 10:18:42.133"></status>
|
|
</suite>
|
|
<suite id="s1-s3" name="002-Activeorder" source="/root/ztb-trading-rf-api/002-Activeorder">
|
|
<suite id="s1-s3-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)">
|
|
<suite id="s1-s3-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/1-APPlogin(Test).robot">
|
|
<test id="s1-s3-s1-s1-t1" name="userlogin">
|
|
<kw name="Disable Warnings" library="urllib3">
|
|
<doc>Helper for quickly disabling all urllib3 warnings.</doc>
|
|
<status status="PASS" starttime="20220402 10:18:42.149" endtime="20220402 10:18:42.149"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>https://api-client-uec-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.150" level="INFO">Creating Session using : alias=ZTBT, url=https://api-client-uec-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.149" endtime="20220402 10:18:42.150"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>account=18888888888</arg>
|
|
<arg>captcha=888888</arg>
|
|
<arg>accountType=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.151" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.150" endtime="20220402 10:18:42.151"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>18888888888</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${account}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.151" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.151" endtime="20220402 10:18:42.151"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>uec/authorize/by-captcha</arg>
|
|
<arg>json=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${respones}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.222" level="INFO">POST Request : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
path_url=/uec/authorize/by-captcha
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
|
|
body=b'{"account": "18888888888", "captcha": "888888", "accountType": "2"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.223" level="INFO">POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 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":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==","userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.223" level="INFO">${respones} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.151" endtime="20220402 10:18:42.223"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.status_code}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.224" level="INFO">200</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.223" endtime="20220402 10:18:42.224"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.224" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==', 'userId': '659450159519895552'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.224" endtime="20220402 10:18:42.224"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${respones.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.225" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.224" endtime="20220402 10:18:42.225"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${token}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.225" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.225" endtime="20220402 10:18:42.225"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${account}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.226" level="INFO">${account} = 18888888888</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.225" endtime="20220402 10:18:42.226"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.148" endtime="20220402 10:18:42.226" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s1-s1-t2" name="login-token">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.227" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.227" endtime="20220402 10:18:42.228"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>loginToken=${token}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${token1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.228" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.228" endtime="20220402 10:18:42.228"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/authorize/get/product-line-token/by/login-token</arg>
|
|
<arg>json=${token1}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.301" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
path_url=/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '106'}
|
|
body=b'{"loginToken": "d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=="}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.301" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-user-center/authorize/get/product-line-token/by/login-token
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==","userToken":null,"userId":"659450159519895552"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.301" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.229" endtime="20220402 10:18:42.301"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>token</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.302" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.302" endtime="20220402 10:18:42.302"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>userId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${userId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.303" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.303" endtime="20220402 10:18:42.303"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["token"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.304" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.303" endtime="20220402 10:18:42.304"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.304" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.304" endtime="20220402 10:18:42.304"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${userId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.305" level="INFO">${userId} = 659450159519895552</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.304" endtime="20220402 10:18:42.305"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.226" endtime="20220402 10:18:42.305" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:42.144" endtime="20220402 10:18:42.305"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s1-s2" name="2.3createActiveorder-2" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/2.3createActiveorder-2.robot">
|
|
<test id="s1-s3-s1-s2-t1" name="proxy-sell-activity_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.313" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.312" endtime="20220402 10:18:42.313"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell-activity/list</arg>
|
|
<arg>params=pageNum=1&pageSize=15</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsponse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.385" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
path_url=/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.385" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&pageSize=15
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.675,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","shortName":"Ceshi_factory","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649450137.jpg","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649450137.jpg"}}},{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.710,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","shortName":"Ceshi_factory","startTime":"2021-11-23 14:35:47","endTime":"2021-11-24 14:35:47","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649372318.png","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637649372318.png"}}},{"paperMillId":"647892637390606336","name":"格森纸业有限公司","paperCategoryList":[{"categoryId":"648502476105977856","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.670,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null},{"categoryId":"648502476126949376","categoryName":"白纸","yesterdayUnitPrice":null,"unitPrice":1.880,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1634636091226.png","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"649965536695947264","activityName":"格森--两次活动","shortName":"格森纸业","startTime":"2021-10-25 10:51:19","endTime":"2021-10-31 10:51:19","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635130303548.png","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635130303548.png"}}},{"paperMillId":"647892637390606336","name":"格森纸业有限公司","paperCategoryList":[{"categoryId":"648502476147920896","categoryName":"小花纸","yesterdayUnitPrice":null,"unitPrice":3.335,"floatingPrice":null,"publicSubsidies":null,"allowOrder":null}],"locProvinceName":null,"locCityName":null,"locDistrictName":null,"logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1634636091226.png","priceDate":null,"proxypaySurcharge":null,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":null,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单!","isPlaceAnOrder":null,"isRecentlySale":false,"activityId":"649688261702324224","activityName":"测试","shortName":"格森纸业","startTime":"2021-10-24 16:29:29","endTime":"2021-11-28 16:29:29","ruleUrl":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635064207174.jpg","redirectInfo":{"targetView":"showImage","params":{"id":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1635064207174.jpg"}}}],"total":4,"size":15,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.385" level="INFO">${repsponse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.313" endtime="20220402 10:18:42.385"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${repsponse.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.386" level="INFO">${records} = [{'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floati...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.386" endtime="20220402 10:18:42.387"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{records} ]" type="for">
|
|
<kw name="${item} = {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatin..." type="foritem">
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.387" level="INFO">${activityName} = Ceshi_factory--两次</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.387" endtime="20220402 10:18:42.387"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperCategoryList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.388" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.387" endtime="20220402 10:18:42.388"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.388" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.388" endtime="20220402 10:18:42.388"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>activityId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.389" level="INFO">${activityId} = 660531609048584192</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.388" endtime="20220402 10:18:42.389"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${activityName}'=='Ceshi_factory--两次'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.389" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.389" endtime="20220402 10:18:42.389"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.387" endtime="20220402 10:18:42.390"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.387" endtime="20220402 10:18:42.390"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${paperCategoryList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${Category_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.390" level="INFO">${Category_value} = {'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.390" endtime="20220402 10:18:42.390"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${Category_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:42.390" endtime="20220402 10:18:42.391"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>categoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.391" level="INFO">${categoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.391" endtime="20220402 10:18:42.391"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.392" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.392" endtime="20220402 10:18:42.392"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${Category_value}</arg>
|
|
<arg>unitPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.392" level="INFO">${unitPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.392" endtime="20220402 10:18:42.392"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.393" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.393" endtime="20220402 10:18:42.393"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activityId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.394" level="INFO">${activityId} = 660531609048584192</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.393" endtime="20220402 10:18:42.394"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.394" level="INFO">${categoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.394" endtime="20220402 10:18:42.394"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.395" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.395" endtime="20220402 10:18:42.395"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.395" level="INFO">${unitPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.395" endtime="20220402 10:18:42.395"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.311" endtime="20220402 10:18:42.396" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s1-s2-t2" name="get-carinfo">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.397" level="INFO">Creating Session using : alias=get-carinfo, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.396" endtime="20220402 10:18:42.397"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>get-carinfo</arg>
|
|
<arg>recycle-service/proxy-sell/get/his-car-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.440" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
path_url=/recycle-service/proxy-sell/get/his-car-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.440" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/his-car-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"5545","scrapPaperOrderItemId":null,"plateNumber":"贵R67890","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5544","scrapPaperOrderItemId":null,"plateNumber":"京SGGGGG","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5538","scrapPaperOrderItemId":null,"plateNumber":"京R76859","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5537","scrapPaperOrderItemId":null,"plateNumber":"闽NC6789","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5535","scrapPaperOrderItemId":null,"plateNumber":"贵R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5499","scrapPaperOrderItemId":null,"plateNumber":"京R66666","driverName":null,"driverPhone":null,"packageNum":0}],"total":0,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.440" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.397" endtime="20220402 10:18:42.440"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.441" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '5545', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5544', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5538', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5537', 'scrapPaperOrderItemId': None, 'plateNumber': '闽NC6789', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5535', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5499', 'scrapPaperOrderItemId': None, 'plateNumber': '京R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.441" endtime="20220402 10:18:42.442"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.442" level="INFO">${carNumber} = [{'id': '5545', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5544', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGG...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.442" endtime="20220402 10:18:42.442"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.sample(${carNumber},1)</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.443" level="INFO">${plateNumber_value} = [{'id': '5544', 'scrapPaperOrderItemId': None, 'plateNumber': '京SGGGGG', 'driverName': None, 'driverPhone': None, 'packageNum': 0}]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.443" endtime="20220402 10:18:42.443"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${plateNumber_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:42.444" endtime="20220402 10:18:42.444"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber_value[0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.445" level="INFO">${plateNumber1} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.444" endtime="20220402 10:18:42.445"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber1}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.445" level="INFO">${plateNumber1} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.445" endtime="20220402 10:18:42.445"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.396" endtime="20220402 10:18:42.446" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s1-s2-t3" name="get_paper-mill-paper-category-price-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.447" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.447" endtime="20220402 10:18:42.448"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/get/paper-mill-paper-category-price-details/${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.594" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
path_url=/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.594" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-details/660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"paperMillId":"660525241717624832","name":"Ceshi_factory","paperCategoryList":[{"categoryId":"660529551931215872","categoryName":"花纸","unitPrice":1.650,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":0.010,"isAllowOrder":true},{"categoryId":"671765556428410880","categoryName":"坑卡A级","unitPrice":1.550,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true},{"categoryId":"671765925917233152","categoryName":"白纸","unitPrice":1.111,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true},{"categoryId":"671765938143629312","categoryName":"黄纸皮","unitPrice":2.022,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true}],"locProvinceName":"山西省","locCityName":"大同市","locDistrictName":"大同县","attentionsLoadingCar":"","attentionsRegulations":"","attentionsArrival":"","attentionsReportCar":"","locDetails":"平城区","priceDate":"2022-04-02","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","enableSalesAgent":1,"proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":"12","cumulativeWeight":2156.39,"yesterdayTotalQuantity":22,"yesterdayRetainedQuantity":0,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isCooperate":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.594" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.448" endtime="20220402 10:18:42.594"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.595" level="INFO">{'code': 0, 'message': 'successful', 'data': {'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'unitPrice': 1.65, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': 0.01, 'isAllowOrder': True}, {'categoryId': '671765556428410880', 'categoryName': '坑卡A级', 'unitPrice': 1.55, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}, {'categoryId': '671765925917233152', 'categoryName': '白纸', 'unitPrice': 1.111, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}, {'categoryId': '671765938143629312', 'categoryName': '黄纸皮', 'unitPrice': 2.022, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}], 'locProvinceName': '山西省', 'locCityName': '大同市', 'locDistrictName': '大同县', 'attentionsLoadingCar': '', 'attentionsRegulations': '', 'attentionsArrival': '', 'attentionsReportCar': '', 'locDetails': '平城区', 'priceDate': '2022-04-02', 'logoImg': 'https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg', 'enableSalesAgent': 1, 'proxypaySurcharge': 0.02, 'foreignPaybackIntever': None, 'foreignPaybackIntervalString': '12', 'cumulativeWeight': 2156.39, 'yesterdayTotalQuantity': 22, 'yesterdayRetainedQuantity': 0, 'hasFollowed': False, 'isOperations': True, 'manageNotifyMessage': '该纸厂已暂停接单,请联系相关负责人!', 'isCooperate': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.595" endtime="20220402 10:18:42.595"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.446" endtime="20220402 10:18:42.595" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s1-s2-t4" name="get_relation">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.597" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.596" endtime="20220402 10:18:42.597"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell/get/relation</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.627" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/relation
|
|
path_url=/recycle-service/proxy-sell/get/relation
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.627" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/get/relation
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"id":"249","customerName":"赖勇兰","cusormerId":"554128866793361643","bizUserId":"605394333763506176","bizUserName":"李忠糠","status":0,"createTime":"2021-11-22 13:54:27","mobile":"13060994305","factoryName":null,"factoryId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.627" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.597" endtime="20220402 10:18:42.627"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>bizUserId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${bizUserId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.628" level="INFO">${bizUserId} = 605394333763506176</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.628" endtime="20220402 10:18:42.628"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>cusormerId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${cusormerId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.629" level="INFO">${cusormerId} = 554128866793361643</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.628" endtime="20220402 10:18:42.629"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>customerName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${customerName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.629" level="INFO">${customerName} = 赖勇兰</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.629" endtime="20220402 10:18:42.629"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${bizUserId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.630" level="INFO">${bizUserId} = 605394333763506176</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.629" endtime="20220402 10:18:42.630"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${cusormerId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.630" level="INFO">${cusormerId} = 554128866793361643</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.630" endtime="20220402 10:18:42.630"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${customerName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.631" level="INFO">${customerName} = 赖勇兰</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.631" endtime="20220402 10:18:42.631"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.596" endtime="20220402 10:18:42.631" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s1-s2-t5" name="create_order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${headers}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.632" level="INFO">Creating Session using : alias=ZTBT, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.632" endtime="20220402 10:18:42.632"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.633" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.633" endtime="20220402 10:18:42.633"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "totalEstimatedWeight":30000, \ \ \ \ "activityId":"${activityId}", \ \ \ \ "customerName":"${customerName}", \ \ \ \ "deliveryTime":"${datatime}", \ \ \ \ "carInfos":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "plateNumber":"${plateNumber1}" \ \ \ \ \ \ \ \ } \ \ \ \ ] }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${order_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.634" level="INFO">${order_data} = { "paperCategoryId":"660529551931215872", "unitPrice":"1.675", "totalEstimatedWeight":30000, "activityId":"660531609048584192", "customerName":"赖勇兰", "deliveryTime":"2022-04-02...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.633" endtime="20220402 10:18:42.634"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/proxy-sell/create/order</arg>
|
|
<arg>${order_data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.846" level="INFO">POST Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
path_url=/recycle-service/proxy-sell/create/order
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'QNT d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypPBa+MeqD2FwYmxdWF0ivDXTsWZjxtC1Od/gSfmYsqyWA==', 'Content-Length': '291'}
|
|
body=b'{ "paperCategoryId":"660529551931215872", "unitPrice":"1.675", "totalEstimatedWeight":30000, "activityId":"660531609048584192", "customerName":"\xe8\xb5\x96\xe5\x8b\x87\xe5\x85\xb0", "deliveryTime":"2022-04-02", "carInfos":[ { "plateNumber":"\xe4\xba\xacSGGGGG" } ] }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.847" level="INFO">POST Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell/create/order
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576807787991040"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.847" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.634" endtime="20220402 10:18:42.847"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.848" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576807787991040'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.847" endtime="20220402 10:18:42.848"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.848" level="INFO">${orderId} = 707576807787991040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.848" endtime="20220402 10:18:42.848"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:42.848" endtime="20220402 10:18:42.849"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.850" level="INFO">${orderId} = 707576807787991040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.849" endtime="20220402 10:18:42.850"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.631" endtime="20220402 10:18:42.850" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:42.307" endtime="20220402 10:18:42.850"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:42.141" endtime="20220402 10:18:42.852"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)">
|
|
<suite id="s1-s3-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin">
|
|
<suite id="s1-s3-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
|
|
<test id="s1-s3-s2-s1-s1-t1" name="pwlogin">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>Content-Type=application/x-www-form-urlencoded</arg>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.862" level="INFO">${header} = {'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.861" endtime="20220402 10:18:42.862"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.862" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.862" endtime="20220402 10:18:42.863"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>username=laiyonglan@qniao.cn</arg>
|
|
<arg>password=qn123456</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>&{data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.864" level="INFO">&{data} = { username=laiyonglan@qniao.cn | password=qn123456 }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.863" endtime="20220402 10:18:42.864"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.864" level="INFO">{'username': 'laiyonglan@qniao.cn', 'password': 'qn123456'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.864" endtime="20220402 10:18:42.864"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/login</arg>
|
|
<arg>data=${data}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.917" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
path_url=/recycle-service/admin/login
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555', 'Content-Length': '48'}
|
|
body=username=laiyonglan%40qniao.cn&password=qn123456
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.917" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/login
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Access-Control-Allow-Origin': '*', 'Access-Control-Request-Method': '*', 'Cache-Control': 'no-cache', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'X-Frame-Options': 'DENY'}
|
|
body={"code":200,"message":"登陆成功"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.917" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.864" endtime="20220402 10:18:42.917"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.918" level="INFO">{'code': 200, 'message': '登陆成功'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.918" endtime="20220402 10:18:42.918"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${gettoken}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.919" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.918" endtime="20220402 10:18:42.919"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>登陆成功</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:42.919" endtime="20220402 10:18:42.919"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${gettoken}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.920" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.919" endtime="20220402 10:18:42.920"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.861" endtime="20220402 10:18:42.920" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s1-s1-t2" name="login-info">
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>X-APP-ID=470236309865238555</arg>
|
|
<arg>Authorization=Token 6b08add42d6bcf73abb935b2adf83525</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${header}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.922" level="INFO">${header} = {'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.921" endtime="20220402 10:18:42.922"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.922" level="INFO">Creating Session using : alias=login-info, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.922" endtime="20220402 10:18:42.923"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>login-info</arg>
|
|
<arg>recycle-service/admin/employee/get/login-info</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:42.994" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
path_url=/recycle-service/admin/employee/get/login-info
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.994" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/employee/get/login-info
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:42 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"adminId":"617003842541850624","name":"赖勇兰","avatar":"https://static-legacy.dingtalk.com/media/lADPD26eRnj0j-3NAgrNAzw_828_522.jpg","position":"测试工程师","positionList":[{"id":"1","name":"管理员"}],"menuList":["/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/bigCategoryManage/Index","/preciousPaperGeneral/sellOnConsignmentManage/dealManage/TransscationMainBody","/preciousPaperGeneral/sellOnConsignmentManage/invoiceManagement/InvoiceManagementList","/preciousPaperGeneral/packaginStationSAASManage/systemManage","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceipts","/preciousPaperGeneral/operationManagementBackground/scoreManage/Role/Index","/preciousPaperGeneral/packaginStationSAASManage/financeManage/MergerPayment","/preciousPaperGeneral/packaginStationSAASManage/operationManage/dataPanel","/preciousPaperGeneral/operationManagementBackground/sysManage/information","/preciousPaperGeneral/companyAndUserManage/companyManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/detail","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitDeleveryDetails","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/DiscountFigure","/preciousPaperGeneral/packaginStationSAASManage/authFactory/ApplyList","/preciousPaperGeneral/sellOnConsignmentManage/customerManage/Index","/preciousPaperGeneral/operationManagementBackground/scoreManage/convert/Index","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PointList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/list","/preciousPaperGeneral/operationManagementBackground/contractManege/Index","/preciousPaperGeneral/companyAndUserManage/equipmentMaintenance/Index","/preciousPaperGeneral/packaginStationSAASManage/operationManage/categoryManage","/preciousPaperGeneral/operationManagementBackground/scoreManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteType/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyCheckOrder/CheckOrderList","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Detail","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Edit","/preciousPaperGeneral/operationManagementBackground/basicSetting/shop/Index","/preciousPaperGeneral/operationManagementBackground/contractManege","/preciousPaperGeneral/operationManagementBackground/feedbackManage/FeedbackIndex","/home","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Detail","/preciousPaperGeneral/packaginStationSAASManage/factoryProxy/FactoryAgency","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Details","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/financialManagementBackground","/preciousPaperGeneral/paperFctSellOnManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/equipmentMaintenance","/preciousPaperGeneral/packaginStationSAASManage","/preciousPaperGeneral/operationManagementBackground/basicSetting/automaticallyArrive/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/orderSincereMoney/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyReturn/ReturnOrderList","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/factoryClue/Index","/preciousPaperGeneral/operationManagementBackground/vipManage/personageVipManage/Index","/preciousPaperGeneral/paperFctSellOnManage/OrderList/OrderInfo","/microSystemManagement","/preciousPaperGeneral/operationManagementBackground/articManage/classificationManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Details","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteTypeOneManage/Index","/preciousPaperGeneral/operationManagementBackground/wastePaperMapManage/paperMillInfoList/Index","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/inTheSettlementDetails","/preciousPaperGeneral/sellOnConsignmentManage/standingBookManage/standingBook","/preciousPaperGeneral/paperFctSellOnManage/OrderList/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationCreate","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku","/microSystemManagement/menu","/preciousPaperGeneral/packaginStationSAASManage/proxyPaymentOrder/PaymentOrderList","/microSystemManagement/position","/sysManage/listLibraryManage/Index","/preciousPaperGeneral/financialManagementBackground/settlementManage/settlementPayment/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/proxyManage","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/memberCcountDetails","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/PaperFctoryTypeOfferList","/preciousPaperGeneral/packaginStationSAASManage/factoryOrder/ProxyDetails","/preciousPaperGeneral/packaginStationSAASManage/proxyOrderInfo/OrderDetails","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails/standingBook","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex","/preciousPaperGeneral/packaginStationSAASManage/operationManage/ServiceChargeStandard","/preciousPaperGeneral/companyAndUserManage/companyManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/CreatePoint","/preciousPaperGeneral/operationManagementBackground/staffActicities","/preciousPaperGeneral/sellOnConsignmentManage/financeAudit/finaceAuditList","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Details","/preciousPaperGeneral/operationManagementBackground/staffActicities/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend","/preciousPaperGeneral/operationManagementBackground/basicSetting/vipPaid/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/payForWater/Index","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/PaperFctRetMoneyIndex/orderList","/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/priceGuidanceManage/Index","/preciousPaperGeneral/packaginStationSAASManage/saasRefund/SaasRefundInfo","/preciousPaperGeneral/packaginStationSAASManage/operationManage/AuthorizationIndex","/preciousPaperGeneral/operationManagementBackground/basicSetting","/preciousPaperGeneral/packaginStationSAASManage/financeManage","/preciousPaperGeneral/sellOnConsignmentManage/operationAudit/operationAuditDetails","/preciousPaperGeneral/sellOnConsignmentManage","/preciousPaperGeneral/sellOnConsignmentManage/orderReconciliation/financeAudit/PaperFctRetMoneyIndex","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Index","/preciousPaperGeneral/packaginStationSAASManage/saasAccount/SaasAccountList","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/edit","/microSystemManagement/employee","/preciousPaperGeneral/operationManagementBackground/wastePaperPriceIndex/create","/preciousPaperGeneral/operationManagementBackground/articManage/articList/Index","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/CreatePaperPrice","/preciousPaperGeneral/packaginStationSAASManage/operationManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/autoPaymentSelfCheck/Index","/preciousPaperGeneral/sellOnConsignmentManage/capitalSource/CapitalSourceIndex","/preciousPaperGeneral/companyAndUserManage","/preciousPaperGeneral/operationManagementBackground/acticityRuleSetManage/acticityRuleSet","/preciousPaperGeneral/financialManagementBackground","/preciousPaperGeneral/operationManagementBackground/activityThemeManage/activityThemeManageIndex","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/PaperType","/preciousPaperGeneral/sellOnConsignmentManage/PaperFctRetMoneyIndex/operationAudit/operationAuditList","/preciousPaperGeneral/paperFctSellOnManage/OrderList/JLIndex","/preciousPaperGeneral/companyAndUserManage/packginStationManage/Index","/preciousPaperGeneral/financialManagementBackground/payCenter/memberAccountInfo/Index","/preciousPaperGeneral/operationManagementBackground/feedbackManage","/preciousPaperGeneral/paperFctSellOnManage/PaperFctList/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Index","/preciousPaperGeneral/operationManagementBackground","/preciousPaperGeneral/operationManagementBackground/sysManage/departmentManage","/preciousPaperGeneral/financialManagementBackground/settlementManage/orderReconciliation/Index","/preciousPaperGeneral/operationManagementBackground/basicSetting/paperMillRecommend/paperMillRecommendList/Create","/preciousPaperGeneral/packaginStationSAASManage/ConsolidatedReceiptsDetail","/preciousPaperGeneral/packaginStationSAASManage/operationManage/DataPanel","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/VehicleQueueIndex","/preciousPaperGeneral/packaginStationSAASManage/saasOrder/SaasRefundList","/preciousPaperGeneral/sellOnConsignmentManage/RemainingAmountPayableReport","/preciousPaperGeneral/packaginStationSAASManage/systemManage/menuManage/Index","/microSystemManagement/department","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitSubscribeDetails"]}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:42.995" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.923" endtime="20220402 10:18:42.995"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:42.995" level="INFO"><Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:42.995" endtime="20220402 10:18:42.995"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:42.996" endtime="20220402 10:18:42.996"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:42.920" endtime="20220402 10:18:42.996" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:18:42.858" endtime="20220402 10:18:42.997"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:42.856" endtime="20220402 10:18:42.998"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s2" name="2.1-Consignment management" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management">
|
|
<suite id="s1-s3-s2-s2-s1" name="1-Appointment" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/1-appointment.robot">
|
|
<test id="s1-s3-s2-s2-s1-t1" name="get_paper-mill-order-reservation-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.009" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.009" endtime="20220402 10:18:43.009"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-order-reservation-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps_data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.073" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.073" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&pageSize=10&status=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"4867","orderId":"707576807787991040","userName":"赖勇兰","userMobile":"18888888888","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","categoryName":"花纸","sellerReservationDate":"2022-04-02","orderItemNum":1,"carNoList":["京SGGGGG"],"status":0,"createTime":"2022-04-02 10:18:42","bizOwnerName":"李忠糠","orderType":2,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.073" level="INFO">${reps_data} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.009" endtime="20220402 10:18:43.073"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.074" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '4867', 'orderId': '707576807787991040', 'userName': '赖勇兰', 'userMobile': '18888888888', 'paperMillName': 'Ceshi_factory', 'paperMillId': '660525241717624832', 'categoryName': '花纸', 'sellerReservationDate': '2022-04-02', 'orderItemNum': 1, 'carNoList': ['京SGGGGG'], 'status': 0, 'createTime': '2022-04-02 10:18:42', 'bizOwnerName': '李忠糠', 'orderType': 2, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.074" endtime="20220402 10:18:43.074"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.075" level="INFO">${orderId} = 707576807787991040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.075" endtime="20220402 10:18:43.075"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.076" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.075" endtime="20220402 10:18:43.076"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.076" level="INFO">${id} = 4867</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.076" endtime="20220402 10:18:43.076"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>orderType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.077" level="INFO">${orderType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.076" endtime="20220402 10:18:43.077"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>carNoList</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carNoList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.077" level="INFO">${carNoList} = ['京SGGGGG']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.077" endtime="20220402 10:18:43.078"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>paperMillName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.078" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.078" endtime="20220402 10:18:43.078"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["data"]["records"][0]}</arg>
|
|
<arg>sellerReservationDate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${sellerReservationDate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.079" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.078" endtime="20220402 10:18:43.079"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${carNoList})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${carList}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.080" level="INFO">${carList} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.079" endtime="20220402 10:18:43.080"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${carList}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.080" endtime="20220402 10:18:43.080"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps_data.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.080" endtime="20220402 10:18:43.081"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.081" level="INFO">${orderId} = 707576807787991040</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.081" endtime="20220402 10:18:43.081"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.082" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.082" endtime="20220402 10:18:43.082"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.083" level="INFO">${id} = 4867</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.082" endtime="20220402 10:18:43.083"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.083" level="INFO">${paperMillName} = Ceshi_factory</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.083" endtime="20220402 10:18:43.083"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${sellerReservationDate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.084" level="INFO">${sellerReservationDate} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.084" endtime="20220402 10:18:43.084"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.085" level="INFO">${orderType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.084" endtime="20220402 10:18:43.085"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${carList}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.085" level="INFO">${carList} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.085" endtime="20220402 10:18:43.085"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.008" endtime="20220402 10:18:43.085" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s1-t2" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>http://api-ops-ztb-test.qniao.cn</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.087" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.086" endtime="20220402 10:18:43.087"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.128" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.128" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.128" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.087" endtime="20220402 10:18:43.128"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.129" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.128" endtime="20220402 10:18:43.129"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.130" level="INFO">${data} = [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.129" endtime="20220402 10:18:43.130"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${data})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.130" level="INFO">${value} = {'name': '测试111', 'id': '660525241805705216'}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.130" endtime="20220402 10:18:43.130"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.131" endtime="20220402 10:18:43.131"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${supplier_id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.131" level="INFO">${supplier_id} = 660525241805705216</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.131" endtime="20220402 10:18:43.131"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${value}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.132" level="INFO">${millSupplierName} = 测试111</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.132" endtime="20220402 10:18:43.132"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${supplier_id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.132" level="INFO">${supplier_id} = 660525241805705216</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.132" endtime="20220402 10:18:43.133"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.133" level="INFO">${millSupplierName} = 测试111</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.133" endtime="20220402 10:18:43.133"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.086" endtime="20220402 10:18:43.133" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s1-t3" name="Submit-appointment">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.135" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.134" endtime="20220402 10:18:43.135"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.136" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.135" endtime="20220402 10:18:43.136"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"attention":"${orderId}","buyerReservationDate":"${datatime}", "id":"${id}","millDeliveryOrderId":"${orderId}","millSupplierId":"${supplier_id}","millSupplierName":"${millSupplierName}","proxySellerSettleType":0,"scrapeOrderId":"${orderId}"}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.136" level="INFO">${data} = {"attention":"707576807787991040","buyerReservationDate":"2022-04-02", "id":"4867","millDeliveryOrderId":"707576807787991040","millSupplierId":"660525241805705216","millSupplierName":"测试111","proxySel...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.136" endtime="20220402 10:18:43.136"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.137" level="INFO">{"attention":"707576807787991040","buyerReservationDate":"2022-04-02", "id":"4867","millDeliveryOrderId":"707576807787991040","millSupplierId":"660525241805705216","millSupplierName":"测试111","proxySellerSettleType":0,"scrapeOrderId":"707576807787991040"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.136" endtime="20220402 10:18:43.137"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/update/reservation</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.290" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
path_url=/recycle-service/admin/customer-service/update/reservation
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '258'}
|
|
body=b'{"attention":"707576807787991040","buyerReservationDate":"2022-04-02", "id":"4867","millDeliveryOrderId":"707576807787991040","millSupplierId":"660525241805705216","millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111","proxySellerSettleType":0,"scrapeOrderId":"707576807787991040"}'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.290" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/update/reservation
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.290" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.137" endtime="20220402 10:18:43.290"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.291" endtime="20220402 10:18:43.292"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.134" endtime="20220402 10:18:43.292" critical="yes"></status>
|
|
</test>
|
|
<doc>预约送货</doc>
|
|
<status status="PASS" starttime="20220402 10:18:43.003" endtime="20220402 10:18:43.293"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s2-s2" name="2.3-ActiveUpload-deliverynote" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/2.3-ActiveUpload-deliverynote.robot">
|
|
<test id="s1-s3-s2-s2-s2-t1" name="get-order-item-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.303" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.303" endtime="20220402 10:18:43.304"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order-item-list</arg>
|
|
<arg>params=orderType=${orderType} &pageNum=1&pageSize=10&status=51&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.360" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.360" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&pageNum=1&pageSize=10&status=51&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","weightNoteId":null,"orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2022-04-02","millSupplierName":"测试111","plateNumber":"京SGGGGG","operationReviewStatus":51,"createTime":"2022-04-02 10:18:42","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","reviewTime":null,"reviewOperatorName":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activitySettleType":2,"weightNoteType":null,"netWeight":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","rejected":false}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.360" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.304" endtime="20220402 10:18:43.360"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.361" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2022-04-02', 'millSupplierName': '测试111', 'plateNumber': '京SGGGGG', 'operationReviewStatus': 51, 'createTime': '2022-04-02 10:18:42', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'reviewTime': None, 'reviewOperatorName': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activitySettleType': 2, 'weightNoteType': None, 'netWeight': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'rejected': False}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.361" endtime="20220402 10:18:43.361"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>records</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${records}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.362" level="INFO">${records} = [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '20...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.362" endtime="20220402 10:18:43.362"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${records})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId_value}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.363" level="INFO">${orderItemId_value} = {'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '202...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.362" endtime="20220402 10:18:43.363"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue: ${orderItemId_value}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.363" endtime="20220402 10:18:43.364"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId_value}</arg>
|
|
<arg>orderItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.364" level="INFO">${orderItemId} = 707576807825739776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.364" endtime="20220402 10:18:43.364"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.365" level="INFO">${orderItemId} = 707576807825739776</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.364" endtime="20220402 10:18:43.365"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.302" endtime="20220402 10:18:43.365" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t2" name="get-order-item-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.366" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.366" endtime="20220402 10:18:43.367"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.554" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.554" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":null,"surcharge":null,"unitPrice":1.6750000,"weightnoteInfo":null,"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"otherAmountDtoList":null,"deductionNotes":null,"totalOtherAmount":null,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":null,"weightNoteImageUrl":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":null,"warehouseName":null,"publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":null,"settleUnitPriceIncludeTax":null,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":null,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.554" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.367" endtime="20220402 10:18:43.554"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.555" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.554" endtime="20220402 10:18:43.555"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.556" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.555" endtime="20220402 10:18:43.556"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.556" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.556" endtime="20220402 10:18:43.556"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.557" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.557" endtime="20220402 10:18:43.557"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.558" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.557" endtime="20220402 10:18:43.558"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.558" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.558" endtime="20220402 10:18:43.558"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.559" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.559" endtime="20220402 10:18:43.560"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.560" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.560" endtime="20220402 10:18:43.561"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.561" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.561" endtime="20220402 10:18:43.561"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.562" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.561" endtime="20220402 10:18:43.562"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.562" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.562" endtime="20220402 10:18:43.562"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.563" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.563" endtime="20220402 10:18:43.563"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.564" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.563" endtime="20220402 10:18:43.564"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.564" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.564" endtime="20220402 10:18:43.564"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.565" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.565" endtime="20220402 10:18:43.565"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.565" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.565" endtime="20220402 10:18:43.566"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.566" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.566" endtime="20220402 10:18:43.566"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.567" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.567" endtime="20220402 10:18:43.567"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.568" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.567" endtime="20220402 10:18:43.568"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.568" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.568" endtime="20220402 10:18:43.568"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.569" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.569" endtime="20220402 10:18:43.569"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.570" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.569" endtime="20220402 10:18:43.570"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.365" endtime="20220402 10:18:43.570" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t3" name="get_delivery-info">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.571" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.571" endtime="20220402 10:18:43.571"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.640" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.640" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576807787991040","orderItemId":"707576807825739776","activityId":"660531609048584192","transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":null,"weightDay":null,"settleDay":null,"settleUtiPrice":1.675,"netWeight":null,"proxySellerSettleType":0,"activitySettleType":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"unitSurcharge":0.010,"surcharge":null,"remark":null,"deliveryImageUrls":null,"plateNumber":"京SGGGGG","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.640" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.572" endtime="20220402 10:18:43.641"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.642" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'activityId': '660531609048584192', 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': None, 'weightDay': None, 'settleDay': None, 'settleUtiPrice': 1.675, 'netWeight': None, 'proxySellerSettleType': 0, 'activitySettleType': 1, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': None, 'finalPayMoney': None, 'unitSurcharge': 0.01, 'surcharge': None, 'remark': None, 'deliveryImageUrls': None, 'plateNumber': '京SGGGGG', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.641" endtime="20220402 10:18:43.642"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.643" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.642" endtime="20220402 10:18:43.643"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.644" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.643" endtime="20220402 10:18:43.644"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.645" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.644" endtime="20220402 10:18:43.645"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.645" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.645" endtime="20220402 10:18:43.646"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.570" endtime="20220402 10:18:43.646" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t4" name="get_contract_by_id">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.648" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.647" endtime="20220402 10:18:43.649"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/contract/get/detail-by-id</arg>
|
|
<arg>params=id=${contractId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.713" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
path_url=/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.713" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"buyerEnterpriseName":"Ceshi_factory","buyerEnterpriseId":"660525239146516480","buyerPaperMillId":"660525241717624832","sellerEnterpriseName":"企业","sellerEnterpriseId":"37","sellerPaperMillId":null,"proxyPaySurcharge":0.013000,"advanceFund":null,"invoiceType":0,"hasInvoice":1,"taxRefundRate":9.600000,"hasSubsidiesTax":0,"remark":null,"contractLimitType":0,"limitLine":null,"startDate":"2021-12-01","endDate":"2023-01-01","signDateStart":"2021-12-01","signDateEnd":"2023-01-01","accountPeriodType":0,"accountPeriod":[25],"accountPeriodSql":null,"contractImageList":[],"contractCategories":[],"contractType":2,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"contractStatus":1,"assignAccountPeriod":null,"settlePriceIncludeTaxSettleRules":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.713" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.649" endtime="20220402 10:18:43.713"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.714" level="INFO">{'code': 0, 'message': 'successful', 'data': {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'buyerEnterpriseName': 'Ceshi_factory', 'buyerEnterpriseId': '660525239146516480', 'buyerPaperMillId': '660525241717624832', 'sellerEnterpriseName': '企业', 'sellerEnterpriseId': '37', 'sellerPaperMillId': None, 'proxyPaySurcharge': 0.013, 'advanceFund': None, 'invoiceType': 0, 'hasInvoice': 1, 'taxRefundRate': 9.6, 'hasSubsidiesTax': 0, 'remark': None, 'contractLimitType': 0, 'limitLine': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'signDateStart': '2021-12-01', 'signDateEnd': '2023-01-01', 'accountPeriodType': 0, 'accountPeriod': [25], 'accountPeriodSql': None, 'contractImageList': [], 'contractCategories': [], 'contractType': 2, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'contractStatus': 1, 'assignAccountPeriod': None, 'settlePriceIncludeTaxSettleRules': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.713" endtime="20220402 10:18:43.714"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>advanceFund</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.715" level="INFO">${advanceFund} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.714" endtime="20220402 10:18:43.715"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriod</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriod}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.715" level="INFO">${accountPeriod} = [25]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.715" endtime="20220402 10:18:43.715"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>buyerEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${buyerEnterpriseId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.716" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.716" endtime="20220402 10:18:43.716"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.717" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.716" endtime="20220402 10:18:43.717"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>taxRefundRate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${taxRefundRate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.717" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.717" endtime="20220402 10:18:43.717"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxyPaySurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.718" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.718" endtime="20220402 10:18:43.718"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>hasInvoice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${hasInvoice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.719" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.718" endtime="20220402 10:18:43.719"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriodType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriodType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.719" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.719" endtime="20220402 10:18:43.719"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>isSubsidyAndDeductIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isSubsidyAndDeductIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.720" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.720" endtime="20220402 10:18:43.720"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableSettlementRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.721" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.720" endtime="20220402 10:18:43.721"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.721" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.721" endtime="20220402 10:18:43.721"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${advanceFund}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.722" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.721" endtime="20220402 10:18:43.722"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxyPaySurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.722" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.722" endtime="20220402 10:18:43.722"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.723" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.723" endtime="20220402 10:18:43.723"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriod}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.724" level="INFO">${accountPeriod} = [25]</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.723" endtime="20220402 10:18:43.724"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${buyerEnterpriseId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.724" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.724" endtime="20220402 10:18:43.724"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${taxRefundRate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.725" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.724" endtime="20220402 10:18:43.725"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.725" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.725" endtime="20220402 10:18:43.725"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${hasInvoice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.726" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.725" endtime="20220402 10:18:43.726"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriodType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.726" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.726" endtime="20220402 10:18:43.726"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.727" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.727" endtime="20220402 10:18:43.727"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${isSubsidyAndDeductIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.727" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.727" endtime="20220402 10:18:43.728"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableSettlementRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.728" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.728" endtime="20220402 10:18:43.729"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.729" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.729" endtime="20220402 10:18:43.729"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.646" endtime="20220402 10:18:43.730" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t5" name="get-contract-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.731" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.731" endtime="20220402 10:18:43.731"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>/recycle-service/admin/contract/get/selectable-contract-list</arg>
|
|
<arg>params=orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.778" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.779" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"contractId":"660530461520564224","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-11-23","endDate":"2021-11-30","status":2},{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-12-01","endDate":"2023-01-01","status":1}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.779" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.732" endtime="20220402 10:18:43.779"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.780" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'contractId': '660530461520564224', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-11-23', 'endDate': '2021-11-30', 'status': 2}, {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'status': 1}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.779" endtime="20220402 10:18:43.780"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.730" endtime="20220402 10:18:43.780" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t6" name="get-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.781" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.781" endtime="20220402 10:18:43.782"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.821" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.821" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.821" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.782" endtime="20220402 10:18:43.822"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.822" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.822" endtime="20220402 10:18:43.823"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.780" endtime="20220402 10:18:43.823" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t7" name="get-Source of funds">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.824" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.824" endtime="20220402 10:18:43.824"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/fund-source/get/list</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.862" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
path_url=/recycle-service/admin/fund-source/get/list
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.863" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"id":"39","name":"千鸟-经纪业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"40","name":"千纸鹤代卖业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"41","name":"测试资金方","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"42","name":"千鸟-技术部测试数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"46","name":"千鸟","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"47","name":"千鸟数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":1},{"id":"49","name":"千鸟测试","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.863" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.824" endtime="20220402 10:18:43.863"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.864" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}, {'id': '49', 'name': '千鸟测试', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.863" endtime="20220402 10:18:43.864"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.864" level="INFO">${data} = [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id'...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.864" endtime="20220402 10:18:43.864"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{data} ]" type="for">
|
|
<kw name="${item} = {'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.865" level="INFO">{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.865" endtime="20220402 10:18:43.865"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.866" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.865" endtime="20220402 10:18:43.866"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.866" level="INFO">${name} = 千鸟-经纪业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.866" endtime="20220402 10:18:43.866"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.866" level="INFO">${id} = 39</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.866" endtime="20220402 10:18:43.866"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.867" endtime="20220402 10:18:43.867"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.865" endtime="20220402 10:18:43.867"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.868" level="INFO">{'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.868" endtime="20220402 10:18:43.868"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.869" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.868" endtime="20220402 10:18:43.869"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.870" level="INFO">${name} = 千纸鹤代卖业务</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.869" endtime="20220402 10:18:43.870"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.870" level="INFO">${id} = 40</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.870" endtime="20220402 10:18:43.870"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.870" endtime="20220402 10:18:43.871"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.867" endtime="20220402 10:18:43.871"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.871" level="INFO">{'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.871" endtime="20220402 10:18:43.871"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.872" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.871" endtime="20220402 10:18:43.872"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.872" level="INFO">${name} = 测试资金方</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.872" endtime="20220402 10:18:43.872"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.873" level="INFO">${id} = 41</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.872" endtime="20220402 10:18:43.873"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.873" endtime="20220402 10:18:43.873"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.871" endtime="20220402 10:18:43.873"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.874" level="INFO">{'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.873" endtime="20220402 10:18:43.874"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.874" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.874" endtime="20220402 10:18:43.874"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.874" level="INFO">${name} = 千鸟-技术部测试数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.874" endtime="20220402 10:18:43.874"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.875" level="INFO">${id} = 42</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.875" endtime="20220402 10:18:43.875"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.875" endtime="20220402 10:18:43.875"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.873" endtime="20220402 10:18:43.875"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.876" level="INFO">{'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.876" endtime="20220402 10:18:43.876"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.876" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.876" endtime="20220402 10:18:43.876"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.877" level="INFO">${name} = 千鸟</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.876" endtime="20220402 10:18:43.877"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.877" level="INFO">${id} = 46</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.877" endtime="20220402 10:18:43.877"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.877" endtime="20220402 10:18:43.878"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.875" endtime="20220402 10:18:43.878"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.878" level="INFO">{'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.878" endtime="20220402 10:18:43.878"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.879" level="INFO">${isDefault} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.878" endtime="20220402 10:18:43.879"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.880" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.879" endtime="20220402 10:18:43.880"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.880" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.880" endtime="20220402 10:18:43.880"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.881" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.880" endtime="20220402 10:18:43.881"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.878" endtime="20220402 10:18:43.881"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.865" endtime="20220402 10:18:43.881"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.882" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.882" endtime="20220402 10:18:43.882"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.883" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.882" endtime="20220402 10:18:43.883"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.823" endtime="20220402 10:18:43.883" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t8" name="get-Warehouse">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.885" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.884" endtime="20220402 10:18:43.885"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/transaction-main-enterprise/get/warehouse-name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.920" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
path_url=/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.921" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":["石基仓","江高仓","大观仓","钟落潭仓"]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.921" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.885" endtime="20220402 10:18:43.921"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.922" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.921" endtime="20220402 10:18:43.922"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${仓库})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${所属仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.922" level="INFO">${所属仓库} = 钟落潭仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.922" endtime="20220402 10:18:43.922"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${所属仓库}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:43.922" endtime="20220402 10:18:43.923"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${所属仓库}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.923" level="INFO">${所属仓库} = 钟落潭仓</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.923" endtime="20220402 10:18:43.923"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.883" endtime="20220402 10:18:43.924" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t9" name="get_proxy-order_delivery-info">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.925" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.924" endtime="20220402 10:18:43.925"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.990" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.990" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576807787991040","orderItemId":"707576807825739776","activityId":"660531609048584192","transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":null,"weightDay":null,"settleDay":null,"settleUtiPrice":1.675,"netWeight":null,"proxySellerSettleType":0,"activitySettleType":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"unitSurcharge":0.010,"surcharge":null,"remark":null,"deliveryImageUrls":null,"plateNumber":"京SGGGGG","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:43.990" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.925" endtime="20220402 10:18:43.990"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.991" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'activityId': '660531609048584192', 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': None, 'weightDay': None, 'settleDay': None, 'settleUtiPrice': 1.675, 'netWeight': None, 'proxySellerSettleType': 0, 'activitySettleType': 1, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': None, 'finalPayMoney': None, 'unitSurcharge': 0.01, 'surcharge': None, 'remark': None, 'deliveryImageUrls': None, 'plateNumber': '京SGGGGG', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.991" endtime="20220402 10:18:43.991"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.992" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.991" endtime="20220402 10:18:43.992"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:43.992" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.992" endtime="20220402 10:18:43.992"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.993" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.992" endtime="20220402 10:18:43.993"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.993" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.993" endtime="20220402 10:18:43.993"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.924" endtime="20220402 10:18:43.994" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t10" name="get_paper-mill-category">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:43.995" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.994" endtime="20220402 10:18:43.995"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/paperMill/get/paper-mill-category/${paperMillId}</arg>
|
|
<arg>params=id=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.036" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
path_url=/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.036" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"paperMillCategoryId":"671765938143629312","categoryName":"黄纸皮","inspectionNote":null},{"paperMillCategoryId":"671765556428410880","categoryName":"坑卡A级","inspectionNote":null},{"paperMillCategoryId":"671765925917233152","categoryName":"白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.036" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:43.996" endtime="20220402 10:18:44.036"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.037" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '671765938143629312', 'categoryName': '黄纸皮', 'inspectionNote': None}, {'paperMillCategoryId': '671765556428410880', 'categoryName': '坑卡A级', 'inspectionNote': None}, {'paperMillCategoryId': '671765925917233152', 'categoryName': '白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.036" endtime="20220402 10:18:44.037"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:43.994" endtime="20220402 10:18:44.037" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t11" name="Upload_pictures">
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./20210803.jpg','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${filepath}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.039" level="INFO">${filepath} = <_io.BufferedReader name='./20210803.jpg'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.038" endtime="20220402 10:18:44.039"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./20210803.jpg','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${image}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.039" level="INFO">${image} = <_io.BufferedReader name='./20210803.jpg'></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.039" endtime="20220402 10:18:44.039"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>filepath=${filepath}</arg>
|
|
<arg>image=${image}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${file}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.040" level="INFO">${file} = {'filepath': <_io.BufferedReader name='./20210803.jpg'>, 'image': <_io.BufferedReader name='./20210803.jpg'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.039" endtime="20220402 10:18:44.040"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.040" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.040" endtime="20220402 10:18:44.040"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${file}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.041" level="INFO">{'filepath': <_io.BufferedReader name='./20210803.jpg'>, 'image': <_io.BufferedReader name='./20210803.jpg'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.041" endtime="20220402 10:18:44.041"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/upload/image</arg>
|
|
<arg>files=${file}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${result}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.084" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
path_url=/recycle-user-center/upload/image
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '26273', 'Content-Type': 'multipart/form-data; boundary=c607e002e0eae0321c277be5a5adc349'}
|
|
body=b'--c607e002e0eae0321c277be5a5adc349\r\nContent-Disposition: form-data; name="filepath"; filename="20210803.jpg"\r\n\r\n\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x00\x00\x01\x00\x01\x00\x00\xff\xdb\x00C\x00\x03\x02\x02\x03\x02\x02\x03\x03\x03\x03\x04\x03\x03\x04\x05\x08\x05\x05\x04\x04\x05\n\x07\x07\x06\x08\x0c\n\x0c\x0c\x0b\n\x0b\x0b\r\x0e\x12\x10\r\x0e\x11\x0e\x0b\x0b\x10\x16\x10\x11\x13\x14\x15\x15\x15\x0c\x0f\x17\x18\x16\x14\x18\x12\x14\x15\x14\xff\xdb\x00C\x01\x03\x04\x04\x05\x04\x05\t\x05\x05\t\x14\r\x0b\r\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\xff\xc0\x00\x11\x08\x00\x82\x00\xd0\x03\x01"\x00\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1d\x00\x00\x01\x04\x03\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x07\x04\x05\x06\x08\x00\x02\x03\t\x01\xff\xc4\x00E\x10\x00\x02\x01\x02\x05\x01\x06\x04\x04\x04\x03\x06\x04\x07\x01\x00\x01\x02\x03\x04\x11\x00\x05\x06\x12!1\x07\x13"AQa\x082q\x81\x14\x91\xa1\xb1\x15#B\xc1\x163R\tbr\xd1\xe1\xf0$C\x82\xb2\x174cs\x92\x93\xa2\xc2\xff\xc4\x00\x1c\x01\x00\x02\x03\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x06\x03\x04\x07\x02\x01\x00\x08\xff\xc4\x008\x11\x00\x01\x03\x03\x02\x04\x02\x08\x05\x04\x02\x03\x00\x00\x00\x00\x01\x02\x03\x11\x00\x04!\x051\x12AQaq\x81\x06\x13"2\x91\xb1\xc1\xf0\x1434\xa1\xd1#Br\xf1\x15\xe1$5R\xff\xda\x00\x0c\x03\x01\x00\x02\x11\x03\x11\x00?\x00\xf4\x8a\x83+\x90J\x1ep\x11\x07;|\xce\x10\xeal\xea\x16\xdb\x96B\xe8e\x98r\x01\xe4 \xeb\xc7\xe9\x88\x16a\xda.\xa8\xce\xe0+C\x96&Y\xbdo\xbew\xef\x18}\x00\x00a\x0e\x8d\xc9+\xa93\xe9+sJ\xb9\xab*\xaa\x94\r\xd2/\x84\x057\xb2\x8f.\xb8\xc9\xee\xb5\xd0\xe0\x0cY\xa1\\* )DF\x0e0\x0es\xb5;7\xa5\xa9\x00\xbdr\xa0\nvH3\x9f,T\xebR\xb3PiZ\xf9)"i&\xeeN\xd5_\x98\xf9X{\xf5\xc0O\xbaL\xb4<N\xee^w\x1b#Q\xfeX\x1dY\xba\x92z\x8bb}\xda\xa6aXjr\xac\xb2\x08\xe4t\x944\x9bT\x1f\x19\x17\x1c\x9f+u\xbe!\x8fW+,t\xf5\r\x1c\xa5,\x92Ek\x80<\xac\xc3\xcca+_\xbci\xd7\xfdX\x04\x14\x08\x04\x8cI\x12G-\xc53i\x0c\xa9\xa68\xc9\x9e#=\xe0`~\xe2\x92\x14+V\xecm\xdc\xa4\x81\x80/`\x8czn\xfdx\xc7y$\x8e\'\xab\x8d\x1dQ\xac\xd72|\xce\xdeW\x1e\x97\x1f\xff\x00X\xca\xa8\x90@Dh\xad\xc2\xee2s\xb4\xff\x00\xbb\xfe\xf7\xaf\xb694O\\\xd5}\xe3\x17\x91\x93\x96E\xe2\xe4\xde\xd7\xfa\x9f\xbe\x11\x96\xf6\xe9\x03$\x92?y\x13\x83\xd2\x8faY;\x7f\xaa\x8eSF\xd5\x8a\xaf\x1a\x80%`\xa4\x13m\xa4\xdf\x83\xe9b\x08\xc3\xf3$1\xbc2.\xe7(\xaa\xc9\xbf\x8b[\x92\xc4z\x1b\x90\x07\\&\xa7\xa7\x955\'\xe1\xa8\xe2\x96o\xe2\x10~*\x04\x11\xdc3\x03i\x16\xfd\x01\xe00\xf7\'\xcf\x12h\xb4\x8dM\\5\x83\xba\x93\xbc\xa7\x99 \x92R\xa4\x85\x0c\x81\xcd\xbe\x81\x80\'\xa0\xb1\xc4\x96\xbaM\xc9\xe2,6I\xdew\x1eG\xac|+\xab\x8b\xb6\xd2G\x1a\xa0\x7f8\xf9\xd4p\xd5\xfe5!\x8aH\x98\xc5\x11"6\xdd`y\x02\xe4z\x01\xe9\x84\x12\x119v-\xb5\xd2\xeb`,\x1cn\xf2\xf4\xe3\x12\x88\xa9c\xa8\x8aG]\xebI\x1a\x98\xa3\x8a%\xbb\xec\x07\x93\xe7\xe2kr}8\xc2\x19r\xf7\x84o\x98\x80\x8eD\x8a\xecB\xad\xfd6\xdb\xafN1J\xfa\xcd\xd4\xa0-fx\x86\xfd\x86\x06\xc6c\xb9\xae\x9a} \xc0\x11\xf7\xf75\xf7H\xe6\rA\x9e\xd2M\x132\xaclKm\xeaE\xb9\x1f{`\xa5\xda\x86H\x99\xae\x9c\x96\xaa$QS\x0cbH\x99\xb8\xe6\xf7\x00\xfb\x1b\x9c\x0c\xa9\xa9\xadQ<\xb4\xbf\xc8\xa8\xa5\x1c\xb3\xf0./v\xb7@x\xf3\xc17G\xe7Rj\x9d9<S\xa9\x92\xa2\x0b\xa4\x81\x87\xcc\x086\xb7\xaf\xdf\r\x1e\x8c-)\xb7{M{w$\xa4\xf2\x903\x1d\xc4t\xa5\xddT\x10\xf3w\x88\xfe\xd8\x07\xcf\xe9A\xbe\xc7{y\x87;h(3:u\xcb\xddexL\xac|28\x16*.o{\xdb\x167/\xa3\x83.\xa7\x9a\xb0\x82\x89\xcc\x84\x1e\x83\x8f,Q\xad\x1d\xa3&\x83\xe2yt\xd3\x0b\xc2\xb5\xedZ.oh\x85\xe5 ~Ex\xc5\xd6\xd7\x19\x8c\x99~]\r<b\xc2g\xb3\x9by\x0e\xb8\xd2\xbd\x1e\nSKy\xe1)DD\xef$m\xe5\x8a\x1f\xe9+,\xb5p\xd2-\x8cq\x89>\x07\xec\xd4O8\xd4u\xd9\xac\xe5\x86\xe4\x8a\xfe\x08\xfa\x00<\xbe\xf8O\xf8i\x06dg\xdc{\xb9Ye\xf5\xb5\xb8#\xf5\xc6\xb1\x98\xe4ac\xb7\x8e\x01\xc3\xc5,\x1f\xcb!\xbaZ\xe3\x06\xdbYZ\x89Y\x93AHKI\x84\x88\xa8\x95\x14-E\xdeN\xa5\xae\xd7&5\x04\xdc\x0b[\x81\xc9\x17\xb9\xc3\r\x06mYI\x9b\x05\xefZ-\x8b`\x08;\xb7\x96\x1d?+\xfe\x98\x9agy}\x1c\x1as7\x8e\xae\x08\xe6\x82\xa6&\xa5\x14\xd5\x02\xea\xe8\xd7\x0c\x08\xbfB\r\xb1\x0e\xd2\xd9\x12\xd2\x18Z8\xd8\xf71\xaci$\xa4\x92\x00P\x00\x17\xe7\xcb\xafS\x89\x1c_\x04\t\xcd]aHXQP\xa3\x96S_\x16oHcyc\x92\xa21\xb6UC{\x1cV\xee\xd5\xbb-\xad\xc8u\xf2\xd7d\xeac\xa1\xcf_mDa\xc4j\xb5J?\x96\xc4\xdb\xc2\xa4\x17cnn\xb6\x1dpo\xd2p\xad\x0c\xe8#\n\xbb\xbem\xabk\x9f2q\x1b\xf8\xa0\xcc?\xc3\xbd\x93g\xd9\xf2\x15\x13e\x10\xadz\x16\xff\x00\xe9\xc8\xa7\xf6\xb8\xfb\xe2\xe5\xc8\x17v\xfe\xb0\xfb\xc9\xce7\xfb"\xaai\xb7n\xe9w\xe03\xb2\xf1\x07l\xed\xf00i\xbfDv[\x90vcC\x16w_\xddM\x9a\xc5H\x91\xcbT\xcd\xe1%|\xd1OC\xcf\xd7\x15\x0b\xe3\x1f\xe3"L\xcait~\x8b\xaa"\xa5.\x95\xb9\x85;\xf1Nmf\x8d\x08\xea\xf6\xbd\xdb\xfa~\xbd!\x9a\xef\xe2_Tv\xebE6K\x96V>A\x97\xcc\xa1&\xa8\xa6b\'\x97\xca\xd7\xfe\x95\xf2\xb0\xe4\xfa\xf9b\x07\x96|-\xeaA\xb2\xa7.hf\xa4\xb0e\xab\x9eU\x87\xb9k\xf3\xbc\x1b\xdf\xfe\xb8\n\xbb\xfbf\xff\x00\xf1\xfd\xc1\xbf\x0cd\xf74\xec\xcd\xa2\xd4\xff\x00\xe2\xb5\x15\xf1/\x94\xec;\x0f\xa5\t\xb2\\\x8d\xe5\xda\xce\xac\xdb\xc1ff\xf3=O>g\xfex&\xd0i\xf8\xe1\x8e\x9aD\xf1\xcd\xe3YBr\x19\x94\x8b\x10~\x96\xfc\x8e\x0cZc\xe1\x1bRgy\xdc\xa2\x9eZZ\\\x92)\x08\x86\xb5\x94\x93*\x90<J\x96\x07\xcb\xa9\xf4\xc1\xefK\xfc\x1d\xe9\xcc\xb6\x9d\x06a%Vc(\xb9\xbb\xcaQnE\x8f\x0bo\xdf\x02\x9c[\xf7\xc4~\x1d\x04\x8e\xa3o\x8e\xd5z\xe3W\xb3\xb5\x1e\xda\xf3\xd0oU_(\xa6V\x8e\x08\xf7\x7f3\xd4\xf0-k\x8f\xd6\xf8\x9fi\xbd?]\x9e\xcf\x15>UL\xf5\x15\x130N\xea$\xb9c\xd7\xed\xf7\xf2\xc5\x95?\x0b\xfa9!\n\xb9v\xc6\xbd\xcb,\xae\t\xfb\xdf\x0e\x14:V~\xca\xf2J\xc4\xc82\x88j\xe5 \xb2\xbb\xbd\xa6\x94\xdb\xa39\x1c\x8f!\xd3\x01_\xd0\xee\xe7\x8d\xd4\x90\x91\xbcd\xfc(q\xf4\x96\xd9\xc1\xc2\xcf\xbd\xcap>4Q\xa9\xcc)\xe9#\x92:eP\x17\x80\xef\xc78G\x16a(\xac\xa4c{\x97+\xb1\xcd\xb8>v\xfbc\x89\xa9u\x8c\x17\xb3\x1b\xf0@\x04\x908$\x1fNm\x8e\x13<\x9c\xb3x\x162\x18\x02<\x87\xbf\x9e:S\xae88\x82\xba\x18\xda \xcf\xd2\x81!\xa0\x04Eu\xed!{\xca\x8c\xbaM\xa1\xc2\x97\x02\xc4\x8d\xbd.I\x1f\\E(\xe9\xc7~\x1a4t\x12YU\x9c\x8eM\xbd\xfa\x9f\xb6\n9\xa6I\x1e\xa3\xc9\x84hUf\x03\xbc\x8aF$(p:\x1f;`q\xf8x\xd0\xcae\x94\xca\xd1\x9e\xe9\xa4K\xa2\\\x9elM\xc9\xbf\xa8\x02\xf8\x1f\xabZ)/\x87\xc8\x94\xaa\x08\xf1\x03=\xf0*\xde\x9fr\x14\xcf\xaa\x1b\xa7\x1f\x13H\xeahd\xfc#\xca\xc4\x0e\x0b\x0f\t\x1b\x86\xe27\\\x9e\x07\xb9\xc6e\xb4q\x19\x00o\r\xd0\x12\xa5\x88\xb2\xdf\xc4\xdcr\xa3\xce\xe4\xfd\xb0\xe1,\x82k\xec\xa5\xbd\xce\xe5i\x01\xe0\x8e.\xc0\x9f\xa0\x03\x9ciM\x0c\xd1\xc7,~\x11P\xcb\x7f\x00\x1dOOa\xe7\xeaz\x9c-\xae\xd9\t\xb8J\xd2\x99\x00t\x99#\xc7\xad\x13\xf5\xaa\xe0 \x98\xa6\x1d3\xa8\x0eO\xda\xd6v\x95\xf5[\xf2|\xbf"\x96\xba\x8f4d\x08bB\xeb\xde+\xa8*\x1a\xcb\x18\xda\xdby\x05\xbc\xfa\xc5\xfe\x1d~"\xf3~\xdf\xb5~\xad\xa4\xa7\xdf\x91\xe4\xf4\xd1C=!\x10\x99\xe4\x91w\x15 \xb5\xc0Ge\x00\xf9\xfd\xed\x8f\xbd\xba\xf6=\x97\xf6\xd7\xa5\xa3\xca\xa6\xcc\x7f\x01\x9d\xe5\xd14\xb4y\x80\x8f\xbc{\x9f\x9e\'m\xc0\xec`,GK\xf3\x81\xff\x00\xc2\xa7\xc3\xbdV\x8cz\x1dO\xaa\x16!V\xd4\xf1O\x96\xa5\x05t\xb1\xcbL\xe4\x92\xc2eP\x15\x83\'6\xdc@"\xc4\x1b\xe3I\xd3o\x19,\xa4\x85lL\xc1\x8d\xf7\xe7\xcb\xa1\xaf\\\xb7\xb4r\xd5\xc7\\?\xd4\x84\x84\x88\x98\x8ey\x80gs\xd3<\xea\xc2\xe6\x95\xb5\xb2x\x91&\xa4H\xd7\xc2\'\xb2\r\xdb\xacI\x1f\xd4p\xda\xd0MT\xcd\x1a)\x0b\xde\xa4\xd7{s\x7f0\xbe\xa4\x82m\xe8\xb8\x91fY\x83U\xf7\xadQ"xK\x15\x00X\xb8\x04\x0b\x1b\x0e\xb7\xb0\xc3c\xc1u\x90\x87\xe2V&\xeeE\xc0\xde\x18}\xc3_\xdf\x9cg\xda\x8a\x12\xed\xc2\xbd\xb2\xa0G`y\xf2\x18\x02b\xa2ee(\x03\x84\x03M\xb3\xd1\ny\xd65v\x99\xb7\x19e\xba\xf0\xc3\x82Xz\xf4\xf6\xc1\x17\xb3H\xbb\xaa\x8c\xdeG\xdcw\xd9\xbaXrN\x07\xf5H\xadYR\xf0\r\xa1X\xf56R\x0f@G\xbd\xcd\x8e\t\xbay\xe3\xd3\xba7\xf15\x8e"\xfeXr\xa7\xae\xdbp?\\{\xe8\xf3#\xfeIO\x1c%\x12{lF\xe7\xc6MS\xd4\xd6K\x01\xb1\x92\xa8\x1d\xf7\x9a\x12eYU\x1b|U\xa6d\xca\x1at\xcb\xde%}\xdd\t\r\xc1\xfa\x0b\xe0\xab\xda-uB\xd5\xd2@\x8bxJ\x97\'\xde\xf6\xc58\xd2\xbd\xa6\xd6\xe6\x1d\xb5\x7f\x8ai\xcb\xb6[\xf8\xde\xe8D\xa7\x8e\xe0\x12\xa4\x91\xee\t7\xc5\xe4\xce2\xb8\xb56W\x13\xc6\xe3\xbdO\x14m~\r\xc7\x9f\xb1\x18\xd0\xbd\x1fZ\xdd\xb6}\x80}\xae)\x03\xb1\xe5PzEl\xab+\x9be\xbb\x90\x10\x07\x81\x1f\xee\x87\x8a\xd2\x8en\xa4^\xc2\xeb\xce\x15H\xef_\x96T\xd2\xc9$\xb4\xd0\x95\xb8\x96\x0b+\xf1\xe6:\xf1\xc7\xdf\x1d\x13\xb9i\xde\x99\xbc\x0e\x84\xab3\xaf\x06\xdc\x1b\x0f<fg\x13\xd3\xe5\xf3,nX8\x1b\x8fRnG\xf6\xe3\x04\xda\\\x82\x17A\x9c\xdc\x14\xefL\xd5R\xa541\xd1\xcbQ%Y\xf9\x83\xcfn\xb7 [\xd0\xf3\xcf\xae9Q\xe6!\x18\x85\x0bu\xf0\x95\xb5\x888EW\x03\xf8\xe4\x94\x12i\xfem\xdf\xd4\x8c\x00\xbf\xd4\x1bq\x85tTK<\xf1\xc4\xe5\x16Y\x94wRX\x90\xc4\xf4W#\xa7\xfc_\x9e/%\x1c@\x11Q\x17\x08\x99\xa9n\x8f\xcd\xdel\xde8\x1a\x14E~\x15\xc7;\xb8\xbf\xdb\x02_\xf6\x8c\xe7k\x95|-\xea\xd8\x84\xc6\x19+\xbf\rF\xa5x$\xbdDw\x1fK\x03\x83\x8e\x87\xd3\x13d\xd0=^`\x9b+$\xe9\x1b\xb0v@.>a\xd7\x14\x97\xfd\xa7\xfd\xa3\xd3f\xf9&U\xa0\xe8\xe7W\x9c\xc83:\xd5\x1dUT0\x85I\xf7%\xdb\xe8\xa3\xd7\x05\xe7\xf0\xec\x00\xacI\x15B\xd9\xb3wz\x90\x9c\xc7\xd2\xa9\xf7b\x9a[9\xab\xc9\xdf5\xa3\xa8Yg\x81I\x14\xf2\x8f\xf3-\xce\xdd\xd7\xb8\'\x1e\x89\xf6\x0f\xd9\xadD\xf9%\x1ei\x9f\xc6\xbd\xe3F\xb2GFyX\xc9\x17$\xfa\x9f|T\x0f\x82\\\xaeMW\x14T;?\x91\x0c\xb7\x9dm\xf32\x9e\x05\xff\x00"~\xd8\xbf:\xfb2\\\x8bFI\x96\xd1\xd5\xa5\x1eaT\x9d\xdc@1V+\xc6\xed\xa4t6\xf3\xf7\xc2*\xadE\xed\xfb\xce\xdd\xa4p4q\xdc\xf2\x1f}i\xefY\xbfZZn\xd5\xa3\x95\x01\x9e`@\xe7\xbd9\xcb\xda\x1eGA\x9aI\x95R^\xae\xae4;\x9a+\x08\xd5\x80$&\xef3\xc7\x95\xed\x81\xc9\xed3Q\xe7Uq:T\x8a@\xe3p\x82\x99@\x0b\xc9\x16$\x8b\x9c2i|\x95hg\x8a\xa7\xb91\xba\x90\xc9f\xdc\x01\x02\xdc\xfd\xb0\xe7GE\xfc/P3*\x83\x05\xfb\xf4\x00qn\xbf\x90\xfe\xd8$\xbb\xa7]JBO\x00\x9d\x93\x8e\x91J\xe8\xb7i\xb2\xa9\x1cF79\xf1\xa5Y\xe6\xbc\xd4q\xe6\xc6\n\\\xcaT\xeeU\x14\xaa\xaa\x90Z\xd7bx\xe7\xad\xad\x89nU\xda\x85<T\xb4\xb0j\x17H\xab*>S\x14d\x8d\xbd\x01{|\xb7\xc4\x07/M\x80\xd7T\xdd\xa4\x94\xee\n:\xc8\xc7\x9b{{\x9c7\xd6$\xb5\xd9\x97{\xdd\x99\xe4<0Nl=\x00\xfe\xf8\xb8\xcd\xdb\xa8\xf6\x82\xa4\x9eG?\xb5B\xed\xbbK\x1c\x051\x1c\xc6(\xdb\x04\xcdM\x12#\x85\xd8I!$\x1e\x12C\x1e\x9d?;}0\xaa9E@\xeeT\x98\xce\xc2\xc6\x15\x01\x98\x93\xe7\xb8\xfe\xd8\xe3S\x1c\x0eWm\xc1\x0c\x18\xef\xb39#\xca\xd7\xb7\x9e9\xcf,!%\x0c\x8a\xab!\x0cm\xe0\xb1\xe2\xde\\\x9f<g\xa0\xaa\xdc\x14\x93\x80>8\xf8\xd34\x05\xe4\x0c\xd4\xdbKV\xb5M\x0fr\xf0\xb4\x0f\x18\xdb\xb5\x8d\x8f\xa5\xb0=\xccr\xb3\x95gR\xe5\xeb\x1b7u+8v,\x14#r\xa5\x8f\x9d\xcf\x1c[\xa7\'\x12|\x8a\xb5i\x19*ZQ!v!\x90\xf5a\xe4\xc3\x8em\xd2\xfe\xfe\xd8\x91\xe7y\x04z\x8a\x8a9a*\xb5!N\xd6#\x8b\x1e\xa3\xeb\xe9\xe9\x82\x0e\xdb\xafQ\xb6BR}\xb4dm\x90c\x1e&(R^\x16o\xa8\xab\xddW\xechl\x85K\x88\xef\xb6=\xdd@\xb2\xb3\x0e\xb6\xf5\x03\x81\xf5=|\xb1\xd6x\xccP,"N\xeeFRKI\xc9\x00\xf1{\x0e\xad\xc9\xfb\x9c9M\x91\xd5e\x8b\xdeTF\xe8\xd1\x9b\x00\xe0Y\xec\t\n=\x87\x04\x9f3\x86\xb1\x01y\xe6\x91\xdd\xf7\xba}X\xad\xbf 9\xfc\xc9\xc0\'\x1bq#\x85\xc4\x90O#\x88\x1f{Q\x94:\x972\x93\x8aC5\nw\x13K\xdem\x90\xc2@\xf5n\x00\xfc\x80\xfc\xce>\xd1\'\xe1)U\xf9R\x91\x05X\x8f[\x1e\x9f\xa5\x8d\xbd\xb0\xe4i\xd5\x8fueWb\xc4\x80.,\x16\xc0{\xff\x00N\x1a\xa9`\xda\xf1\x97wpE\xd7\x9e\xbb\x08\x00\x8f\xafL\tR\x03\x0eJ\x07"\t\xef \xc9\xef\x9a\xb4\x95q\xa4\x82idE\x90\xfe)\x84m1e\x8cxA\xb0\xdcW\x8fRn\xbf\xf6q\xcewyi{\x99\x9d7"\x932m\xb9&\xf7\xdd\xf7\xe0\xfd=1\xb5\x11\xff\x00\xc3\xa1\xde#H\xe5\xb1^7xn@\x03\xaf6\x03\tQ\xdb\xf1q\xc9\x1bmp\xa6\x9dJ\x80\xc7\x80,}\xaco\xfa\xe3\xd7\x1f\x01\x94\x93>\xd0\xc8\xeb$I\xef5\xe0O\xb4{S\xfe\x82\xcbE^q\x1cL\x97\xa5D\xef$B.\xa1\x80\xb6\xd3{\xf5`\x1b\x03\xcf\x8cn\xd5\x86\x9c\xd3?\xc02\xf9\xb6fY\x8d\xe0M\xb6\x04G\xfdl\x0f\xb2\xdc}X`\xc5\x96,z\x0bI\xbdUYU\xa8u2\xc8\xdd\x02\xf1\xd0\xdf\xa6<\xfe\xd4:\xaa~\xd7\xbbX\xcc3y\x0b\xcf@\xaei\xe97\xf2{\xa0\xdc\x11\xff\x00\x19\xbb}-\xe9\x86\x06\x87\xe0\xac\x13lD(\xfbJ\x1d\x01\xd8y\xf4\xf1\xa9\xf4[T\xdf\xea\n\xbb^[on\xe6\xa7}\x93\xe8\xe6\xa4\xcba\xa9+\x08\x89\xb6Y\xa4k\xc6T\x03{\xdb\x9br\xbf\x96,\xdfg\xdd\xa2\xbeWEKO\x9bT\x03\xf8\x87c\x1c\x8de\n/\xc0\'\xca\xe4\x1b}\x81\xc0\xbbKPS\xe5\xdaZ\x12\xe8b\xa5\xa6\x95\xdd\xa3[n\xdanl=\xcd\xc1\xf6\xe3\x8c}\xcdj\x9a\xa6\x18\x11b\x11\x10\xad\xfc\xb5\xf9W\x91\xc0\x07\xc8r=\xed\x80\x8ej\xcei\x0f%\xf6U\x98\x98\xeaL~\xdb\xd1K\xf6\x11\xab\x15!\xd1\x89\xdf\xa5YL\xc7OP\xe7\xee*\xe1~\xe6\xa5\x96\xdd\xeay\x8fq\x84u:J\xa8\xd1\xa2$\xf1K(7k\xddA\xb0\xe2\xd8\x00\xe5\x9a\xfb<\xd2\xf1F2\xea\x8e\xfe \xc0-<\xe0\xbd\x96\xc2\xf67\xb8\xfa_\xd7\x12\xec\xbf\xe2\x0e\xad\x04k\x99e-\x10cn\xfd%\xf0\x93\xec\x08\xb9\xb7\xb6\x1f-=+\xd1\xefS7 \xa1df&<qH\x8f\xe8:\x8d\xbf\xe4\x90\xa4\x8d\xb6\x9f\x81\xa2lZ$\xd53\x8a\xa5\x88D\xeaU\xb6\x9b\x92\x08\xb1\xc2\x9d;\xa32\xed5L\x8a\xd2\x9a\xb9";\xbb\xd9\xac-\xe9\xc7\x96!9\xefm3e9Q\xab\x87$\xab\xae-\x11\x961\x04\x91\xedan9\'\x14\xfbX||\xeb-T\xf2\xe5\xd9&OI\xa6C1\x8d\xe7\x9d\xbf\x134d\x1b\x1b\xdc\x04S\xe5\xf2\x9c33\xaa\xe9\xc2K\x00\xa8\xa7\xeb\xb6\xf5R\xd7D\xd55\x05\x10\x00\t\xe7\x91\x8f\xad\\\xbe\xd5\xfbj\xcbtLKB\xb3E.oR\x87\xf0\xf4\xa5\xb9#\xa6\xf6\xb7E\xbf\xe7\xd0c\xcfn\xda\xfb\x0b\xd4\x9a\xbb2\xcc\xf5<\xb5\xb2U\xd7\xd6\xb1\x9aY&\xbb\t\x18\xf0\x01\x1f\xd2-`\x00\xe8\x00\xe3\x1f2\xdc\xee\xbf8\xceEncW.a\\\xced\x92\xaeggv=l\xc7\xd0\x13\xd7\xa0\xe0ql[\x8e\xcbs\xba\x0c\xcfM\xc3E\x9a\xca\xaf\\\xfc\xa4\x05\x0e\xf6\x8c\xfc\x9b\x8fK\x9fO\xa6\x12\xee\xb5[\xab\xab\xce2\xe0H\x03\xd9\x06"gc\xdc\xd3\xa2t\x84\xe8l\x05!<d\xfb\xd8\xcf\x97@*\xb8\xff\x00\xb3\xa7+9Mn\xae\xcbs\nv\xa6\xcd)k<pM\xf3.\xe4\x04\x11\xf9^\xe3\xae\x0e\xdd\xa17\xf1\x1d\x7f[\xde4\x80\xd3\xaa\xc0\xb1\xb1\xb2\xed\x00\x1b\x8f\xa98\xe24\x82vS\xda\xb4Z\x9e*v\xa6\xcb\xb3P\xb45\x8ex\xb9RLl\xc3\xda\xec/\xe9oLO;B\xc9"\xfe!G\x99\xd1R\x8d\xf5\x82\xd3T\x01}\xc4\x01\xb7\xe8m\xf9\xdb\x06\x18w\xfeF\xd5\xc5\xc7\n\x82\x81P\xcc\xec\x07\xc2v\xedK7\x85-\xde%\xc0e*\x18?J\x89\xe5\xca\xf4\x81\x19\x11\x81>{\xad\xfb\xff\x00\xd7\n3L\xcb9\x93S\xe4\xb9v]\x90\xa3\xe5\xf2\x03%vs<\xca \xa6\x8c\xf5]\xa0\xee$\x81\xd7\xc8\x91`y\xc6@\xcbG-\x85\x9e\xa0\xff\x00O\xa1\xf7>g\xdb\x0b\xa5\x81\xbf\x06\xf11\xbc\x92\x86\xdco\xd4\xdb\xfeg\x16\x1a\x84\xe0r\xaa\xe6&H\x9f\xbd\xfc\xaa;\xa9\x1a\x96\x8b;\xa9\x86\x82\xa3\xf1t\xb4\xfe\x01)\xdc\x15\x05\xb9\x00\x0em\x7f?<iIP\xd2B\xdf\x85p\x88\xc3\x96\x84u\xe3\x9b\x1e\xb8\xef&L\xadT+\xbcQ\xba\r\xb2\xed\xebkX?\xd4q\x7f[\x0c=i\xec\xa5kj{\x83N\x01\x92\xdf\xcd\x8f\x82O\xaf\x1ex\xf9\xae%,\x92"O*\xe1|)@\xe7\x15?\xa2\xa5o\x1fyq~7\x10T\x00?o\xa7\xdf\x1c\x8b\xc3\x1dAm\xa6\xa6Usg\xd8YWw@\x01\xeb\xc7\x1d=p\xfb\xaah&\xa0\xcc\xd82\x17\x85\xda\xf1\xff\x00\xa4\x0f\xa7\xf6\xf6\xc4c\xbbjz\xb8]\x06\xe9\x9c\x82Y\xdb\xfaA7\xe9\xd6\xe4\xf9\xfa\x0c$\xdd\x91hC\'t\x98$\xcf\x91\xeef\x8e\xb2\xa0\xfax\xe7qK!\x9b\xbd\x96ief\x90\x7f\xa4\x80:y[\xa7\'\x92=\x86\x1c\xf2\x8di6T\xe9\xde/\xf2Y\x8a\x01\xd4\xa9\x1dp\xcb,OH;\xb4\x90\x962Z\xfdK7A\xf4\x02\xf8t\xa6\xd1y\x9eu\x08)\x14t\xd1\xb0\x0c\xaf(;\x81\xb5\x89\xb7_B\x0f\x1d1\x15\xb2\xee}d[\x82U\xbe3\xbdx\xf0\xb7\t\xfe\xb1\x10h\x80\xb2e\xfa\xb2\x88nux\xcf\x88r7\x0f#o\xcf\x11\xea\xfd\x1dUK6\xf8\x1d\xaa\xa2o$\xb0p<\x85\xb0\x9a\x8b\xb3\xbc\xc3."Z\\\xd1`\x9a\xc0]!\xe3\xee\t\xf3\xc3\xb3\xd5\xe7\xf9*\xb7yO\x16d\xa0\x0f\x14D\xab\x90\x07Nx\xbd\xfd\xf0\xdc\xe0]\xc2\x02\xaf\x98RH\xfe\xe1\x9f\x88\x19\xfd\xa9x\x10\xca\xe2\xd5\xd0GC\x8f\x9d2\xc5\xa5\xb3J\xdd\xf253)\xda\xf7$\xd8\xdb\x90\x15o\xcd\xce\x1b\xe1\xd2y\x84\xf5\xcb\x1ct\x92BUv\xafy\xc2\xa8\xb1\x03\x9f\xbd\xef\xe7\x86\xfdk\xf1c\xa2\xfb<v\x8bQV\xbeIR\xab\xb9\xa3\xaa\xa7\x945\xbd@\nn=\xc6!yO\xc7\x86\x89\xd6)/\xf8Yj\xf3\xed\xbe\x13$4\xed\x12\x06\xe3\x8b\xc8\x05\xfa\x8f,\rv\xcfK,\xf1\xa9j)\x06I\x83\xbe9\xc62(\x9bi\xd4\xd5\x80\xd6\xe3\x1c\xb1\xd7|\x8a3\'f\xd1\xb6\\\xd05Y\x82fm\xe5\xe2_\x08\x1f\xe9\xe7\x9eG\xbd\xf1\xcf,\xd3\x99f\x9b\x12\xcbP\xc2c\x19\x06\xe7\xc2.:X{q\x8a\xe7\x9e\xfc\\j\x9a\xfa\x8a\xdc\xbf/\xd3\xf4\xb4\x12C{\xc95Q\x91\x88\xf3\xda\x14\x0b\xdb\xd2\xf7\xc0\xf3P\xea\xcd[\xaeT\xcb_\xa8k"\x82\xa1\xf9\xa5\xa3\x8f\xb9B-bI\x06\xe7\x8e\xa2\xf8\xa0\xf5\xd6\x9a\xc1B\xad\xda\x12\x91\x82N>\x1dh\xbd\xb6\x87\xa8<\x08\xb9p%\'\xa6O\xed\xfc\xd4\x93\xe2\x83\xb7\n\xadi[.\x8f\xd3\xb2\xee\xa6BR\xba\xb5\r\x81\x07\xff\x00%O\xbf\x1b\x8f\x97O3h\x17c\x99FQ\x94g\x05\xb3\xa6h\xa9"\x88I4\x11=\xea\x02\xda\xe1\xd5:\xb2\xfb\xad\xfa\x91\x8c\xd3\xfa\x1dh\xea\x16I\x10:FM\xc5\x98(\x1d\t\xb0\xbd\x86\x1c;P\xd6\x99\x1ff\xf4y]6}\x91\xc7L\xe6\x91\xa7\xcb\xea)jK\xcd\xb7q;\x80(.\xac\xc4\xddM\x80\xb7_<P\xb7x\xdf\xb8\xae\x1c\x9d\xce\x0eOx\xe5N%\x08\xb4\xb7M\x95\xa8 \x1eb\x01\xeerw\xa3\x96E\x93\xc1\x9b\xc9\xdce\xcd,\xd4T\x905mL\xae\x85\x1a@\xb71\xc6\x14\xf3\xcb\x0b\x93\xec0\xd5Z\x9bbY\x18\x82\r\x81\x7fS\xfdD{\\\xe2_\xa0tu%\x16\x91\xd3z\xb6\x87\'\xa9:\xd2\xaf$\x15)\x11\xac*o4jZ2\x0f\x80\x12\x08\x00\x90@\xb08`\xd59\x15C\xc9O,\x19viIM\xdd\xa9\x92\x1c\xc8\x07}\xf7<4\x8aH#\xd2\xd6\x03\xc8b\ro\xd1\xf7Qd\x97\x88\x85\'\xde\x00\x13\xbcFONb\x96-5\x149r\xa6\xd2\xa9N\xd2`\x19\x1b\xe0\x1e|\x8dG%\xaa\x8a\x07\xdbO\x1aH|\x8b\x0b\x8b\xfd?\xe7\x84\x1b\x1a\xa6R\xf3\x13#_\x92\xc7\xcb\xfb\x0cw\x92\x8d\xd9\xcf\xf2\xbcw\xe5G\x97\xb5\xbd0\xad!x\x82\xa9\x8c\xaf\x1d]x\x18\xcbx\x82\x01\x02\x9bGZ$\xf6yGG\x9fi:\xda\t\x91\xa7\xfc;l\x8cm\xb3\x04apG\xdf\x1ez\xf6\xdd\xa5[J\xf6\xdd\xa8h\x11]a\xa8\x95j\xa2[\\\xff\x001nG\xff\x00\x98lz\'\xd8\xc5\x0c\xb2M\x9aTm\x1d\xd1\x84D\xb2\xf3}\xdb\x89\xf3\xf6\xc5B\xf8\xb1\xcaZn\xdd\xd1iRJ\x89c\xcbVI\xe6R6\x8f\xe6\xb0[\x93\xc6\xe3v\xe3\xfd\xde\x98\xd74\x82\xa4\xdb\xb0\xf2\x84q \x83\xe4pO\xc2\x05\x07\xd2\x9d\rjO\xb2\x0e\x08\x07\xcf\x15\x1a\xd2\xb4\xb1S\xd3\xac\x92\xba\x8d\xac\xa1i\x90\x10[\x91}\xc7\xcf\xa9\xe3\xda\xe7\xdc\xaf\xa5%\x9e:\x94x{\xce\xf0\x9eX7$\xde\xff\x00\xdb\xf4\xc0\xcbLe\xae\xf2)\xba\xc93\xb8f\x00\xee!\x88\xb0\xb8\x1fC\x83-&U[\x96\xc1NM%J\x06V\x0fh\xd9B\xa3y\x16\xe2\xfe\xa6\xd6\xea>\xc05\x03\xeb\x14I\xdb\xefjd}\xc4\xa7\xd9;\x9a:\xe7\xb4\x90k\xfe\xcd\x1a:\xa9\x15\xaa\\l\xef\x15C^A\xe7\xf9u\xf4\xc4S\xb1}}E\xda&\x9a\xcd\xf4\xa5}I\x87>\xc9\xa5j\n\xeav6\x96"?\xcb\x7fp\xcbfV\x1c\x10~\xb8Y\xd9nu\x0e]\x97WC\\\xe2H\x9d\x07t\x8c\x84\xdd\xadb>\x96\xb6\x03\x19\x97\xc2\xdem\x98v\xe1\'iy6\xb6\xab\xd2U\x12G\x1cMOAJ\xae\'\n\x0f\x12om\xac\x84m\x16*z_\x8c=h7k\xb9q\x0f\xa8aH \xe0\x99 \xc6|D\x90k1\xbf\xb3\tJ\xd9\xff\x00\xe5R\x93\xb4H\xccxQ\xa94\x1d~[]\xdc\xcb\r\xd3u\x92d\x17V\x1eF\xfeX\xeb\x0eU,\xf9\xc1\xa7Pl\x97\x88.\xdel:\x9f\xcf\x0fT\x1a\x83=\xa3\xa6\xf1<5\xa5\x13\xac\x9e\x06b\x0f=8\xf7\xfd1\xd3\xfcu\x99B\x1eI\xb2b\x19Wqh\x9c1\xb7\xe5|8&\xdd\x94\x81\x12\x91\xdc\x13\xfb\x8a_W\xe2\x04\xc8\x04\xf6"\x992\x1d5SW0\x88\xc2\xc6\x06\x05$g_.\x87\xef\x89L4\x19F\x85\xa1i\xe6\xa8\xde\xf1\xa1\xf11\xb5\xac<\x86\x01\xfd\xb3|[Vv[Oz\x8d\'\x9d\xd5\x07P\xc2\xa6\x9a\x00\xd4\xa9\xe5\xe3\x96\xfe\x13\xf5\\V\xac\xc3\xe2j\xa3\xb4\x8a\x86|\xf75J*\x077\x19}!\xb8o\xa9\xea\xdf\xa0\xf6\xc7.\xdc"\xc9\xae6PV\xaeX\xfaWM\xe9\xf7w\xa7>\xcak\xd2m)\xac\xa85\x95\x03R\xd5\x1d\x95*\x0e\xf8\\\xf2\x07\xa8\xc2\xd6\xd0\x14\xd2\xd5\xa5JN\xac\x88\x0c\x89\x19O\xea\xb1\xb1\xbfL\r;B\xd1\xb9\xb6\x98a\x9aee\xe7\x86/\x17s\x18&H\xacN\xe6[|\xe2\xc7\xe5\xeb\xc0\xeblv\xec\x9b\xb6Y5v\xa3L\x82@\xcdR 3o1\x95\x1bG[\xf5\xe7\x91\xf9\xe1A\x0f\x14:\x8b\x1dY\xae%\xc8\x85F\xe6q>tQ\xdb%\x16Uw\xa7\xaf\xd8\xc9#\xa7Z"dy\r>IB\xf9\x8dr\xee\x98\xdd\xce\xe3{s\xfb\xf4\xc7\x195\x9dT\xf5;aE\x8a z0\xb9=/\x8f\xba\xdb<\x8d@\xcb\xca\x16\x0e\x01$\x1bm\xf4\xc3\x1d<J\xd1\x86V\xb9\xbd\xec\xddp\xc4\xe1\x16\x1c6\xd6\x98\x808\x8f2h+I\xfcL\xbdp&v\xe9\x15\xc70\xcd*Z\xa9\xdai\xdd\xae\xc7m\xda\xddy\x1f\xb6\x1d\xf2\xcdA&WG#\xc8\xfd\xfa[\xc3\x1b\x1e/\x7f\\1f\xf4mU\x10#\x82\xa7\x9f\xec\x7fq\x84\x15o$\x8dO\x11w#\xab\x0b]\x8d\xfd\xbe\x83\xf5\xc7\x0c\xba\xeaW\xc6\x14I5#\x88l\xa7\x821N\xba\xf3\xb3\xad\x1f\xdb\xee\x94\xa9\xc956S\x15LsF\xc0#p\xf1\x9b|\xd1\xb8\xb1C\xee-\xf7\xc55\xd2\xbf\rs\xfc(\xeb\xea\xda*\xaa\x87\xcd4nk26_\x98H\x83\xbd\x82[\x11\xdc\xcdn.F\xd2\x18X5\x8f\x00\x8bb\xde\xc5\xaab\xc8\xc3\xc3D\x1d\xeaXm\xef\x82\x02\x17\x9e|\xed\xc6\x1e\xf5V\x9e\xa3\xedO\xb3\xfc\xcb\'\xcc\x90;TS2w\xaa,U\xadp\xe3\xddM\x88\xf7\x03\x16nYF\xa1j\xe5\xb00\xa3\x93\x1b\x123\xf1\xc7\xc2\xbe\xb2\xbdr\xc5\xf4\x95\xc9F\xdd\xc0;\x91UwTi\xaa:mM,\xcaV!U\x1aK\x14\x92\xdf\x83k\xb3\x0f[\x1e\x05\xfc\xcfLt\xd3\xb9\\1n\x96H\xa4\x9aV\xdc\xb0%\xec\t\xe6\xed~x\xf2\xe3\xcf\x08\xfb-\xcc\x7f\xc4Y&}\x96j)\xa6}C\xa6\xe7zyb\xf2\xdd\x15\xd6\xc3\xaf\r`x\xf5\xc4\x8a\x1a\x86\xcc"X\xe1@"$X\x93b\x00\xb8\x02\xe7\xc8\x1b\xfd\xf1\x8b_\x87m\xd5\xed\x819\x81\xbfm\xbeU\xaa\xb0\xe9Z8\x01\xda\x01?(\xf2\xac\x8d\xa1\xa1\x02*H\x12\xa6R@i\\\xde;\xfa\x04\x1f5\xbd\xcd\xb1\xc7_\xe8J.\xd04\x1es\x93UAOU_R\xd08\xcc\xea\x9d\x98\xd20}\x81\xd6\xc4X*\x19\x08E\x01O\x02\xc6\xf8s\xcb2\xf4\x15\x1d\xf3\xdc\x83\xff\x00\x98\x8b\xc8\xe8x\xfa\x0e\x7f/\\:\xe7\t\x1c*\x90C\x18\x1b\x9f\xbf\x9dT\xfc\xb6\x16\x8c7\xd0\\\x9fv\x18\xa7e}qhK\xcd\xe2\x06\xc3\x9fO,\xd4O$)iH\xdef|(\x83\x92\xebL\xb3-\xd3yfWK%m$ym<t\xe2\xaa5E\x95\xd2\x18\xbc6\xea\x17xB8\x06\xc7\xa7\\FuNwI\xa9*\x92\xa0\xbc\xd0\x98\xc5\xa6]\xf62\x1e\xa7m\xb8\xbd\xcf6\x1c\xe1\xa05\xdaH\xa3dt\x95,M\xba0\x17\xea=\x08${\x1c!xI\xa4\x85\\\\\x91\xbc\x11\xc6\xdem\x7f\xbd\xb1\x7fP\xf4\x92\xf2\xfe\xdf\xd48A\x03*\xc6$\x1c}(e\xae\x92\xc3\x0e\xfa\xd4\xc8?\xce\xf4\x9d\x92;\x86\x8a\x1d\xa3v\xed\xd2\x02I\x1fS\x8e\xd4\xe2\xa5eV\x12:o,.OSlb\xba\xb4+\xde\x14\xdd\xbbh@\xd7q\xef\xf4\xc4\x83Oi\x8a\x8c\xea\xb6\x08\xe9\xe5\x85wsi\r\xbc\xaex\xfe\xd8HCn>\xeaZlJ\x95\x10:\x9a:\xe3\xa8e\x05K0\x07Z&vsQS\x06\x87\x96j\xa52\x0e\xf1\xca\x16\xb1,\xa0\x7f\xd0\xe2\xbaR|7\xe6\x1d\xb8v\xb7\x99\xeb<\xfa\xba\xbb*\xd2\xd4\xd2\xfe\x16\x8a\x9e3\xdd\xc9X\x91\xf0\xcfn\x8b\x1b6\xef\x15\x89k\\XX\x9bgU\x93\xc2r\xdal\xa60\x16\x02\xa26U\xe0m\x1c\x9f\xcf\xfb\xe2\x15\xda\xa6\x7f=\x08\x8b#\xa4\x89\x92\x19\xe1&F\x00\x80T\x9d\xb6\xb8\xe9\xc5\xff\x00L~\x81\xb6\xd3T\xd3m\x87\xd5)m!$\xf5&$\n\xcd\x99\xd4\x9cK\xcb6\xc3\x85N\x13\x9e\x83\xaf\x8du\xd2y\'g\xfa*\t\xe0\xc9`\xcbi\xde\x98\x1e\xf9\xe2\x01\xa56\x1c\xdd\xba\x93\xf7\xc6I\xdaNT\xf4\xfd\xfa\xe5R\xb5;_\xc7.\xd5\xba\x8f;b\x15\x94\xe5\xb4\xf9]"\xab\xfc\xac\n\xf3\xcd\x81\xeb\xfaa\x9a)j\xb3yd\xa3\x08U\xa2~P\xfc\xa0\x83\xfb\x1e\xb8>\xd3\x8d\xa1\x01\r\xb6\x90;\x0f\x9c\xd5U\xdbq\xadKqjQ\xeaM\x12\xe2\xca\xb2]Y\x96\xcdW\x92\xa0\xa6\xac\x1d@\x00\x10O<\xf9}\xf1R\xfe \xbbt\xed+\xb1m[\xf8\x19\xb2L\xa6,\x8d\x945%l\x81\xe4\xfcK]AS\xca\xed"\xe4\xed\xb1\xe0\x12\t\x1d\x0c:\x83TW\xe8\xbc\xae\x93/\xa1\xadj*\xf9d2JR\xdb\x80Q\xe1@m\xd0\x92\t\xf5\xb67\x8eL\xb3\xe2+CfZWTE\x0c\xd9\xaa\xc6v\xca\xb1\xed\xef,/\xb9\x7f\xd2\xc0\xd8\xf1\xd3\xa8\xf3\xc4\xa1M\x8fe\x81\xc2\xae\x83\x00\xf8w\xab\xd6KU\xab\x81\xeb\x84\xf1\xb51\x99$\r\xa4v\xaa\x87\xa7>+\xfbC\xab\xcf\x12\xb6\xa6\xaa\x17\x82Y\xc4M\x96\xa58E\xb7R\x15\xaeO\x01\x94\xde\xfe\xb7\xc1*\xb7\xe3er\xedP\x99Bd?\xc5i\xe9\xad\x1dE}<\xe6\x1d\xf2\x83\xe3\x08\x08\xb6\xd1\xc8\xb9\xb5\xc8\xe81\\hr,\xcbCv\x95\x99\xe4Y\xa5E\xdf+\xad\xbb\xbd\xb9d\x02\xe5\xd5OK\xa2\x83~\x9d\x06:eY$\x95\xd5\x15u\x8b\x10\x80\xd5N\xec\x14p\x14\xb7\x88\xaa\xfd\xaeM\xf1\x0f\xe3\x1cna[\xc4|\xebM^\x9b\xa6\xdc\x80\xa56"1\x18\xdfm\xaa\xfdi>\xd04\xb7k\x19\\\x83.\xa8Z\xed\x87\xbb\x9a\x9ehJH\t\xe6\xc2\xfdG^G\x18\x19j_\x87\x8c\xa7,\xaf\x9f5\xcar\xaat@w\x14\xa6\x88,\x80\xdb\xc4x\x1f^<\xf1Xi\xb5n\xa0\xec\xd6\x98\xd7e\x15rP\xbe`\xfbU\xc1\xb3\xacHT3/\xa5\xcb\x01\xf4\x07\x16\x13\xe1\xbf\xe2\x1f;\xd5\xd9\xd0\xc8uCCU4\x8bx\xebH\x116\xf0lc+\xc0c\xfa\xe2\xcf\xadgPl!\xf0R\xa3\x80\xa4\x98=\xb34\xb3{\xa1\\\xe9\xe1O\xd9+\x89\x03%\'x\xe7\xe3\x15v\xb4\x16\xa7mK\x97\xbcu\xb2\xac\x8cI\x11\xbd\xac\\t\xfd\xfc\xf0=\x9f\xb3\xa7\xd0\x1d\xb3e\xba\xaf/H\xe2\xcbk{\xdaL\xc2 \x05\x90\xb8\xf0L\xbf\xe9\x05\xc0\x0c=H>g\rY%EV]]OV\xd5M\x0c0J\xa7\xbaC{(>v\xe4\x93\xe9\xe7|\x19\xe8s:={\x92\xb1\x88\'z91\xdfp\x03\xdf\x16]a7\xed\t\xfc\xc4e\'\xb8\xcd-\xdd\xb4\xbd1\xd5\xa9\xaf\xcaX!@l\'\x1f\xf7L\xba\xcf+\x96l\xce*\x94\x0c\xd1\xbam\xe3\xc8\xe1\x02\xc2a\x81VVH\xb6\x8e\xac\xe1p\x9b*\xd6\x7f\x80\xd4\xb5\x9aG:&\n\x87\x89\xa5\xa3\x94\x1f\xf3\xa2\xe8l\x7f\xd4\x84\xd8\xfd\x8fC\x8d*\xb2\xaa\x9c\xae\xa4\xc6A\x90\x11\xe1\x90\x13\xe2_[\xe0+\x9c\x0bR\x9e\x00\xe4\xc2\x87C\xff\x00|\xa8?\x02\xd8\x86\x95\xb4H=A\xe9Nt\xf5\xf4\x8fK-<\x95L\xcd"\xecY\x16-\xdb\x0f\xaf=\x7f\\7jl\xa8C\x1aU\xc5zX\xa5\x90\xc4\xe6V\x1b\xdc\x80-`<\x8d\x89?\xf2\xc7\xc5\x8f\xf0\xd0<\xef\xe0\x03\x81\xee|\x80\xc3d\xf55\rDwH\xee\xaa\xfb\x8a\x16\xe0\xdcZ\xf6\xc7\xc6\xe1\x01\xbe\x02\x9c\xf2>\x15\x17\xab%|I4\x9e:z2\xe9\xde6\xfb\x1f\x94!\xbd\xfdy\xc1\x0bI\xe6\xd4\x84\xa54hB\x95\xb0sk_\xe9\xd7\x03\xfc\xb9\x16\xb6Km1I{^\xc6\xc7\x13\xcd5\x96=#\x99$\x01\x15<_LG\xa7\xba\xb2\xf0P\x1c\xea;\xa4\'\x84\x82j\x98\xe7\x95\xd1\xe8\x1f\x8d\rY\x97+\x0f\xc3\xe7t\xf0Vwr5\x91\x99\xe3\n\xe4{\x02\x87\xf3\xc1\xa3Rh92(R\xb2\x95\xbb\xec\xbee\xe4\'&& u\xb7PM\xf9\xfbq\x80/o\x141\xf6\x81\xf1\x15Y]\x94O\xb2\xa3.xi\xd2x\xad\xbddAr=\xfa\xd8\x8f\xae,\xeff\xda\xc5r\xda8\xf2\xac\xf9\x0cS\x88\xee\xae\xe2\xea\xca\x07 {{a\x1bX\x16\x97Wjig\x84+\x01\\\x92F\xd3\xd8\xe2\xb4\x04\xad\xe6-\x9au\xbc\xa8\x01)\xe6Do\xe2*\x13\x0c\xcf\x96\xd2\x19%\xf1\x90\x0f\x80\xb5\x81$\x80\x01\xf6\xe3\xf2\xfa\xe3\x8c52TKU%\\\xbd\xe9s\xde~\x1e4\xda\xae\xe4x}\xec:\xdb\xd8`\xa5\xactm&\xaa\xcb)\xea2!\x05<\xf66\x8a\xc1RA{\xfd\x8f\x1e\x7fL\r\xbf\xc3\xb9\x9e_R\xd0KCQ\x14\x80\x81s\x19;\xad\xe6\x0fC\xf5\xc2=\xed\x8d\xce\x9ep8\xd0@\x85\t \xe3\xefz\xbfmv\xcd\xd2J\x8f\xb2\xae`\xee3\xf7\xb5k\x14\xef\x1dY\x94\x9d\xc4\x90\xc5\xba\x02H\xc7\x0c\xf1\xe4\x8e\xbd\xe9\xe2\xbfs\x19\xdc\x80\x8eX\x11\xba\xe7\xf3\xc3\x95\x0eI\x98\xe6\x13\x15ZY\x19\xb7"l\xd8E\x8fO>\x96\xe7\x13w\xecr\xaa\xb2\x96\x9ayk\xa3\xa4\x9cFVH\x9dK\x9b_\x8bX\xfaq\x8avZm\xf5\xf1X\xb7l\x91\xb9;s\xdaML\xf5\xfd\xb5\xaa\xd2]X\x1c\xba\xfc\xa8x\x99|2$r35\x98(\xb8[\xd8X\x92\x7f\xf6\xfd\xf0B\xec\xc7 \x96\xb76\x8f3_\xe4\xd0R\xeeU2r\xc4\xda\xdfK\xf3\xcf\xe5\x875\xd2\xda_Ie\xae\xf9\xa5B\xca\x05\x83\xb4\xef\xb1<?~\x98\x13v\x85\xf1-OJ%\xca4Lq\xd7\\li\xe3KS\xc0:^\xe3\xe6\xfb~xh\xb3\xd1\xc5\x83\xa8\xb9\xba \x94\x90xA\x93#"N\xc0u\x8d\xe8c\x8f=\xaa\x02\xc5\xaaL\x1cq\x1c\x009\xd5\x86\x8f>H\xa93l\xc8\xb7y\x15.\xe5\x07\xfe\x11\xc8\x1f~0#5\xf5Y\xb4\xd2U\xd6\xcc\xd3\xc8\xe7u\x98p\xbe\xc0y[\x1f>\x1ad\xccu_d9\xcd\x1ee;\xcb_5mI\x13Hy;\x88a\xf6\x04\x91o+a\xab;\xa7\xa8\xcaL\xb4S\xd4,Uh\xdb\x19#m\xcc\xbc\\\xdc\x0e\x9ct\xbd\xb1\xa72]z\xdd\xb7\x0eA\x92ci\x9d\xbe\x1did[\xa6\xda\xe5\xd6dq$\x81\xe5\xd4W:\xb9\xea+\t\xeew4`\x90\xd0\x11\xe2\x03\xd5O\x9f\xef\xf5\xc2<\xc7RM\xa6\xb4\xf5+QP\xcd%md\xcc\xb5Y\xac\x90\xde\n8\x92\xc2\xe4\x9e\x0b\x1e8\xeaM\x80\x04\x9bc\xed#\xa3%\x91\xe6c\xd0\x92\x02\x9f\xaf\x9e\x1e3|\x92l\xe7*\xa6\xa7x\xa9i_:zjv\x9e\xb2Ie\x06\x18\xc9\xdc\xcd\x11e]\xc0\x91\xb1\xd4\x82\r\xaeH `\xabM\x95\x02\x12s\x15#\x85)\x84\xafi\xa0\xedvt\xf9\x9eh\xf2\xcaY\x8b\\n\x99\xf75\xc9\xf3\xf7\xf5\xf7\xc4\xaf\xb2\xba*\xba}w\x94\xd6\xc1\x1c\x85R]\xb2\x10\xa7n\xd2\x08#\xf5\xbe\x07\xd9\x9c\xd5\x149\xa4\xf1SS\xad$\x11L\xc8\x95Q\x01!\x90)\xb0;\xf9\x1e^V\xc4\x8e\x86\xae\xb2jx\xd5\xabd*\xa7p\x94\xc8n\xad\xe4\xdf\xf5\xc5\x16\x94\x03\x92w\x06h\xb3\xcdK>\xad\x1b(E\x0e\x7f\xda\x1b\xa4\x86\x96\xed\x0f!\xd4\xf4qwI\x9a\xc0\xd4U.\xbcn*n\x07O5f\x1f\xfaG\xa6\x07\x1aW2\x85\xf2X*\xdd\x12Hc\x84\xbc\x8a\xef\xc2\x93{\x93a~\x08\x02\xddO\xd3\x06\xcf\xf6\x81T\xc7\x9bv\x17\xa33)e\xefk\x16\xb6\x10d=I\xee\xe4\x0c~\xe4b\xa5\xe9\x8c\xdef\xa0\x86-\xbbVFUd\xf2\xbf\x99#\xd8b\xd5\xda3\xc6\x81\xcf\xe6\x01\xa3\xda#\x8a{OB\x17\xba$|\x0cT\xaa\xb3\'\x9b;\x9eL\xc2\xa1B\xc0\x80\xf7b\xfc(\xeb`>\xb6?\\v\xd2\x94kI\x9eET7CKL\xad+\x96^\x80\x1f\x13_\xcb\xca\xe4\xf9\x9c(\x8aUV-S>\xf5\x0b\xe0\xa6\x81.nzy\xf0~\xbc\x0c8KO0H)\xe2\xbe],s\x89U\xa2\x97\xe6m\xa3n\xefR\r\xfd\xbc\\\x0e\xa7\x03\x02\x14\xb1\xc1\xca\x99\xdb\xb8SR\x15\xce\xaf\xe0\xa1\x9aZ~\xf68R \xa2\xc9\xbf\x82\x05\xbd\x01\xb9#\xdf\x0e\xfd\x95L\xb9\x06\xa4H\x1aW\x7f\xc5/vck]O]\xdcy}p\xca\xf9\x8fx\x8e\xd4\xfe%n\xa4t\xb7\xd4\x7f\xd3\t\x132\xcc2\xc4\x15\x14RIM)6\xf0\x05\x17 \xf2X\x93s\xe7\xd7\r\x08q-\xad+\xe6)\x05\xd6Wp\xc2\xd91\xedb\x95|e\xe8\xdc\xc2\xaf\xb3\xb95F@\xcfO\xa84\xfb\xff\x00\x11\xa5\x9e\x13\xe3;?\xcc_p\xd1\xee\xb8=l03\xf8v\xf8\xe1\xd3]\xa0\xa5.\x9e\xd6m\x1eM\x9bq\x1452\xd8A?\xa1\x0f\x7f\x0bt\xe0\xfd\x89\xc5\xa4\xa6\x9d\xb5~\x81\xddT\xa94\x92\xc6RP\x10\x10\xf6\xb8<{\x8f\xdf\x1e/\xf6\x93\x91\x0e\xcd\xbbU\xd49\x0bB\x0cYva$Q\x86\xe6\xf1\xee\xba\x03\xff\x00\xa4\x8cqx\xd0C\xfe\xbd\xac\x15\t\xec{\x11\xce\xa0\xd0\xec\xd9\xd5m\x1c\xd3\xee\xfd\xf6\xc9\xe1#q\xe1\xdak\xd9|\xe3+\x82\xbe\x82\x03A\xb6\xa6\x15%\xcb\xa1\xb9\xe9\xc7O/| \xa2\xd2\xc2ji\xa3"\xec\xca@\xf68\xa2\xdd\x83\xf6\xf7\xa9t=\x05\x1cy~\xa0\x82\xb6\x89\xc7\x87*\xac\xdc\xe1\x07\x1e\x18\xc9\x1f\xcb\xf6\x17#\xdb\x16\xd7K\xfcTdsS\xa4\xb9\xe5\x04\xf9,\xea\xa7\xbc\xbc}\xea\xb1\x1dJ\xb2\x8f\xd2\xd7\xc2\xfao\xac\x1ez\x1f<\n\xda\x08\xc7L\x1a\x05{\xa2\xdf\xd8J[\xf6\xd3\xd4o\xe6?\x8a\x9bdZe\xa3bz\xa8"\xc3\xdf\xd7\x0c\x1d\xbe\xf6\xa7O\xd96\x83\xa8\x967W\xcd\xea\x01\x8a\x92\x9f\x8f\x1c\x84y\xff\x00\xba:\x9f\xcb\xcf\x0c\x19\xcf\xc5vO\x99e\xed&\x8f\xa1|\xe4\xca\xa0\x8a\x80\xa5!P\xdel\xddE\x8fQk\xfd,q_\xf5|Y\x9fhy\xe8\xccs\xfc\xca)\x9a3\xe1\xa7\x8d\tD\xbf\xf4\xad\xaf\xc7\x9d\xfa\x93\xcf\xd2\xa6\xa1\xac\xdai\xcd\x16m\x95\xc4\xb3"v\x81\xce;\xf2\xa9t\xbd\x1d\xfb\xb7\xd2\xf5\xdaxP3\x1c\xcfj\x85v\x1fE\x99U\xeb\xca,\xc6b\xf2\xc6*L\xf5\xd5\x0c\xb7[\x1b\x96\xdc|\xd8\xde\xf6\x18\xba\xd9\xff\x00g\xf4z\x93 \x96!\x04r\xbc\x912\xc4\xee-m\xc3\xd4slW\xcd3'... (set the log level to DEBUG or TRACE to see the full content)
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.085" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.085" level="INFO">${result} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.041" endtime="20220402 10:18:44.085"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${result.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${pictures}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.086" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.085" endtime="20220402 10:18:44.086"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${result.content}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.087" level="INFO">{"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.086" endtime="20220402 10:18:44.087"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${pictures}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.087" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.087" endtime="20220402 10:18:44.087"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.038" endtime="20220402 10:18:44.087" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t12" name="get_repeat/proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.089" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.088" endtime="20220402 10:18:44.089"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.089" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.089" endtime="20220402 10:18:44.090"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/repeat/proxy-order</arg>
|
|
<arg>params=orderItemId=${orderItemId} &plateNumber=${plateNumber} &netWeight=30000&weighingDate=${datatime}&orderType=3</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.172" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776%20&plateNumber=%E4%BA%ACSGGGGG%20&netWeight=30000&weighingDate=2022-04-02&orderType=3
|
|
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776%20&plateNumber=%E4%BA%ACSGGGGG%20&netWeight=30000&weighingDate=2022-04-02&orderType=3
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.172" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776%20&plateNumber=%E4%BA%ACSGGGGG%20&netWeight=30000&weighingDate=2022-04-02&orderType=3
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.173" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.090" endtime="20220402 10:18:44.173"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.173" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'oi.create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.173" endtime="20220402 10:18:44.174"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.088" endtime="20220402 10:18:44.174" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t13" name="weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.175" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.175" endtime="20220402 10:18:44.176"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.176" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.176" endtime="20220402 10:18:44.176"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":15500, \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.178" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":15500, "settleWeight":null, "unitSurcharge":0.02, "transactionMainEnterpriseId":"15", "transactionMainEnterpri...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.176" endtime="20220402 10:18:44.178"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.178" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":15500, "settleWeight":null, "unitSurcharge":0.02, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.178" endtime="20220402 10:18:44.179"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/save/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.352" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/save/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '990'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":15500, "settleWeight":null, "unitSurcharge":0.02, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.352" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/save/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.353" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.179" endtime="20220402 10:18:44.353"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.353" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': '663533697236078592'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.353" endtime="20220402 10:18:44.354"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.354" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.354" endtime="20220402 10:18:44.354"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.355" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.354" endtime="20220402 10:18:44.355"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:44.355" endtime="20220402 10:18:44.355"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.356" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.356" endtime="20220402 10:18:44.356"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.174" endtime="20220402 10:18:44.356" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t14" name="audit_weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.357" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.357" endtime="20220402 10:18:44.358"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.495" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.496" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.496" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.358" endtime="20220402 10:18:44.496"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.497" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.496" endtime="20220402 10:18:44.497"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.357" endtime="20220402 10:18:44.497" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s2-t15" name="get_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.498" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.498" endtime="20220402 10:18:44.498"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.664" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.665" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.020000,"surcharge":310.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":15500.000,"settleWeight":null,"deductedPoint":null,"settlePrice":21758.130,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":25962.500,"prepayMoney":22068.130,"preSettleMoney":21758.130,"settlePrice":21758.13,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.665" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.499" endtime="20220402 10:18:44.665"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.666" level="INFO">{'code': 0, 'message': 'successful', 'data': {'status': 51, 'bizOwnerName': '李忠糠', 'orderOwnerId': '554128866793361643', 'orderOwnerName': '赖勇兰', 'orderOwnerPhone': '18888888888', 'orderType': 2, 'activityId': '660531609048584192', 'activitySettleType': 1, 'isEntire': 0, 'activityStatus': 1, 'activityName': 'Ceshi_factory--两次', 'startTime': '2021-11-23 14:37:04', 'endTime': '2021-11-24 14:37:04', 'unitSurcharge': 0.02, 'surcharge': None, 'totalEstimatedWeight': 30000.0, 'deliveryTime': '2022-04-02', 'paperMillDeliveryTime': '2022-04-02', 'remark': None, 'attenssion': '707576807787991040', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县平城区', 'millSupplierId': '660525241805705216', 'paperMillSupplierName': '测试111', 'millDeliveryOrderId': '707576807787991040', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.675, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '707576807825739776', 'adjustMoney': None, 'unitSurcharge': 0.02, 'surcharge': 310.0, 'unitPrice': 1.675, 'weightnoteInfo': {'id': '707576814230441984', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'type': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.675, 'netWeight': 15500.0, 'settleWeight': None, 'deductedPoint': None, 'settlePrice': 21758.13, 'remark': None, 'imageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg']}, 'logisticcsInfo': {'id': '5546', 'plateNumber': '京SGGGGG'}, 'status': 52, 'displayStatus': 52, 'auditStatus': 1, 'preTotalMoney': 25962.5, 'prepayMoney': 22068.13, 'preSettleMoney': 21758.13, 'settlePrice': 21758.13, 'finalPayMoney': None, 'otherAmountDtoList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'deductionNotes': '2022-04-02', 'totalOtherAmount': 0, 'paymentType': 1, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': 0, 'unSettleMoney': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'weightNoteImageUrl': None, 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': '钟落潭仓', 'publicSubsidies': None, 'isSubsidyIncludeTax': 0, 'unitPriceIncludeTax': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPrice': 1.675, 'settleUnitPriceIncludeTax': 1.8358, 'operationsAuditNotPassedRemark': None, 'promptMessage': None, 'orderItemTimeList': [{'description': '订单已提交,待预约', 'time': None, 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': None, 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': None, 'rank': 2, 'status': 1}, {'description': '已审核,首款结算中', 'time': None, 'rank': 4, 'status': 0}, {'description': '首款已结算,待质检', 'time': None, 'rank': 5, 'status': 0}, {'description': '质检完成,待审核', 'time': None, 'rank': 6, 'status': 0}, {'description': '已审核,尾款结算中', 'time': None, 'rank': 7, 'status': 0}, {'description': '尾款已结算,订单完成', 'time': None, 'rank': 8, 'status': 0}], 'paperCategoryName': '花纸', 'proxySellerSettleType': 0, 'isInvoice': 1, 'invoicePoint': 9.6, 'receivablePrice': None, 'receivablePriceIncludeTax': None, 'refundSubsidy': 0.0, 'unitRefundSubsidy': None, 'settleUtiPriceIncludeTax': 1.8358, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0, 'receivableAdjustMoney': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'contractId': '663533697236078592', 'contractType': 2}], 'orderId': '707576807787991040', 'createTime': '2022-04-02 10:18:42', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.665" endtime="20220402 10:18:44.666"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:44.666" endtime="20220402 10:18:44.667"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.497" endtime="20220402 10:18:44.667" critical="yes"></status>
|
|
</test>
|
|
<doc>上次送货单-两次付款活动</doc>
|
|
<status status="PASS" starttime="20220402 10:18:43.295" endtime="20220402 10:18:44.668"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s2-s3" name="3.3-Operation audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/2.1-Consignment management/3.3-Operation_audit.robot">
|
|
<test id="s1-s3-s2-s2-s3-t1" name="get_operation_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.696" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.696" endtime="20220402 10:18:44.696"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.774" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.774" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"678656271020331008","userName":"赖勇兰","paperMillName":"格森纸业有限公司","plateNumber":"京GGG777","millSupplierName":"格森供应商","millDelieveryOrderId":"656956934615863296","categoryName":"白纸","settlePrice":20202.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656956942333382656","updateTime":null,"activityId":"649965536695947264","activityName":"格森--两次活动","activityStartTime":"2021-10-25 10:51:19","activityEndTime":"2021-10-31 10:51:19","activityPayType":1,"orderType":2,"financeRejectedTime":"2022-01-12 14:58:49","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"663538483129880576","orderItemId":"663538483209572352","auditRequestId":"663538563975090176","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"测试111","millDelieveryOrderId":"663538483129880576","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663538492583841792","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":"2021-12-01 21:46:27","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536526113771520","orderItemId":"663536526151520256","auditRequestId":"663536547727020032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536526113771520","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536534674345984","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:38:26","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536355116191744","orderItemId":"663536355200077824","auditRequestId":"663536378411356160","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536355116191744","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536364918280192","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:37:46","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"657573542388436992","orderItemId":"657573542421991424","auditRequestId":"657573577574453248","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"津Q67890","millSupplierName":"优一供应商","millDelieveryOrderId":"657573542388436992","categoryName":"灰卡","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573550353420288","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:43:44","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"657573124346351616","orderItemId":"657573124384100352","auditRequestId":"657573162095087616","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"657573124346351616","categoryName":"小白花","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573133162778624","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:42:05","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950708419039232","orderItemId":"656950708460982272","auditRequestId":"656950742485176320","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"656950708419039232","categoryName":"小白纸","settlePrice":4976.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950715729711104","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950537316601856","orderItemId":"656950537350156288","auditRequestId":"656950573068849152","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656950537316601856","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950545591963648","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:08","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656949952601264128","orderItemId":"656949952634818560","auditRequestId":"656949988013772800","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656949952601264128","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656949960146817024","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:25:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656948968701431808","orderItemId":"656948968734986240","auditRequestId":"656949003442851840","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"京R66666","millSupplierName":"优一供应商","millDelieveryOrderId":"656948968701431808","categoryName":"黄纸","settlePrice":3136.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656948976402173952","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:21:54","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"}],"total":771,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":78}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.774" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.697" endtime="20220402 10:18:44.774"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.775" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '678656271020331008', 'userName': '赖勇兰', 'paperMillName': '格森纸业有限公司', 'plateNumber': '京GGG777', 'millSupplierName': '格森供应商', 'millDelieveryOrderId': '656956934615863296', 'categoryName': '白纸', 'settlePrice': 20202.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656956942333382656', 'updateTime': None, 'activityId': '649965536695947264', 'activityName': '格森--两次活动', 'activityStartTime': '2021-10-25 10:51:19', 'activityEndTime': '2021-10-31 10:51:19', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2022-01-12 14:58:49', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '663538483129880576', 'orderItemId': '663538483209572352', 'auditRequestId': '663538563975090176', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '贵R67890', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663538483129880576', 'categoryName': '花纸', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663538492583841792', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:46:27', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536526113771520', 'orderItemId': '663536526151520256', 'auditRequestId': '663536547727020032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536526113771520', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536534674345984', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:38:26', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536355116191744', 'orderItemId': '663536355200077824', 'auditRequestId': '663536378411356160', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536355116191744', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536364918280192', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:37:46', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '657573542388436992', 'orderItemId': '657573542421991424', 'auditRequestId': '657573577574453248', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '津Q67890', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573542388436992', 'categoryName': '灰卡', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573550353420288', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:43:44', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '657573124346351616', 'orderItemId': '657573124384100352', 'auditRequestId': '657573162095087616', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573124346351616', 'categoryName': '小白花', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573133162778624', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:42:05', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950708419039232', 'orderItemId': '656950708460982272', 'auditRequestId': '656950742485176320', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950708419039232', 'categoryName': '小白纸', 'settlePrice': 4976.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950715729711104', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950537316601856', 'orderItemId': '656950537350156288', 'auditRequestId': '656950573068849152', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950537316601856', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950545591963648', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:08', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656949952601264128', 'orderItemId': '656949952634818560', 'auditRequestId': '656949988013772800', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656949952601264128', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656949960146817024', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:25:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656948968701431808', 'orderItemId': '656948968734986240', 'auditRequestId': '656949003442851840', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '京R66666', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656948968701431808', 'categoryName': '黄纸', 'settlePrice': 3136.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656948976402173952', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:21:54', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}], 'total': 771, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 78}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.775" endtime="20220402 10:18:44.776"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.695" endtime="20220402 10:18:44.776" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t2" name="get_paper-mill-order-by-orderItemId">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.777" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.777" endtime="20220402 10:18:44.777"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.832" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.832" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576814842810368","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":21758.130000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.832" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.778" endtime="20220402 10:18:44.832"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.833" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576814842810368', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京SGGGGG', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'categoryName': '花纸', 'settlePrice': 21758.13, 'bizOwnerName': '李忠糠', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '707576814230441984', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.833" endtime="20220402 10:18:44.833"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.834" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.834" endtime="20220402 10:18:44.834"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.835" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.834" endtime="20220402 10:18:44.835"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.835" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.835" endtime="20220402 10:18:44.835"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.836" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.835" endtime="20220402 10:18:44.836"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.776" endtime="20220402 10:18:44.836" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t3" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.838" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.837" endtime="20220402 10:18:44.838"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.903" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.903" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"logId":"707576808043843584","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"下单","remark":null},{"logId":"707576809935474688","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"订单预约","remark":null},{"logId":"707576814402408448","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:44.904" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.838" endtime="20220402 10:18:44.904"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.904" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '707576808043843584', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}, {'logId': '707576809935474688', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}, {'logId': '707576814402408448', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.904" endtime="20220402 10:18:44.905"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.836" endtime="20220402 10:18:44.905" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t4" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:44.906" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.906" endtime="20220402 10:18:44.906"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:44.907" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.907" endtime="20220402 10:18:44.907"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.134" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.134" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:45 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576814842810368","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576814918307840","driverName":null,"plateNumber":"京SGGGGG","netWeight":15500.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":21758.130000,"adjustmentFee":null,"unitSurcharge":0.020000,"receivablePrice":22068.130000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":24186.67,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":25962.500,"prepayMoney":22068.130,"preSettleMoney":21758.130,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.134" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:44.907" endtime="20220402 10:18:45.134"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.135" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576814842810368', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576814918307840', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 15500.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 21758.13, 'adjustmentFee': None, 'unitSurcharge': 0.02, 'receivablePrice': 22068.13, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 24186.67, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 25962.5, 'prepayMoney': 22068.13, 'preSettleMoney': 21758.13, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.135" endtime="20220402 10:18:45.136"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.136" level="INFO">${auditRequestItemId} = 707576814918307840</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.136" endtime="20220402 10:18:45.136"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.137" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.136" endtime="20220402 10:18:45.137"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.138" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.137" endtime="20220402 10:18:45.138"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.138" level="INFO">${netWeight} = 15500.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.138" endtime="20220402 10:18:45.138"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.139" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.138" endtime="20220402 10:18:45.139"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.140" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.139" endtime="20220402 10:18:45.140"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.140" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.140" endtime="20220402 10:18:45.140"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.141" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.141" endtime="20220402 10:18:45.141"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.142" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.141" endtime="20220402 10:18:45.142"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.142" level="INFO">${auditRequestItemId} = 707576814918307840</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.142" endtime="20220402 10:18:45.142"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.143" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.143" endtime="20220402 10:18:45.143"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.143" level="INFO">${netWeight} = 15500.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.143" endtime="20220402 10:18:45.144"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.144" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.144" endtime="20220402 10:18:45.144"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.145" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.144" endtime="20220402 10:18:45.145"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.145" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.145" endtime="20220402 10:18:45.145"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.146" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.146" endtime="20220402 10:18:45.146"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.146" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.146" endtime="20220402 10:18:45.147"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:44.905" endtime="20220402 10:18:45.147" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t5" name="order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.148" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.148" endtime="20220402 10:18:45.149"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.150" level="INFO">${data} = { "auditRequestItemId":"707576814918307840", "categoryName":"花纸", "netWeight":"15500.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"京SGGGGG", ...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.149" endtime="20220402 10:18:45.150"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.493" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '575'}
|
|
body=b'{ "auditRequestItemId":"707576814918307840", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"15500.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "invoicePoint":"9.6", "publicSubsidies":"0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.675", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.493" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:45 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.493" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.150" endtime="20220402 10:18:45.494"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:45.494" endtime="20220402 10:18:45.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.147" endtime="20220402 10:18:45.495" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t6" name="get_order-log-detail2">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.496" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.496" endtime="20220402 10:18:45.496"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId} &operationStatus=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.565" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.566" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:45 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.566" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.496" endtime="20220402 10:18:45.566"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.567" level="INFO">{'code': 0, 'message': 'successful', 'data': []}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.567" endtime="20220402 10:18:45.567"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:45.568" endtime="20220402 10:18:45.568"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.495" endtime="20220402 10:18:45.569" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t7" name="重复执行驳回和上传磅单操作">
|
|
<kw name="${items} IN RANGE [ 5 ]" type="for">
|
|
<kw name="${items} = 0" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.574" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.573" endtime="20220402 10:18:45.574"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.643" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.643" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:45 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576814842810368","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":21758.130000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.643" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.574" endtime="20220402 10:18:45.643"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.644" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.643" endtime="20220402 10:18:45.644"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.645" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.644" endtime="20220402 10:18:45.645"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.645" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.645" endtime="20220402 10:18:45.645"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.646" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.645" endtime="20220402 10:18:45.646"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.573" endtime="20220402 10:18:45.646"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.572" endtime="20220402 10:18:45.646"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.647" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.647" endtime="20220402 10:18:45.647"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.860" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.860" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576814842810368/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:45 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576814842810368","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576814918307840","driverName":null,"plateNumber":"京SGGGGG","netWeight":15500.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":21758.130000,"adjustmentFee":null,"unitSurcharge":0.020000,"receivablePrice":22068.130000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.835800,"receivablePriceIncludeTax":24186.67,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":25962.500,"prepayMoney":22068.130,"preSettleMoney":21758.130,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:45.861" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.648" endtime="20220402 10:18:45.861"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.862" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576814842810368', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576814918307840', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 15500.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '2022-04-27', 'settlePrice': 21758.13, 'adjustmentFee': None, 'unitSurcharge': 0.02, 'receivablePrice': 22068.13, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': 1.8358, 'receivablePriceIncludeTax': 24186.67, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 25962.5, 'prepayMoney': 22068.13, 'preSettleMoney': 21758.13, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.861" endtime="20220402 10:18:45.862"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.862" level="INFO">${auditRequestItemId} = 707576814918307840</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.862" endtime="20220402 10:18:45.862"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.863" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.863" endtime="20220402 10:18:45.863"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.864" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.863" endtime="20220402 10:18:45.864"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.864" level="INFO">${netWeight} = 15500.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.864" endtime="20220402 10:18:45.864"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.865" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.864" endtime="20220402 10:18:45.865"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.866" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.865" endtime="20220402 10:18:45.866"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.866" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.866" endtime="20220402 10:18:45.866"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.867" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.867" endtime="20220402 10:18:45.867"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.867" level="INFO">${surcharge1} = 310.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.867" endtime="20220402 10:18:45.867"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.868" level="INFO">${surcharge2} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.868" endtime="20220402 10:18:45.868"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.869" level="INFO">${surcharge} = 310.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.868" endtime="20220402 10:18:45.869"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.869" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.869" endtime="20220402 10:18:45.869"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.870" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.869" endtime="20220402 10:18:45.870"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.870" level="INFO">${auditRequestItemId} = 707576814918307840</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.870" endtime="20220402 10:18:45.870"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.871" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.870" endtime="20220402 10:18:45.871"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.873" level="INFO">${netWeight} = 15500.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.871" endtime="20220402 10:18:45.873"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.874" level="INFO">${paperMillPayAt} = 2022-04-27</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.873" endtime="20220402 10:18:45.874"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.874" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.874" endtime="20220402 10:18:45.874"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.875" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.874" endtime="20220402 10:18:45.875"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.875" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.875" endtime="20220402 10:18:45.875"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.876" level="INFO">${surcharge} = 310.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.875" endtime="20220402 10:18:45.876"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.876" level="INFO">${auditRequestId} = 707576814842810368</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.876" endtime="20220402 10:18:45.876"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.646" endtime="20220402 10:18:45.876"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.646" endtime="20220402 10:18:45.876"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:45.878" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.878" endtime="20220402 10:18:45.878"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.879" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.878" endtime="20220402 10:18:45.879"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:45.879" level="INFO">${data} = { "auditRequestId":"707576814842810368", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.879" endtime="20220402 10:18:45.879"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:46.117" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576814842810368", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:46.117" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:46 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:46.117" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:45.879" endtime="20220402 10:18:46.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.877" endtime="20220402 10:18:46.118"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.877" endtime="20220402 10:18:46.118"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.877" endtime="20220402 10:18:46.118"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.118" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:46.118" endtime="20220402 10:18:47.119"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取送货单详情</arg>
|
|
</arguments>
|
|
<kw name="获取送货单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.121" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.120" endtime="20220402 10:18:47.121"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.341" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.341" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:47 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.020,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.020000,"surcharge":310.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":15500.000,"settleWeight":null,"deductedPoint":null,"settlePrice":21758.130,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":25962.500,"prepayMoney":22068.130,"preSettleMoney":21758.130,"settlePrice":21758.13,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.342" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.121" endtime="20220402 10:18:47.342"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.343" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.342" endtime="20220402 10:18:47.343"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.344" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.343" endtime="20220402 10:18:47.344"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.345" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.344" endtime="20220402 10:18:47.345"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.345" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.345" endtime="20220402 10:18:47.346"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.346" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.346" endtime="20220402 10:18:47.346"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.348" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.347" endtime="20220402 10:18:47.348"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.349" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.348" endtime="20220402 10:18:47.349"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.349" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.349" endtime="20220402 10:18:47.349"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.350" level="INFO">${unitSurcharge} = 0.02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.349" endtime="20220402 10:18:47.350"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.350" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.350" endtime="20220402 10:18:47.350"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.351" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.351" endtime="20220402 10:18:47.351"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.352" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.351" endtime="20220402 10:18:47.352"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.352" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.352" endtime="20220402 10:18:47.352"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.353" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.352" endtime="20220402 10:18:47.353"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.353" level="INFO">${unitSurcharge3} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.353" endtime="20220402 10:18:47.353"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.354" endtime="20220402 10:18:47.354"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.354" endtime="20220402 10:18:47.354"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.354" endtime="20220402 10:18:47.355"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.354" endtime="20220402 10:18:47.355"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.355" endtime="20220402 10:18:47.356"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.355" endtime="20220402 10:18:47.356"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.356" endtime="20220402 10:18:47.356"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.356" endtime="20220402 10:18:47.356"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.356" endtime="20220402 10:18:47.357"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.356" endtime="20220402 10:18:47.357"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.357" endtime="20220402 10:18:47.357"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.357" endtime="20220402 10:18:47.357"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.358" endtime="20220402 10:18:47.358"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.357" endtime="20220402 10:18:47.358"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.358" endtime="20220402 10:18:47.358"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.358" endtime="20220402 10:18:47.359"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.359" endtime="20220402 10:18:47.359"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.359" endtime="20220402 10:18:47.359"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.359" endtime="20220402 10:18:47.360"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.359" endtime="20220402 10:18:47.360"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.360" endtime="20220402 10:18:47.360"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.360" endtime="20220402 10:18:47.360"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.361" endtime="20220402 10:18:47.361"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.360" endtime="20220402 10:18:47.361"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.361" endtime="20220402 10:18:47.361"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.361" endtime="20220402 10:18:47.362"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.362" endtime="20220402 10:18:47.363"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.362" endtime="20220402 10:18:47.363"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.363" endtime="20220402 10:18:47.363"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.363" endtime="20220402 10:18:47.363"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.364" endtime="20220402 10:18:47.364"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.364" endtime="20220402 10:18:47.364"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.364" endtime="20220402 10:18:47.365"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.364" endtime="20220402 10:18:47.365"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.365" endtime="20220402 10:18:47.365"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.365" endtime="20220402 10:18:47.365"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.366" endtime="20220402 10:18:47.366"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.365" endtime="20220402 10:18:47.366"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.366" endtime="20220402 10:18:47.366"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.366" endtime="20220402 10:18:47.367"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.367" endtime="20220402 10:18:47.367"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.367" endtime="20220402 10:18:47.367"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.367" endtime="20220402 10:18:47.368"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.367" endtime="20220402 10:18:47.368"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.368" endtime="20220402 10:18:47.368"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.368" endtime="20220402 10:18:47.368"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.369" endtime="20220402 10:18:47.369"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.368" endtime="20220402 10:18:47.369"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.369" endtime="20220402 10:18:47.369"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.369" endtime="20220402 10:18:47.369"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.370" endtime="20220402 10:18:47.370"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.370" endtime="20220402 10:18:47.370"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.370" endtime="20220402 10:18:47.371"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.370" endtime="20220402 10:18:47.371"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.371" endtime="20220402 10:18:47.371"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.371" endtime="20220402 10:18:47.371"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.371" endtime="20220402 10:18:47.372"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.371" endtime="20220402 10:18:47.372"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.372" endtime="20220402 10:18:47.372"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.372" endtime="20220402 10:18:47.372"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.373" endtime="20220402 10:18:47.373"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.373" endtime="20220402 10:18:47.373"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.373" endtime="20220402 10:18:47.374"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.373" endtime="20220402 10:18:47.374"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.374" endtime="20220402 10:18:47.374"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.374" endtime="20220402 10:18:47.374"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.375" endtime="20220402 10:18:47.376"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.374" endtime="20220402 10:18:47.376"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.376" endtime="20220402 10:18:47.376"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.376" endtime="20220402 10:18:47.377"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.377" endtime="20220402 10:18:47.377"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.377" endtime="20220402 10:18:47.377"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.378" endtime="20220402 10:18:47.378"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.378" endtime="20220402 10:18:47.378"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.379" endtime="20220402 10:18:47.379"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.378" endtime="20220402 10:18:47.379"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.380" endtime="20220402 10:18:47.380"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.379" endtime="20220402 10:18:47.380"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.380" endtime="20220402 10:18:47.381"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.380" endtime="20220402 10:18:47.381"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.381" endtime="20220402 10:18:47.381"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.381" endtime="20220402 10:18:47.381"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.381" endtime="20220402 10:18:47.382"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.381" endtime="20220402 10:18:47.382"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.382" endtime="20220402 10:18:47.382"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.382" endtime="20220402 10:18:47.382"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.383" endtime="20220402 10:18:47.383"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.382" endtime="20220402 10:18:47.383"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.383" endtime="20220402 10:18:47.384"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.383" endtime="20220402 10:18:47.384"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.384" endtime="20220402 10:18:47.384"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.384" endtime="20220402 10:18:47.384"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.384" endtime="20220402 10:18:47.385"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.384" endtime="20220402 10:18:47.385"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.385" endtime="20220402 10:18:47.385"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.385" endtime="20220402 10:18:47.385"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.386" endtime="20220402 10:18:47.386"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.385" endtime="20220402 10:18:47.386"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.386" endtime="20220402 10:18:47.387"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.386" endtime="20220402 10:18:47.387"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.387" endtime="20220402 10:18:47.387"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.387" endtime="20220402 10:18:47.387"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.387" endtime="20220402 10:18:47.388"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.387" endtime="20220402 10:18:47.388"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.388" endtime="20220402 10:18:47.388"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.388" endtime="20220402 10:18:47.388"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.389" endtime="20220402 10:18:47.389"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.389" endtime="20220402 10:18:47.389"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.390" endtime="20220402 10:18:47.390"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.389" endtime="20220402 10:18:47.390"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.390" endtime="20220402 10:18:47.391"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.390" endtime="20220402 10:18:47.391"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.391" endtime="20220402 10:18:47.391"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.391" endtime="20220402 10:18:47.391"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.391" endtime="20220402 10:18:47.392"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.391" endtime="20220402 10:18:47.392"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.392" endtime="20220402 10:18:47.392"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.392" endtime="20220402 10:18:47.392"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.393" endtime="20220402 10:18:47.393"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.393" endtime="20220402 10:18:47.393"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.393" endtime="20220402 10:18:47.394"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.393" endtime="20220402 10:18:47.394"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.394" endtime="20220402 10:18:47.394"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.394" endtime="20220402 10:18:47.394"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.395" endtime="20220402 10:18:47.395"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.394" endtime="20220402 10:18:47.395"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.395" endtime="20220402 10:18:47.396"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.395" endtime="20220402 10:18:47.396"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.396" endtime="20220402 10:18:47.396"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.396" endtime="20220402 10:18:47.396"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.396" endtime="20220402 10:18:47.397"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.396" endtime="20220402 10:18:47.397"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.397" endtime="20220402 10:18:47.397"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.397" endtime="20220402 10:18:47.397"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.398" endtime="20220402 10:18:47.398"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.398" endtime="20220402 10:18:47.398"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.398" endtime="20220402 10:18:47.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.398" endtime="20220402 10:18:47.399"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.399" endtime="20220402 10:18:47.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.399" endtime="20220402 10:18:47.399"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.399" endtime="20220402 10:18:47.400"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.399" endtime="20220402 10:18:47.400"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.400" endtime="20220402 10:18:47.400"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.400" endtime="20220402 10:18:47.401"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.401" endtime="20220402 10:18:47.401"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.401" endtime="20220402 10:18:47.401"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.401" endtime="20220402 10:18:47.402"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.401" endtime="20220402 10:18:47.402"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.402" endtime="20220402 10:18:47.403"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.402" endtime="20220402 10:18:47.403"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.403" endtime="20220402 10:18:47.403"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.403" endtime="20220402 10:18:47.403"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.403" endtime="20220402 10:18:47.404"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.403" endtime="20220402 10:18:47.404"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.404" endtime="20220402 10:18:47.404"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.404" endtime="20220402 10:18:47.404"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.405" endtime="20220402 10:18:47.405"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.405" endtime="20220402 10:18:47.405"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.405" endtime="20220402 10:18:47.406"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.405" endtime="20220402 10:18:47.406"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.406" endtime="20220402 10:18:47.406"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.406" endtime="20220402 10:18:47.406"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.406" endtime="20220402 10:18:47.407"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.406" endtime="20220402 10:18:47.407"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.407" endtime="20220402 10:18:47.407"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.407" endtime="20220402 10:18:47.407"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.408" endtime="20220402 10:18:47.408"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.407" endtime="20220402 10:18:47.408"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.408" endtime="20220402 10:18:47.409"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.408" endtime="20220402 10:18:47.409"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.409" endtime="20220402 10:18:47.409"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.409" endtime="20220402 10:18:47.409"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.409" endtime="20220402 10:18:47.410"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.409" endtime="20220402 10:18:47.410"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.410" endtime="20220402 10:18:47.410"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.410" endtime="20220402 10:18:47.410"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.411" endtime="20220402 10:18:47.411"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.410" endtime="20220402 10:18:47.411"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.411" endtime="20220402 10:18:47.411"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.411" endtime="20220402 10:18:47.412"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.412" endtime="20220402 10:18:47.412"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.412" endtime="20220402 10:18:47.412"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.412" endtime="20220402 10:18:47.413"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.412" endtime="20220402 10:18:47.413"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.413" endtime="20220402 10:18:47.414"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.413" endtime="20220402 10:18:47.414"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.414" endtime="20220402 10:18:47.414"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.414" endtime="20220402 10:18:47.415"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.415" endtime="20220402 10:18:47.415"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.415" endtime="20220402 10:18:47.415"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.415" endtime="20220402 10:18:47.416"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.415" endtime="20220402 10:18:47.416"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.416" endtime="20220402 10:18:47.416"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.416" endtime="20220402 10:18:47.416"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.417" endtime="20220402 10:18:47.417"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.416" endtime="20220402 10:18:47.417"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.417" endtime="20220402 10:18:47.418"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.417" endtime="20220402 10:18:47.418"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.02" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.418" endtime="20220402 10:18:47.418"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.418" endtime="20220402 10:18:47.418"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.353" endtime="20220402 10:18:47.418"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.419" level="INFO">${netWeight} = 15500.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.418" endtime="20220402 10:18:47.419"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+300</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.419" level="INFO">${netWeight3} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.419" endtime="20220402 10:18:47.419"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:47.420" endtime="20220402 10:18:47.420"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.420" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.420" endtime="20220402 10:18:47.420"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.421" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.420" endtime="20220402 10:18:47.421"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.421" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.421" endtime="20220402 10:18:47.421"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.422" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.422" endtime="20220402 10:18:47.422"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.422" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.422" endtime="20220402 10:18:47.422"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.423" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.423" endtime="20220402 10:18:47.423"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.424" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.423" endtime="20220402 10:18:47.424"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.424" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.424" endtime="20220402 10:18:47.424"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.425" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.424" endtime="20220402 10:18:47.425"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.425" level="INFO">${unitSurcharge3} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.425" endtime="20220402 10:18:47.425"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.426" level="INFO">${netWeight3} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.425" endtime="20220402 10:18:47.426"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.426" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.426" endtime="20220402 10:18:47.426"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.427" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.426" endtime="20220402 10:18:47.427"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.120" endtime="20220402 10:18:47.427"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.119" endtime="20220402 10:18:47.427"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>上传送货单</arg>
|
|
</arguments>
|
|
<kw name="上传送货单" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.428" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.428" endtime="20220402 10:18:47.429"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.429" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.429" endtime="20220402 10:18:47.429"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":"${netWeight3}", \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge3}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "id":"${磅单id}" \ \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.431" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"15800.0", "settleWeight":null, "unitSurcharge":0.021, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.429" endtime="20220402 10:18:47.431"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.431" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"15800.0", "settleWeight":null, "unitSurcharge":0.021, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.431" endtime="20220402 10:18:47.431"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.636" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '1031'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"15800.0", "settleWeight":null, "unitSurcharge":0.021, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.637" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:47 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.637" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.432" endtime="20220402 10:18:47.637"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.638" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': None}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.637" endtime="20220402 10:18:47.638"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.638" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.638" endtime="20220402 10:18:47.638"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.639" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.639" endtime="20220402 10:18:47.639"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:47.639" endtime="20220402 10:18:47.640"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.640" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.640" endtime="20220402 10:18:47.640"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.428" endtime="20220402 10:18:47.640"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.427" endtime="20220402 10:18:47.640"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.641" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.641" endtime="20220402 10:18:47.642"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.780" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.780" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:47 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.780" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.642" endtime="20220402 10:18:47.780"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.781" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.780" endtime="20220402 10:18:47.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.641" endtime="20220402 10:18:47.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.640" endtime="20220402 10:18:47.781"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传送货单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传送货单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.782" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.782" endtime="20220402 10:18:47.783"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.942" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.942" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:47 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.021,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.021000,"surcharge":331.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":15800.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":26465.000,"prepayMoney":22495.250,"preSettleMoney":22163.450,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:47.942" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.783" endtime="20220402 10:18:47.942"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.943" level="INFO">${netWeight} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.943" endtime="20220402 10:18:47.943"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:47.944" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.944" endtime="20220402 10:18:47.944"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.945" level="INFO">${netWeight} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.944" endtime="20220402 10:18:47.945"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.945" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.945" endtime="20220402 10:18:47.945"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.782" endtime="20220402 10:18:47.945"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.781" endtime="20220402 10:18:47.946"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:47.947" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.947" endtime="20220402 10:18:47.947"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.038" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.038" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:48 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46259","orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576828616904704","weightNoteId":"707576814230441984","orderCreateTime":"2022-04-02 10:18:42","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":15800.000,"deductedPoint":null,"settleWeight":null,"settleUtiPrice":1.675000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.021,"adjustMoney":null,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":12,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":null,"fundSourceId":null,"warehouseName":"钟落潭仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":null,"publicSubsidies":0.000000,"unitPrice":1.675000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":null,"paperMillBizName":"qniaoGuest","allAgencyFee":331.800000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2022-04-02","refundSubsidy":0E-9,"isNoPeriodOrder":false,"firstSettlementPrice":22163.450000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.038" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:47.948" endtime="20220402 10:18:48.038"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.039" level="INFO">${台账列表数据} = {'id': '46259', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576828616904704', 'weightNoteId': '707576814230441984', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.039" endtime="20220402 10:18:48.040"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:48.040" endtime="20220402 10:18:48.040"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:48.041" endtime="20220402 10:18:48.041"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.946" endtime="20220402 10:18:48.041"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:47.946" endtime="20220402 10:18:48.041"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.572" endtime="20220402 10:18:48.041"></status>
|
|
</kw>
|
|
<kw name="${items} = 1" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.043" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.042" endtime="20220402 10:18:48.043"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.114" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.114" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:48 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576828616904704","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":22163.450000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.114" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.043" endtime="20220402 10:18:48.114"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.115" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.115" endtime="20220402 10:18:48.115"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.116" level="INFO">${auditRequestId} = 707576828616904704</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.116" endtime="20220402 10:18:48.116"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.117" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.116" endtime="20220402 10:18:48.117"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.117" level="INFO">${auditRequestId} = 707576828616904704</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.117" endtime="20220402 10:18:48.118"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.042" endtime="20220402 10:18:48.118"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.042" endtime="20220402 10:18:48.118"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.119" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.119" endtime="20220402 10:18:48.119"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.340" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576828616904704/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576828616904704/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.340" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576828616904704/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:48 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576828616904704","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576828696596480","driverName":null,"plateNumber":"京SGGGGG","netWeight":15800.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":22163.450000,"adjustmentFee":null,"unitSurcharge":0.021000,"receivablePrice":22495.250000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":24654.79,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":26465.000,"prepayMoney":22495.250,"preSettleMoney":22163.450,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.341" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.120" endtime="20220402 10:18:48.341"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.342" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576828616904704', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576828696596480', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 15800.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 22163.45, 'adjustmentFee': None, 'unitSurcharge': 0.021, 'receivablePrice': 22495.25, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 24654.79, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 26465.0, 'prepayMoney': 22495.25, 'preSettleMoney': 22163.45, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.341" endtime="20220402 10:18:48.342"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.343" level="INFO">${auditRequestItemId} = 707576828696596480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.342" endtime="20220402 10:18:48.343"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.343" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.343" endtime="20220402 10:18:48.343"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.344" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.344" endtime="20220402 10:18:48.344"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.345" level="INFO">${netWeight} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.344" endtime="20220402 10:18:48.345"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.345" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.345" endtime="20220402 10:18:48.345"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.346" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.345" endtime="20220402 10:18:48.346"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.347" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.346" endtime="20220402 10:18:48.347"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.347" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.347" endtime="20220402 10:18:48.347"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.348" level="INFO">${surcharge1} = 331.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.347" endtime="20220402 10:18:48.348"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.348" level="INFO">${surcharge2} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.348" endtime="20220402 10:18:48.348"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.349" level="INFO">${surcharge} = 331.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.348" endtime="20220402 10:18:48.349"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.349" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.349" endtime="20220402 10:18:48.349"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.350" level="INFO">${auditRequestId} = 707576828616904704</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.349" endtime="20220402 10:18:48.350"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.350" level="INFO">${auditRequestItemId} = 707576828696596480</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.350" endtime="20220402 10:18:48.351"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.351" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.351" endtime="20220402 10:18:48.351"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.351" level="INFO">${netWeight} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.351" endtime="20220402 10:18:48.352"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.352" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.352" endtime="20220402 10:18:48.352"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.352" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.352" endtime="20220402 10:18:48.353"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.353" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.353" endtime="20220402 10:18:48.353"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.353" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.353" endtime="20220402 10:18:48.353"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.354" level="INFO">${surcharge} = 331.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.354" endtime="20220402 10:18:48.354"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.354" level="INFO">${auditRequestId} = 707576828616904704</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.354" endtime="20220402 10:18:48.354"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.118" endtime="20220402 10:18:48.355"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.118" endtime="20220402 10:18:48.355"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:48.356" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.356" endtime="20220402 10:18:48.356"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.357" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.357" endtime="20220402 10:18:48.357"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.358" level="INFO">${data} = { "auditRequestId":"707576828616904704", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.357" endtime="20220402 10:18:48.358"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:48.495" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576828616904704", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.495" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:48 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:48.495" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.358" endtime="20220402 10:18:48.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.355" endtime="20220402 10:18:48.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.355" endtime="20220402 10:18:48.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.355" endtime="20220402 10:18:48.495"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.496" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:48.496" endtime="20220402 10:18:49.496"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取送货单详情</arg>
|
|
</arguments>
|
|
<kw name="获取送货单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.498" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.497" endtime="20220402 10:18:49.498"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.686" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:49.687" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:49 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.021,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.021000,"surcharge":331.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":15800.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":26465.000,"prepayMoney":22495.250,"preSettleMoney":22163.450,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:49.687" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.498" endtime="20220402 10:18:49.687"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.688" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.687" endtime="20220402 10:18:49.688"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.689" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.688" endtime="20220402 10:18:49.689"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.690" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.689" endtime="20220402 10:18:49.690"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.690" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.690" endtime="20220402 10:18:49.690"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.691" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.691" endtime="20220402 10:18:49.691"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.692" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.691" endtime="20220402 10:18:49.692"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.693" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.692" endtime="20220402 10:18:49.693"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.693" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.693" endtime="20220402 10:18:49.693"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.694" level="INFO">${unitSurcharge} = 0.021</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.693" endtime="20220402 10:18:49.694"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.694" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.694" endtime="20220402 10:18:49.695"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.695" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.695" endtime="20220402 10:18:49.695"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.696" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.695" endtime="20220402 10:18:49.696"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.696" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.696" endtime="20220402 10:18:49.696"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.697" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.697" endtime="20220402 10:18:49.697"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.698" level="INFO">${unitSurcharge3} = 0.022000000000000002</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.697" endtime="20220402 10:18:49.698"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.698" endtime="20220402 10:18:49.698"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.698" endtime="20220402 10:18:49.698"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.699" endtime="20220402 10:18:49.699"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.699" endtime="20220402 10:18:49.699"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.700" endtime="20220402 10:18:49.700"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.700" endtime="20220402 10:18:49.700"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.700" endtime="20220402 10:18:49.701"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.700" endtime="20220402 10:18:49.701"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.701" endtime="20220402 10:18:49.701"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.701" endtime="20220402 10:18:49.701"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.702" endtime="20220402 10:18:49.702"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.701" endtime="20220402 10:18:49.702"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.702" endtime="20220402 10:18:49.702"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.702" endtime="20220402 10:18:49.702"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.703" endtime="20220402 10:18:49.703"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.703" endtime="20220402 10:18:49.703"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.703" endtime="20220402 10:18:49.704"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.703" endtime="20220402 10:18:49.704"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.704" endtime="20220402 10:18:49.704"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.704" endtime="20220402 10:18:49.704"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.705" endtime="20220402 10:18:49.705"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.704" endtime="20220402 10:18:49.705"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.705" endtime="20220402 10:18:49.706"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.705" endtime="20220402 10:18:49.706"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.706" endtime="20220402 10:18:49.706"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.706" endtime="20220402 10:18:49.706"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.707" endtime="20220402 10:18:49.707"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.706" endtime="20220402 10:18:49.707"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.707" endtime="20220402 10:18:49.708"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.707" endtime="20220402 10:18:49.708"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.708" endtime="20220402 10:18:49.708"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.708" endtime="20220402 10:18:49.708"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.709" endtime="20220402 10:18:49.709"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.708" endtime="20220402 10:18:49.709"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.709" endtime="20220402 10:18:49.710"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.709" endtime="20220402 10:18:49.710"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.710" endtime="20220402 10:18:49.710"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.710" endtime="20220402 10:18:49.710"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.710" endtime="20220402 10:18:49.711"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.710" endtime="20220402 10:18:49.711"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.711" endtime="20220402 10:18:49.712"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.711" endtime="20220402 10:18:49.712"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.712" endtime="20220402 10:18:49.713"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.712" endtime="20220402 10:18:49.713"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.714" endtime="20220402 10:18:49.714"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.713" endtime="20220402 10:18:49.714"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.714" endtime="20220402 10:18:49.715"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.714" endtime="20220402 10:18:49.715"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.715" endtime="20220402 10:18:49.715"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.715" endtime="20220402 10:18:49.715"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.715" endtime="20220402 10:18:49.716"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.715" endtime="20220402 10:18:49.716"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.716" endtime="20220402 10:18:49.716"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.716" endtime="20220402 10:18:49.716"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.717" endtime="20220402 10:18:49.717"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.717" endtime="20220402 10:18:49.717"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.717" endtime="20220402 10:18:49.718"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.717" endtime="20220402 10:18:49.718"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.718" endtime="20220402 10:18:49.718"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.718" endtime="20220402 10:18:49.718"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.719" endtime="20220402 10:18:49.719"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.718" endtime="20220402 10:18:49.719"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.719" endtime="20220402 10:18:49.720"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.719" endtime="20220402 10:18:49.720"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.720" endtime="20220402 10:18:49.721"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.720" endtime="20220402 10:18:49.721"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.721" endtime="20220402 10:18:49.721"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.721" endtime="20220402 10:18:49.721"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.721" endtime="20220402 10:18:49.722"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.721" endtime="20220402 10:18:49.722"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.722" endtime="20220402 10:18:49.722"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.722" endtime="20220402 10:18:49.722"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.723" endtime="20220402 10:18:49.723"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.722" endtime="20220402 10:18:49.723"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.723" endtime="20220402 10:18:49.724"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.723" endtime="20220402 10:18:49.724"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.724" endtime="20220402 10:18:49.724"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.724" endtime="20220402 10:18:49.724"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.724" endtime="20220402 10:18:49.725"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.724" endtime="20220402 10:18:49.725"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.725" endtime="20220402 10:18:49.725"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.725" endtime="20220402 10:18:49.725"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.725" endtime="20220402 10:18:49.726"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.725" endtime="20220402 10:18:49.726"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.726" endtime="20220402 10:18:49.727"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.726" endtime="20220402 10:18:49.727"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.727" endtime="20220402 10:18:49.727"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.727" endtime="20220402 10:18:49.727"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.727" endtime="20220402 10:18:49.728"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.727" endtime="20220402 10:18:49.728"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.728" endtime="20220402 10:18:49.728"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.728" endtime="20220402 10:18:49.728"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.729" endtime="20220402 10:18:49.729"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.728" endtime="20220402 10:18:49.729"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.729" endtime="20220402 10:18:49.729"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.729" endtime="20220402 10:18:49.729"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.730" endtime="20220402 10:18:49.730"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.730" endtime="20220402 10:18:49.730"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.730" endtime="20220402 10:18:49.731"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.730" endtime="20220402 10:18:49.731"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.731" endtime="20220402 10:18:49.731"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.731" endtime="20220402 10:18:49.731"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.731" endtime="20220402 10:18:49.732"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.731" endtime="20220402 10:18:49.732"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.732" endtime="20220402 10:18:49.732"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.732" endtime="20220402 10:18:49.732"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.732" endtime="20220402 10:18:49.733"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.732" endtime="20220402 10:18:49.733"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.733" endtime="20220402 10:18:49.733"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.733" endtime="20220402 10:18:49.733"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.734" endtime="20220402 10:18:49.734"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.734" endtime="20220402 10:18:49.734"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.734" endtime="20220402 10:18:49.735"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.734" endtime="20220402 10:18:49.735"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.735" endtime="20220402 10:18:49.735"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.735" endtime="20220402 10:18:49.735"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.736" endtime="20220402 10:18:49.736"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.735" endtime="20220402 10:18:49.736"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.736" endtime="20220402 10:18:49.736"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.736" endtime="20220402 10:18:49.737"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.737" endtime="20220402 10:18:49.737"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.737" endtime="20220402 10:18:49.737"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.737" endtime="20220402 10:18:49.738"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.737" endtime="20220402 10:18:49.738"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.738" endtime="20220402 10:18:49.738"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.738" endtime="20220402 10:18:49.738"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.739" endtime="20220402 10:18:49.739"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.739" endtime="20220402 10:18:49.739"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.739" endtime="20220402 10:18:49.740"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.739" endtime="20220402 10:18:49.740"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.740" endtime="20220402 10:18:49.740"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.740" endtime="20220402 10:18:49.740"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.740" endtime="20220402 10:18:49.741"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.740" endtime="20220402 10:18:49.741"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.741" endtime="20220402 10:18:49.741"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.741" endtime="20220402 10:18:49.741"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.741" endtime="20220402 10:18:49.742"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.741" endtime="20220402 10:18:49.742"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.742" endtime="20220402 10:18:49.742"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.742" endtime="20220402 10:18:49.742"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.742" endtime="20220402 10:18:49.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.742" endtime="20220402 10:18:49.743"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.743" endtime="20220402 10:18:49.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.743" endtime="20220402 10:18:49.743"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.744" endtime="20220402 10:18:49.744"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.744" endtime="20220402 10:18:49.744"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.744" endtime="20220402 10:18:49.745"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.744" endtime="20220402 10:18:49.745"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.745" endtime="20220402 10:18:49.745"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.745" endtime="20220402 10:18:49.745"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.745" endtime="20220402 10:18:49.746"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.745" endtime="20220402 10:18:49.746"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.746" endtime="20220402 10:18:49.746"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.746" endtime="20220402 10:18:49.746"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.746" endtime="20220402 10:18:49.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.746" endtime="20220402 10:18:49.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.747" endtime="20220402 10:18:49.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.747" endtime="20220402 10:18:49.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.748" endtime="20220402 10:18:49.748"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.747" endtime="20220402 10:18:49.748"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.748" endtime="20220402 10:18:49.748"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.748" endtime="20220402 10:18:49.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.749" endtime="20220402 10:18:49.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.749" endtime="20220402 10:18:49.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.750" endtime="20220402 10:18:49.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.749" endtime="20220402 10:18:49.750"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.750" endtime="20220402 10:18:49.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.750" endtime="20220402 10:18:49.750"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.751" endtime="20220402 10:18:49.751"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.750" endtime="20220402 10:18:49.751"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.751" endtime="20220402 10:18:49.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.751" endtime="20220402 10:18:49.752"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.752" endtime="20220402 10:18:49.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.752" endtime="20220402 10:18:49.752"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.752" endtime="20220402 10:18:49.753"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.752" endtime="20220402 10:18:49.753"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.753" endtime="20220402 10:18:49.753"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.753" endtime="20220402 10:18:49.753"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.753" endtime="20220402 10:18:49.754"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.753" endtime="20220402 10:18:49.754"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.754" endtime="20220402 10:18:49.754"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.754" endtime="20220402 10:18:49.754"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.755" endtime="20220402 10:18:49.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.755" endtime="20220402 10:18:49.755"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.755" endtime="20220402 10:18:49.756"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.755" endtime="20220402 10:18:49.756"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.756" endtime="20220402 10:18:49.756"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.756" endtime="20220402 10:18:49.756"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.756" endtime="20220402 10:18:49.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.756" endtime="20220402 10:18:49.757"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.757" endtime="20220402 10:18:49.758"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.757" endtime="20220402 10:18:49.758"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.758" endtime="20220402 10:18:49.758"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.758" endtime="20220402 10:18:49.758"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.758" endtime="20220402 10:18:49.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.758" endtime="20220402 10:18:49.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.759" endtime="20220402 10:18:49.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.759" endtime="20220402 10:18:49.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.021" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.760" endtime="20220402 10:18:49.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.759" endtime="20220402 10:18:49.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.698" endtime="20220402 10:18:49.760"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.761" level="INFO">${netWeight} = 15800.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.760" endtime="20220402 10:18:49.761"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+300</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.761" level="INFO">${netWeight3} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.761" endtime="20220402 10:18:49.761"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:49.761" endtime="20220402 10:18:49.761"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.762" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.762" endtime="20220402 10:18:49.762"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.762" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.762" endtime="20220402 10:18:49.763"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.763" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.763" endtime="20220402 10:18:49.763"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.764" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.764" endtime="20220402 10:18:49.764"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.765" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.764" endtime="20220402 10:18:49.765"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.765" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.765" endtime="20220402 10:18:49.765"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.766" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.765" endtime="20220402 10:18:49.766"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.766" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.766" endtime="20220402 10:18:49.767"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.767" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.767" endtime="20220402 10:18:49.767"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.768" level="INFO">${unitSurcharge3} = 0.022000000000000002</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.767" endtime="20220402 10:18:49.768"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.768" level="INFO">${netWeight3} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.768" endtime="20220402 10:18:49.768"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.769" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.768" endtime="20220402 10:18:49.769"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.769" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.769" endtime="20220402 10:18:49.769"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.497" endtime="20220402 10:18:49.769"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.497" endtime="20220402 10:18:49.770"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>上传送货单</arg>
|
|
</arguments>
|
|
<kw name="上传送货单" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.771" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.771" endtime="20220402 10:18:49.771"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.772" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.771" endtime="20220402 10:18:49.772"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":"${netWeight3}", \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge3}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "id":"${磅单id}" \ \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.774" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16100.0", "settleWeight":null, "unitSurcharge":0.022000000000000002, "transactionMainEnterpriseId":"15", "tra...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.772" endtime="20220402 10:18:49.774"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.774" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16100.0", "settleWeight":null, "unitSurcharge":0.022000000000000002, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.774" endtime="20220402 10:18:49.774"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.972" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '1046'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16100.0", "settleWeight":null, "unitSurcharge":0.022000000000000002, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:49.972" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:49 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:49.972" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.774" endtime="20220402 10:18:49.972"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.973" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': None}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.973" endtime="20220402 10:18:49.973"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:49.974" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.973" endtime="20220402 10:18:49.974"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.974" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.974" endtime="20220402 10:18:49.975"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:49.975" endtime="20220402 10:18:49.975"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.976" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.975" endtime="20220402 10:18:49.976"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.770" endtime="20220402 10:18:49.976"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.770" endtime="20220402 10:18:49.976"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:49.977" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.977" endtime="20220402 10:18:49.977"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.116" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.116" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.116" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:49.977" endtime="20220402 10:18:50.116"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.117" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.117" endtime="20220402 10:18:50.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.976" endtime="20220402 10:18:50.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:49.976" endtime="20220402 10:18:50.117"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传送货单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传送货单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.119" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.118" endtime="20220402 10:18:50.119"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.320" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.321" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.022,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.022000,"surcharge":354.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16100.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":26967.500,"prepayMoney":22922.380,"preSettleMoney":22568.180,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.321" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.119" endtime="20220402 10:18:50.321"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.322" level="INFO">${netWeight} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.321" endtime="20220402 10:18:50.322"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.323" level="INFO">${unitSurcharge} = 0.022</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.322" endtime="20220402 10:18:50.323"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.323" level="INFO">${netWeight} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.323" endtime="20220402 10:18:50.323"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.324" level="INFO">${unitSurcharge} = 0.022</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.323" endtime="20220402 10:18:50.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.118" endtime="20220402 10:18:50.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.118" endtime="20220402 10:18:50.324"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.325" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.325" endtime="20220402 10:18:50.325"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.419" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.419" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46259","orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576838410604544","weightNoteId":"707576814230441984","orderCreateTime":"2022-04-02 10:18:42","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":16100.000,"deductedPoint":null,"settleWeight":null,"settleUtiPrice":1.675000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.022,"adjustMoney":null,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":12,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":null,"fundSourceId":null,"warehouseName":"钟落潭仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":null,"publicSubsidies":0.000000,"unitPrice":1.675000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":null,"paperMillBizName":"qniaoGuest","allAgencyFee":354.200000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2022-04-02","refundSubsidy":0E-9,"isNoPeriodOrder":false,"firstSettlementPrice":22568.180000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.420" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.326" endtime="20220402 10:18:50.420"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.421" level="INFO">${台账列表数据} = {'id': '46259', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576838410604544', 'weightNoteId': '707576814230441984', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.420" endtime="20220402 10:18:50.421"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:50.421" endtime="20220402 10:18:50.421"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:50.422" endtime="20220402 10:18:50.422"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.324" endtime="20220402 10:18:50.422"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.324" endtime="20220402 10:18:50.422"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:48.041" endtime="20220402 10:18:50.422"></status>
|
|
</kw>
|
|
<kw name="${items} = 2" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.424" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.423" endtime="20220402 10:18:50.424"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.497" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.498" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576838410604544","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":22568.180000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.498" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.424" endtime="20220402 10:18:50.498"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.499" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.498" endtime="20220402 10:18:50.499"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.500" level="INFO">${auditRequestId} = 707576838410604544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.499" endtime="20220402 10:18:50.500"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.500" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.500" endtime="20220402 10:18:50.500"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.501" level="INFO">${auditRequestId} = 707576838410604544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.500" endtime="20220402 10:18:50.501"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.423" endtime="20220402 10:18:50.501"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.422" endtime="20220402 10:18:50.501"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.502" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.502" endtime="20220402 10:18:50.503"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.701" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576838410604544/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576838410604544/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.701" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576838410604544/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576838410604544","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576838486102016","driverName":null,"plateNumber":"京SGGGGG","netWeight":16100.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":22568.180000,"adjustmentFee":null,"unitSurcharge":0.022000,"receivablePrice":22922.380000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":25122.92,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":26967.500,"prepayMoney":22922.380,"preSettleMoney":22568.180,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.702" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.503" endtime="20220402 10:18:50.702"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.703" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576838410604544', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576838486102016', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 16100.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 22568.18, 'adjustmentFee': None, 'unitSurcharge': 0.022, 'receivablePrice': 22922.38, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 25122.92, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 26967.5, 'prepayMoney': 22922.38, 'preSettleMoney': 22568.18, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.702" endtime="20220402 10:18:50.703"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.704" level="INFO">${auditRequestItemId} = 707576838486102016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.703" endtime="20220402 10:18:50.704"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.704" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.704" endtime="20220402 10:18:50.704"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.705" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.704" endtime="20220402 10:18:50.705"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.705" level="INFO">${netWeight} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.705" endtime="20220402 10:18:50.706"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.706" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.706" endtime="20220402 10:18:50.706"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.707" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.706" endtime="20220402 10:18:50.707"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.707" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.707" endtime="20220402 10:18:50.707"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.708" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.708" endtime="20220402 10:18:50.708"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.708" level="INFO">${surcharge1} = 354.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.708" endtime="20220402 10:18:50.709"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.709" level="INFO">${surcharge2} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.709" endtime="20220402 10:18:50.709"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.709" level="INFO">${surcharge} = 354.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.709" endtime="20220402 10:18:50.710"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.710" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.710" endtime="20220402 10:18:50.710"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.711" level="INFO">${auditRequestId} = 707576838410604544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.710" endtime="20220402 10:18:50.711"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.712" level="INFO">${auditRequestItemId} = 707576838486102016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.711" endtime="20220402 10:18:50.712"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.712" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.712" endtime="20220402 10:18:50.712"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.713" level="INFO">${netWeight} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.712" endtime="20220402 10:18:50.713"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.713" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.713" endtime="20220402 10:18:50.713"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.713" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.713" endtime="20220402 10:18:50.714"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.714" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.714" endtime="20220402 10:18:50.714"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.714" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.714" endtime="20220402 10:18:50.714"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.715" level="INFO">${surcharge} = 354.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.715" endtime="20220402 10:18:50.715"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.715" level="INFO">${auditRequestId} = 707576838410604544</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.715" endtime="20220402 10:18:50.715"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.501" endtime="20220402 10:18:50.716"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.501" endtime="20220402 10:18:50.716"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:50.718" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.717" endtime="20220402 10:18:50.718"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.719" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.718" endtime="20220402 10:18:50.719"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.720" level="INFO">${data} = { "auditRequestId":"707576838410604544", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.719" endtime="20220402 10:18:50.720"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:50.853" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576838410604544", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.854" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:50 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:50.854" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.720" endtime="20220402 10:18:50.854"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.717" endtime="20220402 10:18:50.854"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.716" endtime="20220402 10:18:50.854"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.716" endtime="20220402 10:18:50.854"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:51.855" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:50.854" endtime="20220402 10:18:51.855"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取送货单详情</arg>
|
|
</arguments>
|
|
<kw name="获取送货单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:51.857" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:51.856" endtime="20220402 10:18:51.857"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.063" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.063" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.022,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.022000,"surcharge":354.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16100.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":26967.500,"prepayMoney":22922.380,"preSettleMoney":22568.180,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.064" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:51.857" endtime="20220402 10:18:52.064"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.065" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.064" endtime="20220402 10:18:52.065"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.067" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.066" endtime="20220402 10:18:52.067"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.068" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.067" endtime="20220402 10:18:52.068"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.069" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.068" endtime="20220402 10:18:52.069"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.070" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.069" endtime="20220402 10:18:52.070"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.071" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.070" endtime="20220402 10:18:52.071"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.072" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.071" endtime="20220402 10:18:52.072"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.073" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.072" endtime="20220402 10:18:52.073"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.074" level="INFO">${unitSurcharge} = 0.022</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.073" endtime="20220402 10:18:52.074"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.075" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.074" endtime="20220402 10:18:52.075"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.076" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.075" endtime="20220402 10:18:52.076"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.077" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.076" endtime="20220402 10:18:52.077"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.078" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.077" endtime="20220402 10:18:52.078"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.079" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.078" endtime="20220402 10:18:52.079"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.080" level="INFO">${unitSurcharge3} = 0.023</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.079" endtime="20220402 10:18:52.080"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.080" endtime="20220402 10:18:52.081"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.080" endtime="20220402 10:18:52.081"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.082" endtime="20220402 10:18:52.082"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.081" endtime="20220402 10:18:52.082"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.083" endtime="20220402 10:18:52.083"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.082" endtime="20220402 10:18:52.083"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.084" endtime="20220402 10:18:52.084"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.083" endtime="20220402 10:18:52.084"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.085" endtime="20220402 10:18:52.085"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.084" endtime="20220402 10:18:52.085"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.085" endtime="20220402 10:18:52.086"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.085" endtime="20220402 10:18:52.086"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.086" endtime="20220402 10:18:52.087"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.086" endtime="20220402 10:18:52.087"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.087" endtime="20220402 10:18:52.088"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.087" endtime="20220402 10:18:52.088"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.088" endtime="20220402 10:18:52.088"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.088" endtime="20220402 10:18:52.088"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.089" endtime="20220402 10:18:52.089"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.088" endtime="20220402 10:18:52.089"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.089" endtime="20220402 10:18:52.090"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.089" endtime="20220402 10:18:52.090"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.090" endtime="20220402 10:18:52.090"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.090" endtime="20220402 10:18:52.090"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.091" endtime="20220402 10:18:52.091"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.091" endtime="20220402 10:18:52.091"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.091" endtime="20220402 10:18:52.092"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.091" endtime="20220402 10:18:52.092"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.092" endtime="20220402 10:18:52.092"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.092" endtime="20220402 10:18:52.092"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.092" endtime="20220402 10:18:52.093"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.092" endtime="20220402 10:18:52.093"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.093" endtime="20220402 10:18:52.093"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.093" endtime="20220402 10:18:52.093"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.094" endtime="20220402 10:18:52.094"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.094" endtime="20220402 10:18:52.094"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.094" endtime="20220402 10:18:52.095"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.094" endtime="20220402 10:18:52.095"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.095" endtime="20220402 10:18:52.095"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.095" endtime="20220402 10:18:52.095"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.095" endtime="20220402 10:18:52.096"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.095" endtime="20220402 10:18:52.096"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.096" endtime="20220402 10:18:52.096"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.096" endtime="20220402 10:18:52.096"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.097" endtime="20220402 10:18:52.097"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.097" endtime="20220402 10:18:52.097"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.097" endtime="20220402 10:18:52.098"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.097" endtime="20220402 10:18:52.098"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.098" endtime="20220402 10:18:52.098"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.098" endtime="20220402 10:18:52.098"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.098" endtime="20220402 10:18:52.099"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.098" endtime="20220402 10:18:52.099"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.099" endtime="20220402 10:18:52.099"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.099" endtime="20220402 10:18:52.099"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.100" endtime="20220402 10:18:52.100"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.100" endtime="20220402 10:18:52.100"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.100" endtime="20220402 10:18:52.101"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.100" endtime="20220402 10:18:52.101"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.101" endtime="20220402 10:18:52.101"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.101" endtime="20220402 10:18:52.101"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.101" endtime="20220402 10:18:52.102"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.101" endtime="20220402 10:18:52.102"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.102" endtime="20220402 10:18:52.103"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.102" endtime="20220402 10:18:52.103"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.103" endtime="20220402 10:18:52.103"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.103" endtime="20220402 10:18:52.103"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.104" endtime="20220402 10:18:52.104"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.103" endtime="20220402 10:18:52.104"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.104" endtime="20220402 10:18:52.104"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.104" endtime="20220402 10:18:52.105"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.105" endtime="20220402 10:18:52.105"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.105" endtime="20220402 10:18:52.105"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.105" endtime="20220402 10:18:52.106"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.105" endtime="20220402 10:18:52.106"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.106" endtime="20220402 10:18:52.106"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.106" endtime="20220402 10:18:52.106"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.107" endtime="20220402 10:18:52.107"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.106" endtime="20220402 10:18:52.107"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.107" endtime="20220402 10:18:52.108"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.107" endtime="20220402 10:18:52.108"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.108" endtime="20220402 10:18:52.108"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.108" endtime="20220402 10:18:52.108"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.108" endtime="20220402 10:18:52.109"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.108" endtime="20220402 10:18:52.109"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.109" endtime="20220402 10:18:52.109"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.109" endtime="20220402 10:18:52.109"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.110" endtime="20220402 10:18:52.110"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.109" endtime="20220402 10:18:52.110"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.110" endtime="20220402 10:18:52.110"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.110" endtime="20220402 10:18:52.110"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.111" endtime="20220402 10:18:52.111"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.111" endtime="20220402 10:18:52.111"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.111" endtime="20220402 10:18:52.112"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.111" endtime="20220402 10:18:52.112"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.112" endtime="20220402 10:18:52.112"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.112" endtime="20220402 10:18:52.112"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.112" endtime="20220402 10:18:52.113"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.112" endtime="20220402 10:18:52.113"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.113" endtime="20220402 10:18:52.113"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.113" endtime="20220402 10:18:52.114"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.114" endtime="20220402 10:18:52.114"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.114" endtime="20220402 10:18:52.114"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.114" endtime="20220402 10:18:52.115"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.114" endtime="20220402 10:18:52.115"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.115" endtime="20220402 10:18:52.116"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.115" endtime="20220402 10:18:52.116"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.116" endtime="20220402 10:18:52.116"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.116" endtime="20220402 10:18:52.116"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.116" endtime="20220402 10:18:52.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.116" endtime="20220402 10:18:52.117"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.117" endtime="20220402 10:18:52.117"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.117" endtime="20220402 10:18:52.117"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.118" endtime="20220402 10:18:52.118"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.117" endtime="20220402 10:18:52.118"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.118" endtime="20220402 10:18:52.119"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.118" endtime="20220402 10:18:52.119"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.119" endtime="20220402 10:18:52.119"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.119" endtime="20220402 10:18:52.119"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.119" endtime="20220402 10:18:52.120"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.119" endtime="20220402 10:18:52.120"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.120" endtime="20220402 10:18:52.120"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.120" endtime="20220402 10:18:52.120"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.121" endtime="20220402 10:18:52.121"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.120" endtime="20220402 10:18:52.121"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.121" endtime="20220402 10:18:52.121"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.121" endtime="20220402 10:18:52.121"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.122" endtime="20220402 10:18:52.122"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.122" endtime="20220402 10:18:52.122"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.122" endtime="20220402 10:18:52.123"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.122" endtime="20220402 10:18:52.123"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.123" endtime="20220402 10:18:52.123"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.123" endtime="20220402 10:18:52.123"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.124" endtime="20220402 10:18:52.124"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.123" endtime="20220402 10:18:52.124"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.124" endtime="20220402 10:18:52.125"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.124" endtime="20220402 10:18:52.125"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.125" endtime="20220402 10:18:52.125"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.125" endtime="20220402 10:18:52.125"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.125" endtime="20220402 10:18:52.126"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.125" endtime="20220402 10:18:52.126"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.126" endtime="20220402 10:18:52.127"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.126" endtime="20220402 10:18:52.127"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.127" endtime="20220402 10:18:52.128"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.127" endtime="20220402 10:18:52.128"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.128" endtime="20220402 10:18:52.129"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.128" endtime="20220402 10:18:52.129"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.129" endtime="20220402 10:18:52.129"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.129" endtime="20220402 10:18:52.129"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.130" endtime="20220402 10:18:52.130"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.129" endtime="20220402 10:18:52.130"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.130" endtime="20220402 10:18:52.131"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.130" endtime="20220402 10:18:52.131"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.131" endtime="20220402 10:18:52.131"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.131" endtime="20220402 10:18:52.131"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.131" endtime="20220402 10:18:52.132"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.131" endtime="20220402 10:18:52.132"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.132" endtime="20220402 10:18:52.132"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.132" endtime="20220402 10:18:52.132"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.133" endtime="20220402 10:18:52.133"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.132" endtime="20220402 10:18:52.133"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.133" endtime="20220402 10:18:52.133"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.133" endtime="20220402 10:18:52.134"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.134" endtime="20220402 10:18:52.134"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.134" endtime="20220402 10:18:52.134"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.134" endtime="20220402 10:18:52.135"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.134" endtime="20220402 10:18:52.135"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.135" endtime="20220402 10:18:52.135"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.135" endtime="20220402 10:18:52.135"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.135" endtime="20220402 10:18:52.136"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.135" endtime="20220402 10:18:52.136"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.136" endtime="20220402 10:18:52.136"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.136" endtime="20220402 10:18:52.136"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.137" endtime="20220402 10:18:52.137"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.137" endtime="20220402 10:18:52.137"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.137" endtime="20220402 10:18:52.138"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.137" endtime="20220402 10:18:52.138"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.138" endtime="20220402 10:18:52.138"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.138" endtime="20220402 10:18:52.138"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.138" endtime="20220402 10:18:52.139"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.138" endtime="20220402 10:18:52.139"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.139" endtime="20220402 10:18:52.139"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.139" endtime="20220402 10:18:52.139"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.140" endtime="20220402 10:18:52.140"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.140" endtime="20220402 10:18:52.140"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.141" endtime="20220402 10:18:52.141"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.140" endtime="20220402 10:18:52.141"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.141" endtime="20220402 10:18:52.142"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.141" endtime="20220402 10:18:52.142"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.142" endtime="20220402 10:18:52.142"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.142" endtime="20220402 10:18:52.142"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.142" endtime="20220402 10:18:52.143"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.142" endtime="20220402 10:18:52.143"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.143" endtime="20220402 10:18:52.143"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.143" endtime="20220402 10:18:52.143"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.143" endtime="20220402 10:18:52.144"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.143" endtime="20220402 10:18:52.144"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.144" endtime="20220402 10:18:52.144"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.144" endtime="20220402 10:18:52.144"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.022" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.145" endtime="20220402 10:18:52.145"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.145" endtime="20220402 10:18:52.145"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.080" endtime="20220402 10:18:52.145"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.146" level="INFO">${netWeight} = 16100.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.145" endtime="20220402 10:18:52.146"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+300</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.146" level="INFO">${netWeight3} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.146" endtime="20220402 10:18:52.146"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:52.146" endtime="20220402 10:18:52.146"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.147" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.147" endtime="20220402 10:18:52.147"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.147" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.147" endtime="20220402 10:18:52.147"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.148" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.148" endtime="20220402 10:18:52.148"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.148" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.148" endtime="20220402 10:18:52.148"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.149" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.149" endtime="20220402 10:18:52.149"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.149" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.149" endtime="20220402 10:18:52.149"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.150" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.150" endtime="20220402 10:18:52.150"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.150" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.150" endtime="20220402 10:18:52.151"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.151" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.151" endtime="20220402 10:18:52.151"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.151" level="INFO">${unitSurcharge3} = 0.023</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.151" endtime="20220402 10:18:52.151"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.152" level="INFO">${netWeight3} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.152" endtime="20220402 10:18:52.152"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.152" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.152" endtime="20220402 10:18:52.152"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.153" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.153" endtime="20220402 10:18:52.153"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:51.856" endtime="20220402 10:18:52.153"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:51.855" endtime="20220402 10:18:52.153"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>上传送货单</arg>
|
|
</arguments>
|
|
<kw name="上传送货单" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.154" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.154" endtime="20220402 10:18:52.155"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.155" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.155" endtime="20220402 10:18:52.155"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":"${netWeight3}", \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge3}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "id":"${磅单id}" \ \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.157" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16400.0", "settleWeight":null, "unitSurcharge":0.023, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.155" endtime="20220402 10:18:52.157"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.158" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16400.0", "settleWeight":null, "unitSurcharge":0.023, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.157" endtime="20220402 10:18:52.158"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.350" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '1031'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16400.0", "settleWeight":null, "unitSurcharge":0.023, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.350" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.350" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.158" endtime="20220402 10:18:52.351"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.351" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': None}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.351" endtime="20220402 10:18:52.351"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.352" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.352" endtime="20220402 10:18:52.352"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.353" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.352" endtime="20220402 10:18:52.353"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.353" endtime="20220402 10:18:52.353"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.354" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.353" endtime="20220402 10:18:52.354"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.154" endtime="20220402 10:18:52.354"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.153" endtime="20220402 10:18:52.354"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.355" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.354" endtime="20220402 10:18:52.355"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.494" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.494" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.494" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.355" endtime="20220402 10:18:52.494"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.495" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.494" endtime="20220402 10:18:52.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.354" endtime="20220402 10:18:52.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.354" endtime="20220402 10:18:52.495"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传送货单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传送货单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.496" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.496" endtime="20220402 10:18:52.497"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.676" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.677" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.023,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.023000,"surcharge":377.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16400.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":27470.000,"prepayMoney":23349.500,"preSettleMoney":22972.300,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.677" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.497" endtime="20220402 10:18:52.677"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.678" level="INFO">${netWeight} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.677" endtime="20220402 10:18:52.678"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.679" level="INFO">${unitSurcharge} = 0.023</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.678" endtime="20220402 10:18:52.679"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.680" level="INFO">${netWeight} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.679" endtime="20220402 10:18:52.680"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.680" level="INFO">${unitSurcharge} = 0.023</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.680" endtime="20220402 10:18:52.680"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.496" endtime="20220402 10:18:52.680"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.495" endtime="20220402 10:18:52.680"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.682" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.681" endtime="20220402 10:18:52.682"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.775" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.775" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46259","orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576848376270848","weightNoteId":"707576814230441984","orderCreateTime":"2022-04-02 10:18:42","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":16400.000,"deductedPoint":null,"settleWeight":null,"settleUtiPrice":1.675000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.023,"adjustMoney":null,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":12,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":null,"fundSourceId":null,"warehouseName":"钟落潭仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":null,"publicSubsidies":0.000000,"unitPrice":1.675000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":null,"paperMillBizName":"qniaoGuest","allAgencyFee":377.200000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2022-04-02","refundSubsidy":0E-9,"isNoPeriodOrder":false,"firstSettlementPrice":22972.300000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.775" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.682" endtime="20220402 10:18:52.775"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.776" level="INFO">${台账列表数据} = {'id': '46259', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576848376270848', 'weightNoteId': '707576814230441984', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.775" endtime="20220402 10:18:52.776"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.776" endtime="20220402 10:18:52.777"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:52.777" endtime="20220402 10:18:52.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.681" endtime="20220402 10:18:52.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.681" endtime="20220402 10:18:52.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:50.422" endtime="20220402 10:18:52.778"></status>
|
|
</kw>
|
|
<kw name="${items} = 3" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.779" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.779" endtime="20220402 10:18:52.780"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.844" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.844" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576848376270848","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":22972.300000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:52.845" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.780" endtime="20220402 10:18:52.845"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.845" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.845" endtime="20220402 10:18:52.846"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:52.846" level="INFO">${auditRequestId} = 707576848376270848</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.846" endtime="20220402 10:18:52.846"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.847" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.846" endtime="20220402 10:18:52.847"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.847" level="INFO">${auditRequestId} = 707576848376270848</msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.847" endtime="20220402 10:18:52.847"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.779" endtime="20220402 10:18:52.848"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.778" endtime="20220402 10:18:52.848"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:52.849" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.848" endtime="20220402 10:18:52.849"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.049" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576848376270848/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576848376270848/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:53.049" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576848376270848/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:53 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576848376270848","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576848447574016","driverName":null,"plateNumber":"京SGGGGG","netWeight":16400.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":22972.300000,"adjustmentFee":null,"unitSurcharge":0.023000,"receivablePrice":23349.500000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":25591.05,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":27470.000,"prepayMoney":23349.500,"preSettleMoney":22972.300,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:53.050" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:52.850" endtime="20220402 10:18:53.050"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.051" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576848376270848', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576848447574016', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 16400.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 22972.3, 'adjustmentFee': None, 'unitSurcharge': 0.023, 'receivablePrice': 23349.5, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 25591.05, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 27470.0, 'prepayMoney': 23349.5, 'preSettleMoney': 22972.3, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.050" endtime="20220402 10:18:53.051"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.052" level="INFO">${auditRequestItemId} = 707576848447574016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.051" endtime="20220402 10:18:53.052"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.052" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.052" endtime="20220402 10:18:53.052"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.053" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.052" endtime="20220402 10:18:53.053"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.053" level="INFO">${netWeight} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.053" endtime="20220402 10:18:53.053"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.054" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.054" endtime="20220402 10:18:53.054"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.055" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.054" endtime="20220402 10:18:53.055"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.055" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.055" endtime="20220402 10:18:53.055"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.056" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.056" endtime="20220402 10:18:53.056"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.056" level="INFO">${surcharge1} = 377.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.056" endtime="20220402 10:18:53.056"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.057" level="INFO">${surcharge2} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.057" endtime="20220402 10:18:53.057"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.057" level="INFO">${surcharge} = 377.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.057" endtime="20220402 10:18:53.057"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.058" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.058" endtime="20220402 10:18:53.058"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.058" level="INFO">${auditRequestId} = 707576848376270848</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.058" endtime="20220402 10:18:53.059"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.059" level="INFO">${auditRequestItemId} = 707576848447574016</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.059" endtime="20220402 10:18:53.059"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.059" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.059" endtime="20220402 10:18:53.060"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.060" level="INFO">${netWeight} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.060" endtime="20220402 10:18:53.060"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.060" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.060" endtime="20220402 10:18:53.060"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.061" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.061" endtime="20220402 10:18:53.061"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.061" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.061" endtime="20220402 10:18:53.061"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.062" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.062" endtime="20220402 10:18:53.062"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.062" level="INFO">${surcharge} = 377.2</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.062" endtime="20220402 10:18:53.062"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.063" level="INFO">${auditRequestId} = 707576848376270848</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.063" endtime="20220402 10:18:53.063"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.848" endtime="20220402 10:18:53.063"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.848" endtime="20220402 10:18:53.063"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:53.065" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.064" endtime="20220402 10:18:53.065"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.065" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.065" endtime="20220402 10:18:53.066"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.066" level="INFO">${data} = { "auditRequestId":"707576848376270848", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.066" endtime="20220402 10:18:53.066"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:53.200" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576848376270848", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:53.200" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:53 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:53.201" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.066" endtime="20220402 10:18:53.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:53.064" endtime="20220402 10:18:53.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:53.064" endtime="20220402 10:18:53.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:53.063" endtime="20220402 10:18:53.201"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.202" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:53.201" endtime="20220402 10:18:54.202"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取送货单详情</arg>
|
|
</arguments>
|
|
<kw name="获取送货单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.203" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.203" endtime="20220402 10:18:54.204"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.384" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.385" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:54 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.023,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.023000,"surcharge":377.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16400.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":27470.000,"prepayMoney":23349.500,"preSettleMoney":22972.300,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.385" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.204" endtime="20220402 10:18:54.385"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.386" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.385" endtime="20220402 10:18:54.386"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.387" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.386" endtime="20220402 10:18:54.387"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.387" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.387" endtime="20220402 10:18:54.387"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.388" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.387" endtime="20220402 10:18:54.388"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.389" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.388" endtime="20220402 10:18:54.389"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.389" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.389" endtime="20220402 10:18:54.389"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.390" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.389" endtime="20220402 10:18:54.390"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.391" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.390" endtime="20220402 10:18:54.391"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.391" level="INFO">${unitSurcharge} = 0.023</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.391" endtime="20220402 10:18:54.391"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.392" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.392" endtime="20220402 10:18:54.392"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.392" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.392" endtime="20220402 10:18:54.393"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.393" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.393" endtime="20220402 10:18:54.393"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.394" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.393" endtime="20220402 10:18:54.394"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.395" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.394" endtime="20220402 10:18:54.395"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.395" level="INFO">${unitSurcharge3} = 0.024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.395" endtime="20220402 10:18:54.395"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.396" endtime="20220402 10:18:54.396"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.395" endtime="20220402 10:18:54.396"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.396" endtime="20220402 10:18:54.397"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.396" endtime="20220402 10:18:54.397"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.397" endtime="20220402 10:18:54.398"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.397" endtime="20220402 10:18:54.398"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.398" endtime="20220402 10:18:54.398"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.398" endtime="20220402 10:18:54.398"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.398" endtime="20220402 10:18:54.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.398" endtime="20220402 10:18:54.399"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.399" endtime="20220402 10:18:54.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.399" endtime="20220402 10:18:54.399"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.400" endtime="20220402 10:18:54.400"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.399" endtime="20220402 10:18:54.400"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.400" endtime="20220402 10:18:54.401"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.400" endtime="20220402 10:18:54.401"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.401" endtime="20220402 10:18:54.401"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.401" endtime="20220402 10:18:54.401"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.402" endtime="20220402 10:18:54.402"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.401" endtime="20220402 10:18:54.402"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.402" endtime="20220402 10:18:54.403"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.402" endtime="20220402 10:18:54.403"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.403" endtime="20220402 10:18:54.403"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.403" endtime="20220402 10:18:54.403"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.403" endtime="20220402 10:18:54.404"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.403" endtime="20220402 10:18:54.404"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.404" endtime="20220402 10:18:54.404"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.404" endtime="20220402 10:18:54.405"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.405" endtime="20220402 10:18:54.405"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.405" endtime="20220402 10:18:54.405"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.405" endtime="20220402 10:18:54.406"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.405" endtime="20220402 10:18:54.406"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.406" endtime="20220402 10:18:54.406"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.406" endtime="20220402 10:18:54.406"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.407" endtime="20220402 10:18:54.407"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.406" endtime="20220402 10:18:54.407"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.407" endtime="20220402 10:18:54.408"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.407" endtime="20220402 10:18:54.408"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.408" endtime="20220402 10:18:54.408"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.408" endtime="20220402 10:18:54.408"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.409" endtime="20220402 10:18:54.409"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.409" endtime="20220402 10:18:54.409"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.409" endtime="20220402 10:18:54.410"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.409" endtime="20220402 10:18:54.410"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.410" endtime="20220402 10:18:54.410"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.410" endtime="20220402 10:18:54.410"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.411" endtime="20220402 10:18:54.411"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.410" endtime="20220402 10:18:54.411"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.411" endtime="20220402 10:18:54.411"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.411" endtime="20220402 10:18:54.411"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.412" endtime="20220402 10:18:54.412"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.411" endtime="20220402 10:18:54.412"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.412" endtime="20220402 10:18:54.412"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.412" endtime="20220402 10:18:54.412"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.413" endtime="20220402 10:18:54.413"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.413" endtime="20220402 10:18:54.413"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.413" endtime="20220402 10:18:54.414"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.413" endtime="20220402 10:18:54.414"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.414" endtime="20220402 10:18:54.414"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.414" endtime="20220402 10:18:54.414"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.414" endtime="20220402 10:18:54.415"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.414" endtime="20220402 10:18:54.415"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.415" endtime="20220402 10:18:54.415"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.415" endtime="20220402 10:18:54.415"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.415" endtime="20220402 10:18:54.416"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.415" endtime="20220402 10:18:54.416"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.416" endtime="20220402 10:18:54.416"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.416" endtime="20220402 10:18:54.416"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.417" endtime="20220402 10:18:54.417"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.416" endtime="20220402 10:18:54.417"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.417" endtime="20220402 10:18:54.417"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.417" endtime="20220402 10:18:54.417"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.418" endtime="20220402 10:18:54.418"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.418" endtime="20220402 10:18:54.418"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.418" endtime="20220402 10:18:54.419"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.418" endtime="20220402 10:18:54.419"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.419" endtime="20220402 10:18:54.419"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.419" endtime="20220402 10:18:54.419"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.419" endtime="20220402 10:18:54.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.419" endtime="20220402 10:18:54.420"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.420" endtime="20220402 10:18:54.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.420" endtime="20220402 10:18:54.421"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.421" endtime="20220402 10:18:54.421"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.421" endtime="20220402 10:18:54.421"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.421" endtime="20220402 10:18:54.422"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.421" endtime="20220402 10:18:54.422"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.422" endtime="20220402 10:18:54.422"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.422" endtime="20220402 10:18:54.422"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.422" endtime="20220402 10:18:54.423"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.422" endtime="20220402 10:18:54.423"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.423" endtime="20220402 10:18:54.423"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.423" endtime="20220402 10:18:54.423"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.424" endtime="20220402 10:18:54.424"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.423" endtime="20220402 10:18:54.424"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.424" endtime="20220402 10:18:54.424"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.424" endtime="20220402 10:18:54.424"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.425" endtime="20220402 10:18:54.425"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.424" endtime="20220402 10:18:54.425"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.425" endtime="20220402 10:18:54.425"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.425" endtime="20220402 10:18:54.425"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.426" endtime="20220402 10:18:54.426"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.426" endtime="20220402 10:18:54.426"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.426" endtime="20220402 10:18:54.427"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.426" endtime="20220402 10:18:54.427"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.427" endtime="20220402 10:18:54.427"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.427" endtime="20220402 10:18:54.427"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.427" endtime="20220402 10:18:54.428"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.427" endtime="20220402 10:18:54.428"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.428" endtime="20220402 10:18:54.428"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.428" endtime="20220402 10:18:54.428"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.428" endtime="20220402 10:18:54.429"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.428" endtime="20220402 10:18:54.429"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.429" endtime="20220402 10:18:54.429"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.429" endtime="20220402 10:18:54.429"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.430" endtime="20220402 10:18:54.430"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.429" endtime="20220402 10:18:54.430"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.430" endtime="20220402 10:18:54.430"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.430" endtime="20220402 10:18:54.430"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.431" endtime="20220402 10:18:54.431"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.431" endtime="20220402 10:18:54.431"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.431" endtime="20220402 10:18:54.432"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.431" endtime="20220402 10:18:54.432"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.432" endtime="20220402 10:18:54.432"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.432" endtime="20220402 10:18:54.432"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.433" endtime="20220402 10:18:54.433"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.432" endtime="20220402 10:18:54.433"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.433" endtime="20220402 10:18:54.433"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.433" endtime="20220402 10:18:54.433"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.434" endtime="20220402 10:18:54.434"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.434" endtime="20220402 10:18:54.434"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.434" endtime="20220402 10:18:54.434"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.434" endtime="20220402 10:18:54.435"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.435" endtime="20220402 10:18:54.435"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.435" endtime="20220402 10:18:54.435"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.435" endtime="20220402 10:18:54.436"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.435" endtime="20220402 10:18:54.436"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.436" endtime="20220402 10:18:54.436"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.436" endtime="20220402 10:18:54.436"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.436" endtime="20220402 10:18:54.437"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.436" endtime="20220402 10:18:54.437"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.437" endtime="20220402 10:18:54.437"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.437" endtime="20220402 10:18:54.437"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.437" endtime="20220402 10:18:54.438"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.437" endtime="20220402 10:18:54.438"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.438" endtime="20220402 10:18:54.438"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.438" endtime="20220402 10:18:54.438"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.439" endtime="20220402 10:18:54.439"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.439" endtime="20220402 10:18:54.439"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.439" endtime="20220402 10:18:54.440"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.439" endtime="20220402 10:18:54.440"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.440" endtime="20220402 10:18:54.440"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.440" endtime="20220402 10:18:54.440"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.441" endtime="20220402 10:18:54.441"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.441" endtime="20220402 10:18:54.441"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.441" endtime="20220402 10:18:54.442"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.441" endtime="20220402 10:18:54.442"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.442" endtime="20220402 10:18:54.442"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.442" endtime="20220402 10:18:54.442"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.443" endtime="20220402 10:18:54.443"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.442" endtime="20220402 10:18:54.443"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.443" endtime="20220402 10:18:54.444"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.443" endtime="20220402 10:18:54.444"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.444" endtime="20220402 10:18:54.444"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.444" endtime="20220402 10:18:54.444"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.445" endtime="20220402 10:18:54.445"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.445" endtime="20220402 10:18:54.445"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.445" endtime="20220402 10:18:54.446"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.445" endtime="20220402 10:18:54.446"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.446" endtime="20220402 10:18:54.446"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.446" endtime="20220402 10:18:54.446"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.446" endtime="20220402 10:18:54.447"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.446" endtime="20220402 10:18:54.447"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.447" endtime="20220402 10:18:54.447"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.447" endtime="20220402 10:18:54.447"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.448" endtime="20220402 10:18:54.448"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.447" endtime="20220402 10:18:54.448"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.448" endtime="20220402 10:18:54.449"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.448" endtime="20220402 10:18:54.449"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.449" endtime="20220402 10:18:54.449"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.449" endtime="20220402 10:18:54.449"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.450" endtime="20220402 10:18:54.450"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.449" endtime="20220402 10:18:54.450"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.450" endtime="20220402 10:18:54.451"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.450" endtime="20220402 10:18:54.451"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.451" endtime="20220402 10:18:54.451"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.451" endtime="20220402 10:18:54.451"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.452" endtime="20220402 10:18:54.452"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.451" endtime="20220402 10:18:54.452"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.452" endtime="20220402 10:18:54.453"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.452" endtime="20220402 10:18:54.453"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.453" endtime="20220402 10:18:54.453"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.453" endtime="20220402 10:18:54.453"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.453" endtime="20220402 10:18:54.454"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.453" endtime="20220402 10:18:54.454"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.454" endtime="20220402 10:18:54.454"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.454" endtime="20220402 10:18:54.454"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.455" endtime="20220402 10:18:54.455"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.455" endtime="20220402 10:18:54.455"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.023" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.455" endtime="20220402 10:18:54.456"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.455" endtime="20220402 10:18:54.456"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.395" endtime="20220402 10:18:54.456"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.456" level="INFO">${netWeight} = 16400.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.456" endtime="20220402 10:18:54.456"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+300</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.457" level="INFO">${netWeight3} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.457" endtime="20220402 10:18:54.457"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:54.457" endtime="20220402 10:18:54.457"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.458" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.458" endtime="20220402 10:18:54.458"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.458" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.458" endtime="20220402 10:18:54.458"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.459" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.459" endtime="20220402 10:18:54.459"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.459" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.459" endtime="20220402 10:18:54.459"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.460" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.460" endtime="20220402 10:18:54.460"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.460" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.460" endtime="20220402 10:18:54.460"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.461" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.461" endtime="20220402 10:18:54.461"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.461" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.461" endtime="20220402 10:18:54.462"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.462" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.462" endtime="20220402 10:18:54.462"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.463" level="INFO">${unitSurcharge3} = 0.024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.462" endtime="20220402 10:18:54.463"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.463" level="INFO">${netWeight3} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.463" endtime="20220402 10:18:54.463"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.463" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.463" endtime="20220402 10:18:54.464"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.464" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.464" endtime="20220402 10:18:54.464"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.203" endtime="20220402 10:18:54.464"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.202" endtime="20220402 10:18:54.464"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>上传送货单</arg>
|
|
</arguments>
|
|
<kw name="上传送货单" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.466" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.465" endtime="20220402 10:18:54.466"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.466" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.466" endtime="20220402 10:18:54.466"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":"${netWeight3}", \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge3}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "id":"${磅单id}" \ \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.468" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16700.0", "settleWeight":null, "unitSurcharge":0.024, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.466" endtime="20220402 10:18:54.468"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.469" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16700.0", "settleWeight":null, "unitSurcharge":0.024, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.468" endtime="20220402 10:18:54.469"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.661" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '1031'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16700.0", "settleWeight":null, "unitSurcharge":0.024, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.662" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:54 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.662" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.469" endtime="20220402 10:18:54.662"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.663" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': None}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.662" endtime="20220402 10:18:54.663"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.663" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.663" endtime="20220402 10:18:54.663"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.664" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.663" endtime="20220402 10:18:54.664"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:54.664" endtime="20220402 10:18:54.664"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.665" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.664" endtime="20220402 10:18:54.665"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.465" endtime="20220402 10:18:54.665"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.464" endtime="20220402 10:18:54.665"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.666" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.666" endtime="20220402 10:18:54.667"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:54.840" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.840" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:54 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:54.841" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.667" endtime="20220402 10:18:54.841"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.841" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.841" endtime="20220402 10:18:54.842"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.665" endtime="20220402 10:18:54.842"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.665" endtime="20220402 10:18:54.842"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传送货单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传送货单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:54.843" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.843" endtime="20220402 10:18:54.843"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.011" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.011" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.024,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.024000,"surcharge":400.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16700.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":27972.500,"prepayMoney":23776.630,"preSettleMoney":23375.830,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.012" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:54.843" endtime="20220402 10:18:55.012"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.013" level="INFO">${netWeight} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.012" endtime="20220402 10:18:55.013"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.014" level="INFO">${unitSurcharge} = 0.024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.013" endtime="20220402 10:18:55.014"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.014" level="INFO">${netWeight} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.014" endtime="20220402 10:18:55.014"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.015" level="INFO">${unitSurcharge} = 0.024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.015" endtime="20220402 10:18:55.015"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.842" endtime="20220402 10:18:55.015"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:54.842" endtime="20220402 10:18:55.015"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.017" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.016" endtime="20220402 10:18:55.017"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.102" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.102" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46259","orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576858069307392","weightNoteId":"707576814230441984","orderCreateTime":"2022-04-02 10:18:42","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":16700.000,"deductedPoint":null,"settleWeight":null,"settleUtiPrice":1.675000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.024,"adjustMoney":null,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":12,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":null,"fundSourceId":null,"warehouseName":"钟落潭仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":null,"publicSubsidies":0.000000,"unitPrice":1.675000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":null,"paperMillBizName":"qniaoGuest","allAgencyFee":400.800000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2022-04-02","refundSubsidy":0E-9,"isNoPeriodOrder":false,"firstSettlementPrice":23375.830000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.102" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.017" endtime="20220402 10:18:55.102"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.103" level="INFO">${台账列表数据} = {'id': '46259', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576858069307392', 'weightNoteId': '707576814230441984', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.102" endtime="20220402 10:18:55.103"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:55.103" endtime="20220402 10:18:55.104"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:55.104" endtime="20220402 10:18:55.105"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.016" endtime="20220402 10:18:55.105"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.015" endtime="20220402 10:18:55.105"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:52.778" endtime="20220402 10:18:55.105"></status>
|
|
</kw>
|
|
<kw name="${items} = 4" type="foritem">
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_operation_list</arg>
|
|
</arguments>
|
|
<kw name="get_operation_list" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.106" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.106" endtime="20220402 10:18:55.107"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.174" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.174" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576858069307392","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":23375.830000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.174" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.107" endtime="20220402 10:18:55.174"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.175" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.175" endtime="20220402 10:18:55.175"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.176" level="INFO">${auditRequestId} = 707576858069307392</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.175" endtime="20220402 10:18:55.176"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.176" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.176" endtime="20220402 10:18:55.176"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.177" level="INFO">${auditRequestId} = 707576858069307392</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.177" endtime="20220402 10:18:55.177"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.105" endtime="20220402 10:18:55.177"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.105" endtime="20220402 10:18:55.177"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>get_order-receipt-audit-details</arg>
|
|
</arguments>
|
|
<kw name="get_order-receipt-audit-details" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.178" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.178" endtime="20220402 10:18:55.178"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.384" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576858069307392/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576858069307392/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.384" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576858069307392/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576858069307392","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576858144804864","driverName":null,"plateNumber":"京SGGGGG","netWeight":16700.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":23375.830000,"adjustmentFee":null,"unitSurcharge":0.024000,"receivablePrice":23776.630000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":26059.18,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":27972.500,"prepayMoney":23776.630,"preSettleMoney":23375.830,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.385" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.179" endtime="20220402 10:18:55.385"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.386" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576858069307392', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576858144804864', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 16700.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 23375.83, 'adjustmentFee': None, 'unitSurcharge': 0.024, 'receivablePrice': 23776.63, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 26059.18, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 27972.5, 'prepayMoney': 23776.63, 'preSettleMoney': 23375.83, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.385" endtime="20220402 10:18:55.386"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.387" level="INFO">${auditRequestItemId} = 707576858144804864</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.386" endtime="20220402 10:18:55.387"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.388" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.387" endtime="20220402 10:18:55.388"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.389" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.388" endtime="20220402 10:18:55.389"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.389" level="INFO">${netWeight} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.389" endtime="20220402 10:18:55.389"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.390" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.389" endtime="20220402 10:18:55.390"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.390" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.390" endtime="20220402 10:18:55.390"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.391" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.391" endtime="20220402 10:18:55.391"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.392" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.391" endtime="20220402 10:18:55.392"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${netWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge1}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.392" level="INFO">${surcharge1} = 400.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.392" endtime="20220402 10:18:55.392"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}*${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge2}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.393" level="INFO">${surcharge2} = 0.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.392" endtime="20220402 10:18:55.393"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxySellerSettleType}'=='0'</arg>
|
|
<arg>${surcharge1}</arg>
|
|
<arg>${surcharge2}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.393" level="INFO">${surcharge} = 400.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.393" endtime="20220402 10:18:55.393"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.394" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.393" endtime="20220402 10:18:55.394"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.394" level="INFO">${auditRequestId} = 707576858069307392</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.394" endtime="20220402 10:18:55.394"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.395" level="INFO">${auditRequestItemId} = 707576858144804864</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.394" endtime="20220402 10:18:55.395"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.395" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.395" endtime="20220402 10:18:55.395"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.396" level="INFO">${netWeight} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.395" endtime="20220402 10:18:55.396"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.396" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.396" endtime="20220402 10:18:55.397"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.397" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.397" endtime="20220402 10:18:55.397"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.397" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.397" endtime="20220402 10:18:55.398"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.398" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.398" endtime="20220402 10:18:55.398"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.398" level="INFO">${surcharge} = 400.8</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.398" endtime="20220402 10:18:55.399"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.399" level="INFO">${auditRequestId} = 707576858069307392</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.399" endtime="20220402 10:18:55.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.177" endtime="20220402 10:18:55.399"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.177" endtime="20220402 10:18:55.399"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${audit_status}'=='0'</arg>
|
|
<arg>Run Keyword</arg>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>运营审核驳回</arg>
|
|
</arguments>
|
|
<kw name="运营审核驳回" library="运营审核驳回">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:55.401" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.400" endtime="20220402 10:18:55.401"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.401" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.401" endtime="20220402 10:18:55.401"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.402" level="INFO">${data} = { "auditRequestId":"707576858069307392", "isPass":2, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.401" endtime="20220402 10:18:55.402"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:55.537" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{ "auditRequestId":"707576858069307392", "isPass":2, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.537" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:55 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:55.537" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.402" endtime="20220402 10:18:55.537"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.400" endtime="20220402 10:18:55.538"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.400" endtime="20220402 10:18:55.538"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.399" endtime="20220402 10:18:55.538"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.538" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:55.538" endtime="20220402 10:18:56.539"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取送货单详情</arg>
|
|
</arguments>
|
|
<kw name="获取送货单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.540" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.540" endtime="20220402 10:18:56.541"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId} &orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.733" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:56.733" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040%20&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:56 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.024,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.024000,"surcharge":400.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":16700.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":51,"auditStatus":0,"preTotalMoney":27972.500,"prepayMoney":23776.630,"preSettleMoney":23375.830,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2022-04-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":0},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:56.733" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.541" endtime="20220402 10:18:56.733"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.734" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.733" endtime="20220402 10:18:56.734"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.735" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.734" endtime="20220402 10:18:56.735"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.736" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.735" endtime="20220402 10:18:56.736"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.737" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.736" endtime="20220402 10:18:56.737"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>activitySettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activitySettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.737" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.737" endtime="20220402 10:18:56.737"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.738" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.737" endtime="20220402 10:18:56.738"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.739" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.738" endtime="20220402 10:18:56.739"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.739" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.739" endtime="20220402 10:18:56.739"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.740" level="INFO">${unitSurcharge} = 0.024</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.739" endtime="20220402 10:18:56.740"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.741" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.740" endtime="20220402 10:18:56.741"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.741" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.741" endtime="20220402 10:18:56.741"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.742" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.741" endtime="20220402 10:18:56.742"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${磅单id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.742" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.742" endtime="20220402 10:18:56.742"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.743" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.743" endtime="20220402 10:18:56.743"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}+0.001</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.743" level="INFO">${unitSurcharge3} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.743" endtime="20220402 10:18:56.743"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} IN RANGE [ ${unitSurcharge} | 100 ]" type="for">
|
|
<kw name="${代卖费index} = 0.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.744" endtime="20220402 10:18:56.744"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.744" endtime="20220402 10:18:56.744"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 1.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.744" endtime="20220402 10:18:56.745"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.744" endtime="20220402 10:18:56.745"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 2.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.745" endtime="20220402 10:18:56.745"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.745" endtime="20220402 10:18:56.745"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 3.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.746" endtime="20220402 10:18:56.746"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.746" endtime="20220402 10:18:56.746"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 4.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.746" endtime="20220402 10:18:56.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.746" endtime="20220402 10:18:56.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 5.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.747" endtime="20220402 10:18:56.747"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.747" endtime="20220402 10:18:56.747"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 6.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.748" endtime="20220402 10:18:56.748"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.747" endtime="20220402 10:18:56.748"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 7.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.748" endtime="20220402 10:18:56.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.748" endtime="20220402 10:18:56.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 8.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.749" endtime="20220402 10:18:56.749"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.749" endtime="20220402 10:18:56.749"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 9.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.749" endtime="20220402 10:18:56.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.749" endtime="20220402 10:18:56.750"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 10.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.750" endtime="20220402 10:18:56.750"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.750" endtime="20220402 10:18:56.750"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 11.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.751" endtime="20220402 10:18:56.751"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.751" endtime="20220402 10:18:56.751"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 12.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.751" endtime="20220402 10:18:56.752"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.751" endtime="20220402 10:18:56.752"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 13.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.752" endtime="20220402 10:18:56.753"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.752" endtime="20220402 10:18:56.753"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 14.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.753" endtime="20220402 10:18:56.753"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.753" endtime="20220402 10:18:56.753"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 15.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.753" endtime="20220402 10:18:56.754"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.753" endtime="20220402 10:18:56.754"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 16.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.754" endtime="20220402 10:18:56.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.754" endtime="20220402 10:18:56.755"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 17.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.755" endtime="20220402 10:18:56.755"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.755" endtime="20220402 10:18:56.755"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 18.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.756" endtime="20220402 10:18:56.756"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.755" endtime="20220402 10:18:56.756"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 19.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.756" endtime="20220402 10:18:56.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.756" endtime="20220402 10:18:56.757"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 20.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.757" endtime="20220402 10:18:56.757"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.757" endtime="20220402 10:18:56.757"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 21.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.758" endtime="20220402 10:18:56.758"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.757" endtime="20220402 10:18:56.758"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 22.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.758" endtime="20220402 10:18:56.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.758" endtime="20220402 10:18:56.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 23.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.759" endtime="20220402 10:18:56.759"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.759" endtime="20220402 10:18:56.759"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 24.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.759" endtime="20220402 10:18:56.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.759" endtime="20220402 10:18:56.760"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 25.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.760" endtime="20220402 10:18:56.760"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.760" endtime="20220402 10:18:56.760"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 26.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.761" endtime="20220402 10:18:56.761"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.760" endtime="20220402 10:18:56.761"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 27.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.761" endtime="20220402 10:18:56.762"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.761" endtime="20220402 10:18:56.762"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 28.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.762" endtime="20220402 10:18:56.762"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.762" endtime="20220402 10:18:56.762"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 29.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.762" endtime="20220402 10:18:56.763"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.762" endtime="20220402 10:18:56.763"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 30.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.763" endtime="20220402 10:18:56.763"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.763" endtime="20220402 10:18:56.763"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 31.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.764" endtime="20220402 10:18:56.764"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.763" endtime="20220402 10:18:56.764"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 32.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.764" endtime="20220402 10:18:56.765"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.764" endtime="20220402 10:18:56.765"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 33.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.765" endtime="20220402 10:18:56.765"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.765" endtime="20220402 10:18:56.765"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 34.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.766" endtime="20220402 10:18:56.766"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.766" endtime="20220402 10:18:56.766"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 35.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.766" endtime="20220402 10:18:56.767"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.766" endtime="20220402 10:18:56.767"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 36.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.767" endtime="20220402 10:18:56.767"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.767" endtime="20220402 10:18:56.767"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 37.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.767" endtime="20220402 10:18:56.768"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.767" endtime="20220402 10:18:56.768"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 38.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.768" endtime="20220402 10:18:56.768"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.768" endtime="20220402 10:18:56.768"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 39.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.769" endtime="20220402 10:18:56.769"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.768" endtime="20220402 10:18:56.769"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 40.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.769" endtime="20220402 10:18:56.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.769" endtime="20220402 10:18:56.770"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 41.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.770" endtime="20220402 10:18:56.770"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.770" endtime="20220402 10:18:56.770"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 42.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.770" endtime="20220402 10:18:56.771"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.770" endtime="20220402 10:18:56.771"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 43.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.771" endtime="20220402 10:18:56.771"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.771" endtime="20220402 10:18:56.772"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 44.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.772" endtime="20220402 10:18:56.772"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.772" endtime="20220402 10:18:56.772"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 45.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.772" endtime="20220402 10:18:56.773"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.772" endtime="20220402 10:18:56.773"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 46.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.773" endtime="20220402 10:18:56.773"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.773" endtime="20220402 10:18:56.773"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 47.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.773" endtime="20220402 10:18:56.774"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.773" endtime="20220402 10:18:56.774"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 48.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.774" endtime="20220402 10:18:56.774"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.774" endtime="20220402 10:18:56.774"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 49.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.775" endtime="20220402 10:18:56.775"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.774" endtime="20220402 10:18:56.775"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 50.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.775" endtime="20220402 10:18:56.775"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.775" endtime="20220402 10:18:56.775"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 51.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.776" endtime="20220402 10:18:56.776"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.776" endtime="20220402 10:18:56.776"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 52.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.776" endtime="20220402 10:18:56.777"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.776" endtime="20220402 10:18:56.777"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 53.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.777" endtime="20220402 10:18:56.777"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.777" endtime="20220402 10:18:56.777"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 54.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.778" endtime="20220402 10:18:56.778"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.778" endtime="20220402 10:18:56.778"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 55.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.778" endtime="20220402 10:18:56.779"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.778" endtime="20220402 10:18:56.779"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 56.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.779" endtime="20220402 10:18:56.779"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.779" endtime="20220402 10:18:56.779"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 57.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.779" endtime="20220402 10:18:56.780"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.779" endtime="20220402 10:18:56.780"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 58.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.780" endtime="20220402 10:18:56.780"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.780" endtime="20220402 10:18:56.780"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 59.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.780" endtime="20220402 10:18:56.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.780" endtime="20220402 10:18:56.781"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 60.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.781" endtime="20220402 10:18:56.781"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.781" endtime="20220402 10:18:56.781"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 61.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.782" endtime="20220402 10:18:56.782"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.782" endtime="20220402 10:18:56.782"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 62.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.782" endtime="20220402 10:18:56.783"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.782" endtime="20220402 10:18:56.783"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 63.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.783" endtime="20220402 10:18:56.783"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.783" endtime="20220402 10:18:56.783"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 64.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.783" endtime="20220402 10:18:56.784"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.783" endtime="20220402 10:18:56.784"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 65.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.784" endtime="20220402 10:18:56.784"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.784" endtime="20220402 10:18:56.784"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 66.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.784" endtime="20220402 10:18:56.785"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.784" endtime="20220402 10:18:56.785"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 67.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.785" endtime="20220402 10:18:56.785"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.785" endtime="20220402 10:18:56.785"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 68.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.786" endtime="20220402 10:18:56.786"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.786" endtime="20220402 10:18:56.786"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 69.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.786" endtime="20220402 10:18:56.787"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.786" endtime="20220402 10:18:56.787"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 70.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.787" endtime="20220402 10:18:56.787"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.787" endtime="20220402 10:18:56.787"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 71.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.787" endtime="20220402 10:18:56.788"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.787" endtime="20220402 10:18:56.788"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 72.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.788" endtime="20220402 10:18:56.789"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.788" endtime="20220402 10:18:56.789"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 73.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.789" endtime="20220402 10:18:56.789"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.789" endtime="20220402 10:18:56.789"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 74.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.789" endtime="20220402 10:18:56.790"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.789" endtime="20220402 10:18:56.790"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 75.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.790" endtime="20220402 10:18:56.790"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.790" endtime="20220402 10:18:56.790"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 76.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.791" endtime="20220402 10:18:56.791"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.790" endtime="20220402 10:18:56.791"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 77.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.791" endtime="20220402 10:18:56.791"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.791" endtime="20220402 10:18:56.792"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 78.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.792" endtime="20220402 10:18:56.792"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.792" endtime="20220402 10:18:56.792"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 79.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.792" endtime="20220402 10:18:56.793"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.792" endtime="20220402 10:18:56.793"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 80.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.793" endtime="20220402 10:18:56.793"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.793" endtime="20220402 10:18:56.793"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 81.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.793" endtime="20220402 10:18:56.794"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.793" endtime="20220402 10:18:56.794"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 82.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.794" endtime="20220402 10:18:56.794"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.794" endtime="20220402 10:18:56.794"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 83.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.795" endtime="20220402 10:18:56.795"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.794" endtime="20220402 10:18:56.795"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 84.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.795" endtime="20220402 10:18:56.795"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.795" endtime="20220402 10:18:56.795"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 85.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.796" endtime="20220402 10:18:56.796"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.795" endtime="20220402 10:18:56.796"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 86.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.796" endtime="20220402 10:18:56.796"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.796" endtime="20220402 10:18:56.797"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 87.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.797" endtime="20220402 10:18:56.797"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.797" endtime="20220402 10:18:56.797"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 88.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.797" endtime="20220402 10:18:56.798"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.797" endtime="20220402 10:18:56.798"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 89.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.798" endtime="20220402 10:18:56.798"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.798" endtime="20220402 10:18:56.798"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 90.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.798" endtime="20220402 10:18:56.799"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.798" endtime="20220402 10:18:56.799"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 91.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.799" endtime="20220402 10:18:56.799"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.799" endtime="20220402 10:18:56.800"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 92.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.800" endtime="20220402 10:18:56.800"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.800" endtime="20220402 10:18:56.800"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 93.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.800" endtime="20220402 10:18:56.801"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.800" endtime="20220402 10:18:56.801"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 94.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.801" endtime="20220402 10:18:56.802"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.801" endtime="20220402 10:18:56.802"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 95.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.802" endtime="20220402 10:18:56.802"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.802" endtime="20220402 10:18:56.802"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 96.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.802" endtime="20220402 10:18:56.803"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.802" endtime="20220402 10:18:56.803"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 97.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.803" endtime="20220402 10:18:56.803"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.803" endtime="20220402 10:18:56.803"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 98.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.803" endtime="20220402 10:18:56.804"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.803" endtime="20220402 10:18:56.804"></status>
|
|
</kw>
|
|
<kw name="${代卖费index} = 99.024" type="foritem">
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${代卖费index}'=='${unitSurcharge3}'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:56.804" endtime="20220402 10:18:56.804"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.804" endtime="20220402 10:18:56.804"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.744" endtime="20220402 10:18:56.804"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.805" level="INFO">${netWeight} = 16700.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.805" endtime="20220402 10:18:56.805"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}+300</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight3}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.806" level="INFO">${netWeight3} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.805" endtime="20220402 10:18:56.806"></status>
|
|
</kw>
|
|
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
|
|
<status status="PASS" starttime="20220402 10:18:56.806" endtime="20220402 10:18:56.806"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.806" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.806" endtime="20220402 10:18:56.806"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.807" level="INFO">${paperMillId} = 660525241717624832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.806" endtime="20220402 10:18:56.807"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.807" level="INFO">${paperCategoryPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.807" endtime="20220402 10:18:56.807"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.808" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.807" endtime="20220402 10:18:56.808"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activitySettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.808" level="INFO">${activitySettleType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.808" endtime="20220402 10:18:56.808"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.809" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.808" endtime="20220402 10:18:56.809"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.809" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.809" endtime="20220402 10:18:56.809"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.810" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.809" endtime="20220402 10:18:56.810"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.810" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.810" endtime="20220402 10:18:56.810"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.811" level="INFO">${unitSurcharge3} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.810" endtime="20220402 10:18:56.811"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight3}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.811" level="INFO">${netWeight3} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.811" endtime="20220402 10:18:56.811"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${磅单id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.811" level="INFO">${磅单id} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.811" endtime="20220402 10:18:56.812"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.812" level="INFO">${status} = 51</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.812" endtime="20220402 10:18:56.812"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.539" endtime="20220402 10:18:56.812"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.539" endtime="20220402 10:18:56.812"></status>
|
|
</kw>
|
|
<kw name="Run Keyword If" library="BuiltIn">
|
|
<doc>Runs the given keyword with the given arguments, if ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${status}'=='51'</arg>
|
|
<arg>上传送货单</arg>
|
|
</arguments>
|
|
<kw name="上传送货单" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.813" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.813" endtime="20220402 10:18:56.814"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.814" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.814" endtime="20220402 10:18:56.814"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "netWeight":"${netWeight3}", \ \ \ \ "settleWeight":null, \ \ \ \ "unitSurcharge":${unitSurcharge3}, \ \ \ \ "transactionMainEnterpriseId":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "remark":null, \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settlePrice":0, \ \ \ \ "contractId":"${contractId}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "orderType":"${orderType}", \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "otherAmountList":[ \ \ \ \ \ ], \ \ \ \ "unitPrice":"${paperCategoryPrice}", \ \ \ \ "id":"${磅单id}" \ \ \ \ \ }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:56.816" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"17000.0", "settleWeight":null, "unitSurcharge":0.025, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.814" endtime="20220402 10:18:56.816"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:56.816" level="INFO">{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"17000.0", "settleWeight":null, "unitSurcharge":0.025, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"钟落潭仓", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"京SGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.816" endtime="20220402 10:18:56.816"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.020" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '1031'}
|
|
body=b'{ "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"17000.0", "settleWeight":null, "unitSurcharge":0.025, "transactionMainEnterpriseId":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "activitySettleType":"1", "proxySellerSettleType":"0", "remark":null, "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg" ], "orderItemId":"707576807825739776", "orderId":"707576807787991040", "settleDay":"2022-04-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2022-04-02", "isInvoice":"1", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "deductionNotes":"2022-04-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacSGGGGG", "otherAmountList":[ ], "unitPrice":"1.675", "id":"707576814230441984" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.020" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.021" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:56.817" endtime="20220402 10:18:57.021"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.021" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '707576814230441984', 'contractId': None}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.021" endtime="20220402 10:18:57.021"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.022" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.022" endtime="20220402 10:18:57.022"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.023" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.022" endtime="20220402 10:18:57.023"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:57.023" endtime="20220402 10:18:57.023"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.024" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.023" endtime="20220402 10:18:57.024"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.813" endtime="20220402 10:18:57.024"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:56.812" endtime="20220402 10:18:57.024"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>audit_weightnote</arg>
|
|
</arguments>
|
|
<kw name="audit_weightnote" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.025" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.025" endtime="20220402 10:18:57.025"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.160" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.160" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.160" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.026" endtime="20220402 10:18:57.160"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.161" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.161" endtime="20220402 10:18:57.161"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.024" endtime="20220402 10:18:57.162"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.024" endtime="20220402 10:18:57.162"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>获取上传送货单后的订单详情</arg>
|
|
</arguments>
|
|
<kw name="获取上传送货单后的订单详情" library="提交磅单">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.163" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.162" endtime="20220402 10:18:57.163"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.320" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.321" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.025,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":52,"auditStatus":1,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":0},{"description":"首款已结算,待质检","time":null,"rank":5,"status":0},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.321" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.163" endtime="20220402 10:18:57.321"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]["weightnoteInfo"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.322" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.321" endtime="20220402 10:18:57.322"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.323" level="INFO">${unitSurcharge} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.322" endtime="20220402 10:18:57.323"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.323" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.323" endtime="20220402 10:18:57.324"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.324" level="INFO">${unitSurcharge} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.324" endtime="20220402 10:18:57.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.162" endtime="20220402 10:18:57.324"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.162" endtime="20220402 10:18:57.324"></status>
|
|
</kw>
|
|
<kw name="Run Keyword" library="BuiltIn">
|
|
<doc>Executes the given keyword with the given arguments.</doc>
|
|
<arguments>
|
|
<arg>台账查询</arg>
|
|
</arguments>
|
|
<kw name="台账查询" library="台账查询">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.326" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.325" endtime="20220402 10:18:57.326"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/parameter/get/parameter</arg>
|
|
<arg>params=pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.417" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.417" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&pageSize=10&withdrawState=&state=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"46259","orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576867967864832","weightNoteId":"707576814230441984","orderCreateTime":"2022-04-02 10:18:42","bizName":"李忠糠","bizId":"605394333763506176","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京SGGGGG","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","netWeight":17000.000,"deductedPoint":null,"settleWeight":null,"settleUtiPrice":1.675000,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":null,"unitSurcharge":0.025,"adjustMoney":null,"receivablePrice":null,"paybackDay":null,"paybackId":null,"state":12,"isDelay":0,"paidPrice":null,"transactionMainEnterpriseId":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":null,"fundSourceId":null,"warehouseName":"钟落潭仓","invoiceStatus":0,"withdrawState":0,"secondPaybackId":null,"isInvoice":1,"isSubsidyIncludeTax":null,"publicSubsidies":0.000000,"unitPrice":1.675000,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"invoicePoint":9.600,"allCollectionCharges":null,"allMatCharges":null,"allPublicSubsidies":null,"firstSettlePriceTime":null,"firstSettlePrice":null,"secondSettlePriceTime":null,"secondSettlePrice":null,"weighingDate":"2022-04-02","paperMillPayAt":"2022-04-27","paybackIntever":"25","noReceivablePrice":null,"financialConfirmTheSettlementTime":null,"secondFinancialConfirmTheSettlementTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","paperMillLocateProvinceName":"山西省","receivedAdjustMoney":null,"receivableAdjustMoney":null,"paperMillBizName":"qniaoGuest","allAgencyFee":425.000000,"purchaseUnitPrice":null,"firstFinanceOwner":null,"secondFinanceOwner":null,"firstReceivablePrice":null,"secondReceivablePrice":null,"firstReceivablePriceIncludeTax":null,"secondReceivablePriceIncludeTax":null,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"twiceFirstPaidPrice":null,"twiceFirstPaidTime":null,"twiceSecondPaidPrice":null,"twiceSecondPaidTime":null,"proxySellerSettleType":0,"deductionNote":"2022-04-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2022-04-02","refundSubsidy":0E-9,"isNoPeriodOrder":false,"firstSettlementPrice":23778.750000,"secondSettlementPrice":null}],"total":1,"size":10,"current":1,"orders":[{"column":"order_create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.417" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.326" endtime="20220402 10:18:57.417"></status>
|
|
</kw>
|
|
<kw name="Get From List" library="Collections">
|
|
<doc>Returns the value specified with an ``index`` from ``list``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"]}</arg>
|
|
<arg>0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${台账列表数据}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.418" level="INFO">${台账列表数据} = {'id': '46259', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576867967864832', 'weightNoteId': '707576814230441984', 'orderCreateTime': '2022-04-02 10:18...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.418" endtime="20220402 10:18:57.418"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["netWeight"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:57.419" endtime="20220402 10:18:57.419"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Numbers" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to real numbers.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
<arg>${reps.json()["data"]["records"][0]["unitSurcharge"]}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:57.419" endtime="20220402 10:18:57.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.325" endtime="20220402 10:18:57.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.324" endtime="20220402 10:18:57.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:55.105" endtime="20220402 10:18:57.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.572" endtime="20220402 10:18:57.420"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:45.569" endtime="20220402 10:18:57.420" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t8" name="get_operation_list3">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.422" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.421" endtime="20220402 10:18:57.422"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.491" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.492" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576867967864832","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.492" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.422" endtime="20220402 10:18:57.492"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>status</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${audit_status}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.493" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.492" endtime="20220402 10:18:57.493"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.494" level="INFO">${auditRequestId} = 707576867967864832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.493" endtime="20220402 10:18:57.494"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${audit_status}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.494" level="INFO">${audit_status} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.494" endtime="20220402 10:18:57.494"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.495" level="INFO">${auditRequestId} = 707576867967864832</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.495" endtime="20220402 10:18:57.495"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.421" endtime="20220402 10:18:57.495" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t9" name="get_order-receipt-audit-details3">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.496" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.496" endtime="20220402 10:18:57.497"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.497" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.497" endtime="20220402 10:18:57.497"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.696" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.697" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576867967864832","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576868043362304","driverName":null,"plateNumber":"京SGGGGG","netWeight":17000.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":23778.750000,"adjustmentFee":null,"unitSurcharge":0.025000,"receivablePrice":24203.750000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":26527.31,"preReceivablePriceIncludeTax":null,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:57.697" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.498" endtime="20220402 10:18:57.697"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.698" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 2, 'auditRequestId': '707576867967864832', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576868043362304', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 17000.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 23778.75, 'adjustmentFee': None, 'unitSurcharge': 0.025, 'receivablePrice': 24203.75, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 26527.31, 'preReceivablePriceIncludeTax': None, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 28475.0, 'prepayMoney': 24203.75, 'preSettleMoney': 23778.75, 'finalPayMoney': None, 'paymentType': 1, 'weightNoteRemark': None, 'remarkImgs': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他补贴', 'amount': None, 'unit': None, 'unitType': None}, {'title': '违禁物品扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '装车不规范扣款', 'amount': None, 'unit': None, 'unitType': None}, {'title': '其他扣款', 'amount': None, 'unit': None, 'unitType': None}], 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.698" endtime="20220402 10:18:57.698"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.699" level="INFO">${auditRequestItemId} = 707576868043362304</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.699" endtime="20220402 10:18:57.699"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.700" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.699" endtime="20220402 10:18:57.700"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.701" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.700" endtime="20220402 10:18:57.701"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.701" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.701" endtime="20220402 10:18:57.701"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.702" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.701" endtime="20220402 10:18:57.702"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.703" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.702" endtime="20220402 10:18:57.703"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.703" level="INFO">${settleWeight} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.703" endtime="20220402 10:18:57.703"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.704" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.704" endtime="20220402 10:18:57.704"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${settleWeight}'=='None'</arg>
|
|
<arg>0</arg>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.705" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.704" endtime="20220402 10:18:57.705"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.705" level="INFO">${auditRequestItemId} = 707576868043362304</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.705" endtime="20220402 10:18:57.705"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.706" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.706" endtime="20220402 10:18:57.706"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.706" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.706" endtime="20220402 10:18:57.707"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.707" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.707" endtime="20220402 10:18:57.707"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.707" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.707" endtime="20220402 10:18:57.708"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.708" level="INFO">${settleWeight} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.708" endtime="20220402 10:18:57.708"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.708" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.708" endtime="20220402 10:18:57.708"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.709" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.709" endtime="20220402 10:18:57.709"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.495" endtime="20220402 10:18:57.709" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t10" name="order-receipt-audit-details3">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:57.710" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.710" endtime="20220402 10:18:57.711"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":"${paperMillPayAt}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":"${publicSubsidies}", \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:57.712" level="INFO">${data} = { "auditRequestItemId":"707576868043362304", "categoryName":"花纸", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"京SGGGGG", ...</msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.711" endtime="20220402 10:18:57.712"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:58.001" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '575'}
|
|
body=b'{ "auditRequestItemId":"707576868043362304", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"\xe4\xba\xacSGGGGG", "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "invoicePoint":"9.6", "publicSubsidies":"0", "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.675", "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:58.002" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:57 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:58.002" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:57.712" endtime="20220402 10:18:58.002"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:58.002" endtime="20220402 10:18:58.003"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:57.709" endtime="20220402 10:18:58.003" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s2-s3-t11" name="operation_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:58.004" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:58.004" endtime="20220402 10:18:58.006"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:58.006" level="INFO">${data} = { "auditRequestId":"707576867967864832", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:58.006" endtime="20220402 10:18:58.006"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:58.250" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '85'}
|
|
body=b'{ "auditRequestId":"707576867967864832", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:58.250" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:58 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:58.250" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:58.007" endtime="20220402 10:18:58.250"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:58.251" endtime="20220402 10:18:58.251"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:59.252" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:58.252" endtime="20220402 10:18:59.252"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:58.003" endtime="20220402 10:18:59.253" critical="yes"></status>
|
|
</test>
|
|
<doc>运营审核-两次付款活动</doc>
|
|
<status status="PASS" starttime="20220402 10:18:44.670" endtime="20220402 10:18:59.254"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:42.999" endtime="20220402 10:18:59.258"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application">
|
|
<suite id="s1-s3-s2-s3-s1" name="4-Financial audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application/4-Financial_audit.robot">
|
|
<test id="s1-s3-s2-s3-s1-t1" name="get_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:59.284" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.283" endtime="20220402 10:18:59.284"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:59.457" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.457" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:59 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576867967864832","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":23778.750000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576814230441984","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":1,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.457" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.284" endtime="20220402 10:18:59.457"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditedTime</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditedTime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:59.458" level="INFO">${auditedTime} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.458" endtime="20220402 10:18:59.458"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:18:59.459" endtime="20220402 10:18:59.459"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:59.283" endtime="20220402 10:18:59.459" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s3-s1-t2" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:59.460" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.460" endtime="20220402 10:18:59.461"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}&operationStatus=3</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:59.523" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.523" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:59 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.523" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.461" endtime="20220402 10:18:59.523"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:59.459" endtime="20220402 10:18:59.524" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s3-s1-t3" name="paper-mill-order-receipt-proof-request_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:59.525" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.525" endtime="20220402 10:18:59.525"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":1,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:59.526" level="INFO">${data} = {"auditRequestId":"707576867967864832","adminId":null,"isPass":1,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.526" endtime="20220402 10:18:59.526"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:18:59.593" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576867967864832","adminId":null,"isPass":1,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.593" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:18:59 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:18:59.593" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.526" endtime="20220402 10:18:59.593"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:18:59.594" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.594" endtime="20220402 10:18:59.594"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:00.595" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:18:59.594" endtime="20220402 10:19:00.595"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:18:59.524" endtime="20220402 10:19:00.596" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s3-s1-t4" name="paper-mill-order-receipt-proof-request_settle">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:00.597" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:00.597" endtime="20220402 10:19:00.598"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "id":"${auditRequestId}", \ \ \ \ "adminId":null }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:00.598" level="INFO">${data} = { "id":"707576867967864832", "adminId":null }</msg>
|
|
<status status="PASS" starttime="20220402 10:19:00.598" endtime="20220402 10:19:00.598"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:00.690" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '53'}
|
|
body=b'{ "id":"707576867967864832", "adminId":null }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:00.690" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:00 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:00.691" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:00.599" endtime="20220402 10:19:00.691"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:01.692" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:19:00.691" endtime="20220402 10:19:01.692"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:00.596" endtime="20220402 10:19:01.692" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应付</doc>
|
|
<status status="PASS" starttime="20220402 10:18:59.267" endtime="20220402 10:19:01.693"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s3-s2" name="5-Sales receivables" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application/5-Sales_receivables.robot">
|
|
<test id="s1-s3-s2-s3-s2-t1" name="get_paper-payment-order-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:01.701" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.701" endtime="20220402 10:19:01.702"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-payment-order-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:01.781" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:01.781" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:01 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"707576872548044800","orderId":"707576807787991040","orderItemId":"707576807825739776","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","settlementDate":"2022-04-02","settlePrice":23778.75,"bizOwnerName":"李忠糠","paperMillPayAt":"2022-04-27","status":0,"isInvalid":0,"weighingDate":"2022-04-02","paidPrice":null,"bankFlowNo":null,"remark":null,"auditRequestId":"707576867967864832","receivablePrice":26527.310,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"707576814230441984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"707576807787991040","paybackIntever":25,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:01.782" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.702" endtime="20220402 10:19:01.782"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paymentOrderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:01.783" level="INFO">${paymentOrderId} = 707576872548044800</msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.782" endtime="20220402 10:19:01.783"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:01.783" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '707576872548044800', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'settlementDate': '2022-04-02', 'settlePrice': 23778.75, 'bizOwnerName': '李忠糠', 'paperMillPayAt': '2022-04-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2022-04-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '707576867967864832', 'receivablePrice': 26527.31, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '707576814230441984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '707576807787991040', 'paybackIntever': 25, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': None, 'firstPaidTime': None, 'secondPaidPrice': None, 'secondPaidTime': None, 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.783" endtime="20220402 10:19:01.783"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paymentOrderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:01.784" level="INFO">${paymentOrderId} = 707576872548044800</msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.784" endtime="20220402 10:19:01.784"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:01.700" endtime="20220402 10:19:01.784" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s3-s2-t2" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:01.785" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.785" endtime="20220402 10:19:01.786"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:02.001" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:02.001" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576867967864832/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:01 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":2,"auditRequestId":"707576867967864832","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":1,"auditStatus":2,"settleStatus":2,"weightNoteImageUrlList":null,"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576868043362304","driverName":null,"plateNumber":"京SGGGGG","netWeight":17000.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":23778.750000,"adjustmentFee":null,"unitSurcharge":0.025000,"receivablePrice":24203.750000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.835800,"receivablePriceIncludeTax":26527.31,"preReceivablePriceIncludeTax":null,"noReceivablePrice":26527.310,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":0.000,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"finalPayMoney":null,"paymentType":1,"weightNoteRemark":null,"remarkImgs":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:02.001" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:01.786" endtime="20220402 10:19:02.002"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivablePriceIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivablePriceIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:02.003" level="INFO">${receivablePriceIncludeTax} = 26527.31</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.002" endtime="20220402 10:19:02.003"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:02.003" level="INFO">${noReceivablePrice} = 26527.31</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.003" endtime="20220402 10:19:02.003"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivablePriceIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:02.004" level="INFO">${receivablePriceIncludeTax} = 26527.31</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.004" endtime="20220402 10:19:02.004"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:02.005" level="INFO">${noReceivablePrice} = 26527.31</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.004" endtime="20220402 10:19:02.005"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:01.784" endtime="20220402 10:19:02.005" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s3-s2-t3" name="update_payment-order-status">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:02.006" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.006" endtime="20220402 10:19:02.007"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paymentOrderId":"${paymentOrderId}", \ \ \ \ "receivablePrice":"${receivablePriceIncludeTax}", \ \ \ \ "paidPrice":"${receivablePriceIncludeTax}", \ \ \ \ "noReceiveblePrice":"${noReceivablePrice}", \ \ \ \ "bankFlowNo":null, \ \ \ \ "paymentAdjustmentFee":null, \ \ \ \ "returnPayDate":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:02.008" level="INFO">${data} = { "paymentOrderId":"707576872548044800", "receivablePrice":"26527.31", "paidPrice":"26527.31", "noReceiveblePrice":"26527.31", "bankFlowNo":null, "paymentAdjustmentFee":null, ...</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.007" endtime="20220402 10:19:02.008"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/update/payment-order-status</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:02.104" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
path_url=/recycle-service/admin/operation/update/payment-order-status
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '233'}
|
|
body=b'{ "paymentOrderId":"707576872548044800", "receivablePrice":"26527.31", "paidPrice":"26527.31", "noReceiveblePrice":"26527.31", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:02.105" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:02 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:02.105" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.008" endtime="20220402 10:19:02.105"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:02.105" endtime="20220402 10:19:02.106"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>5</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.107" level="INFO">Slept 5 seconds</msg>
|
|
<status status="PASS" starttime="20220402 10:19:02.106" endtime="20220402 10:19:07.107"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:02.005" endtime="20220402 10:19:07.107" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应收</doc>
|
|
<status status="PASS" starttime="20220402 10:19:01.695" endtime="20220402 10:19:07.108"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:59.263" endtime="20220402 10:19:07.110"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s4" name="4-Consignment management" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management">
|
|
<suite id="s1-s3-s2-s4-s1" name="2.3-ActiveUpload-weightnote" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot">
|
|
<test id="s1-s3-s2-s4-s1-t1" name="get_proxy-order-item-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.122" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.121" endtime="20220402 10:19:07.123"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order-item-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&orderType=2&status=51&weightNoteType=2&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.174" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&pageSize=10&orderType=2&status=51&weightNoteType=2&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&pageSize=10&orderType=2&status=51&weightNoteType=2&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.174" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&pageSize=10&orderType=2&status=51&weightNoteType=2&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","weightNoteId":"707576814230441984","orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2022-04-02","millSupplierName":"测试111","plateNumber":"京SGGGGG","operationReviewStatus":51,"createTime":"2022-04-02 10:18:42","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","reviewTime":"2022-04-02 10:18:58","reviewOperatorName":"赖勇兰","activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activitySettleType":2,"weightNoteType":1,"netWeight":17000.000,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","rejected":false}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.174" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.123" endtime="20220402 10:19:07.174"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.175" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'weightNoteId': '707576814230441984', 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2022-04-02', 'millSupplierName': '测试111', 'plateNumber': '京SGGGGG', 'operationReviewStatus': 51, 'createTime': '2022-04-02 10:18:42', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'reviewTime': '2022-04-02 10:18:58', 'reviewOperatorName': '赖勇兰', 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activitySettleType': 2, 'weightNoteType': 1, 'netWeight': 17000.0, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'rejected': False}], 'total': 1, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.175" endtime="20220402 10:19:07.175"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>orderItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${orderItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.176" level="INFO">${orderItemId} = 707576807825739776</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.175" endtime="20220402 10:19:07.176"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${orderItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.176" level="INFO">${orderItemId} = 707576807825739776</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.176" endtime="20220402 10:19:07.176"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]["orderId"]}</arg>
|
|
<arg>${orderId}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.177" endtime="20220402 10:19:07.177"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.121" endtime="20220402 10:19:07.177" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t2" name="get_proxy-order-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.178" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.178" endtime="20220402 10:19:07.179"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.364" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.364" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.025,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":null,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":null},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":51,"displayStatus":56,"auditStatus":0,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"settlePrice":0.00,"finalPayMoney":null,"otherAmountDtoList":[{"title":"运费补贴","amount":null,"unit":null,"unitType":null},{"title":"其他补贴","amount":null,"unit":null,"unitType":null},{"title":"违禁物品扣款","amount":null,"unit":null,"unitType":null},{"title":"装车不规范扣款","amount":null,"unit":null,"unitType":null},{"title":"其他扣款","amount":null,"unit":null,"unitType":null}],"deductionNotes":"2022-04-02","totalOtherAmount":0,"paymentType":2,"activityNoteStatus":0,"activityOrderAuditPassNum":1,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":1},{"description":"首款已结算,待质检","time":null,"rank":5,"status":1},{"description":"质检完成,待审核","time":null,"rank":6,"status":0},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":0.00,"unitRefundSubsidy":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":null,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.364" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.179" endtime="20220402 10:19:07.364"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.365" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.365" endtime="20220402 10:19:07.365"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>unitSurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitSurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.366" level="INFO">${unitSurcharge} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.365" endtime="20220402 10:19:07.366"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxySellerSettleType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxySellerSettleType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.367" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.366" endtime="20220402 10:19:07.367"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.367" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.367" endtime="20220402 10:19:07.367"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${unitPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.368" level="INFO">${unitPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.368" endtime="20220402 10:19:07.368"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.369" level="INFO">${publicSubsidies} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.368" endtime="20220402 10:19:07.369"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>millSupplierId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${millSupplierId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.370" level="INFO">${millSupplierId} = 660525241805705216</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.369" endtime="20220402 10:19:07.370"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperMillSupplierName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillSupplierName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.370" level="INFO">${paperMillSupplierName} = 测试111</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.370" endtime="20220402 10:19:07.370"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>surcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${surcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.371" level="INFO">${surcharge} = 425.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.371" endtime="20220402 10:19:07.371"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>contractId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${contractId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.372" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.371" endtime="20220402 10:19:07.372"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>paymentType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paymentType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.372" level="INFO">${paymentType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.372" endtime="20220402 10:19:07.372"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["orderItems"][0]}</arg>
|
|
<arg>activityNoteStatus</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${activityNoteStatus}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.373" level="INFO">${activityNoteStatus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.373" endtime="20220402 10:19:07.373"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.374" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.373" endtime="20220402 10:19:07.374"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>transactionMainEnterpriseName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${交易主体name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.375" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.374" endtime="20220402 10:19:07.375"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${publicSubsidies}'=='${null}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.375" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.375" endtime="20220402 10:19:07.375"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}+${publicSubsidies}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.376" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.375" endtime="20220402 10:19:07.376"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.376" level="INFO">663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.376" endtime="20220402 10:19:07.376"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.377" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.377" endtime="20220402 10:19:07.377"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitSurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.378" level="INFO">${unitSurcharge} = 0.025</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.377" endtime="20220402 10:19:07.378"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.378" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.378" endtime="20220402 10:19:07.379"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.379" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.379" endtime="20220402 10:19:07.379"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${unitPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.380" level="INFO">${unitPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.380" endtime="20220402 10:19:07.380"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.380" level="INFO">${publicSubsidies} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.380" endtime="20220402 10:19:07.380"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${millSupplierId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.381" level="INFO">${millSupplierId} = 660525241805705216</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.381" endtime="20220402 10:19:07.381"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillSupplierName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.381" level="INFO">${paperMillSupplierName} = 测试111</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.381" endtime="20220402 10:19:07.382"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxySellerSettleType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.382" level="INFO">${proxySellerSettleType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.382" endtime="20220402 10:19:07.382"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${contractId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.383" level="INFO">${contractId} = 663533697236078592</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.382" endtime="20220402 10:19:07.383"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${surcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.383" level="INFO">${surcharge} = 425.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.383" endtime="20220402 10:19:07.383"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paymentType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.384" level="INFO">${paymentType} = 2</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.384" endtime="20220402 10:19:07.384"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${activityNoteStatus}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.385" level="INFO">${activityNoteStatus} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.384" endtime="20220402 10:19:07.385"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.385" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.385" endtime="20220402 10:19:07.385"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${交易主体id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.386" level="INFO">${交易主体id} = 15</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.385" endtime="20220402 10:19:07.386"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.177" endtime="20220402 10:19:07.386" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t3" name="get_delivery-info">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.387" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.387" endtime="20220402 10:19:07.387"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.475" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.475" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderId":"707576807787991040","orderItemId":"707576807825739776","activityId":"660531609048584192","transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.675,"netWeight":17000.000,"proxySellerSettleType":0,"activitySettleType":1,"preTotalMoney":null,"prepayMoney":null,"preSettleMoney":null,"settlePrice":null,"finalPayMoney":null,"unitSurcharge":0.010,"surcharge":null,"remark":null,"deliveryImageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"plateNumber":"京SGGGGG","settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.475" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.387" endtime="20220402 10:19:07.475"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.476" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'activityId': '660531609048584192', 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.675, 'netWeight': 17000.0, 'proxySellerSettleType': 0, 'activitySettleType': 1, 'preTotalMoney': None, 'prepayMoney': None, 'preSettleMoney': None, 'settlePrice': None, 'finalPayMoney': None, 'unitSurcharge': 0.01, 'surcharge': None, 'remark': None, 'deliveryImageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'plateNumber': '京SGGGGG', 'settleUtiPriceIncludeTax': 1.8358, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.475" endtime="20220402 10:19:07.476"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.477" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.476" endtime="20220402 10:19:07.477"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.477" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.477" endtime="20220402 10:19:07.477"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleUtiPriceIncludeTaxType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleUtiPriceIncludeTaxType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.478" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.478" endtime="20220402 10:19:07.478"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.479" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.478" endtime="20220402 10:19:07.479"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.479" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.479" endtime="20220402 10:19:07.479"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.480" level="INFO">${settleUtiPrice} = 1.675</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.479" endtime="20220402 10:19:07.480"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleUtiPriceIncludeTaxType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.480" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.480" endtime="20220402 10:19:07.480"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.481" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.480" endtime="20220402 10:19:07.481"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.386" endtime="20220402 10:19:07.481" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t4" name="get-contract-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.482" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.482" endtime="20220402 10:19:07.483"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>/recycle-service/admin/contract/get/selectable-contract-list</arg>
|
|
<arg>params=orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.530" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.530" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"contractId":"660530461520564224","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-11-23","endDate":"2021-11-30","status":2},{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"startDate":"2021-12-01","endDate":"2023-01-01","status":1}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.530" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.484" endtime="20220402 10:19:07.530"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.531" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'contractId': '660530461520564224', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-11-23', 'endDate': '2021-11-30', 'status': 2}, {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'status': 1}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.530" endtime="20220402 10:19:07.531"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.481" endtime="20220402 10:19:07.531" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t5" name="get_weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.532" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.532" endtime="20220402 10:19:07.533"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get/weightnote/${weightnoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.698" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/proxy-sell/get/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.698" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":null,"deductedPoint":null,"unitSurcharge":0.025000,"surcharge":425.000000,"adjustMoney":null,"remark":null,"imageUrls":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"settlePrice":0.000,"finalPayMoney":null,"paymentType":null,"activityNoteStatus":null,"activitySettleType":1,"proxySellerSettleType":0,"publicSubsidies":null,"unitPrice":1.675000,"isEntire":0,"plateNumber":"京SGGGGG","remarkImgs":null,"otherAmountList":[{"title":"freightSubsidies","unitAmount":null,"unitType":null,"isSubsidies":1},{"title":"otherSubsidies","unitAmount":null,"unitType":null,"isSubsidies":1},{"title":"contrabandPenalty","unitAmount":null,"unitType":null,"isSubsidies":0},{"title":"nonStandardPenalty","unitAmount":null,"unitType":null,"isSubsidies":0},{"title":"otherPenalty","unitAmount":null,"unitType":null,"isSubsidies":0}],"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":24203.750000,"receivablePriceIncludeTax":null,"receivableSettlementRules":0,"refundSubsidy":null,"receivableAdjustMoney":null,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":null,"advanceFund":null,"millSupplierId":null,"millSupplierName":null,"contractId":"663533697236078592"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.698" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.533" endtime="20220402 10:19:07.698"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.699" level="INFO">{'code': 0, 'message': 'successful', 'data': {'id': '707576814230441984', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'type': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.675, 'netWeight': 17000.0, 'settleWeight': None, 'deductedPoint': None, 'unitSurcharge': 0.025, 'surcharge': 425.0, 'adjustMoney': None, 'remark': None, 'imageUrls': None, 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': '钟落潭仓', 'preTotalMoney': 28475.0, 'prepayMoney': 24203.75, 'preSettleMoney': 23778.75, 'settlePrice': 0.0, 'finalPayMoney': None, 'paymentType': None, 'activityNoteStatus': None, 'activitySettleType': 1, 'proxySellerSettleType': 0, 'publicSubsidies': None, 'unitPrice': 1.675, 'isEntire': 0, 'plateNumber': '京SGGGGG', 'remarkImgs': None, 'otherAmountList': [{'title': 'freightSubsidies', 'unitAmount': None, 'unitType': None, 'isSubsidies': 1}, {'title': 'otherSubsidies', 'unitAmount': None, 'unitType': None, 'isSubsidies': 1}, {'title': 'contrabandPenalty', 'unitAmount': None, 'unitType': None, 'isSubsidies': 0}, {'title': 'nonStandardPenalty', 'unitAmount': None, 'unitType': None, 'isSubsidies': 0}, {'title': 'otherPenalty', 'unitAmount': None, 'unitType': None, 'isSubsidies': 0}], 'isInvoice': 1, 'invoicePoint': 9.6, 'receivablePrice': 24203.75, 'receivablePriceIncludeTax': None, 'receivableSettlementRules': 0, 'refundSubsidy': None, 'receivableAdjustMoney': None, 'settleUtiPriceIncludeTax': 1.8358, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': None, 'advanceFund': None, 'millSupplierId': None, 'millSupplierName': None, 'contractId': '663533697236078592'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.698" endtime="20220402 10:19:07.699"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.532" endtime="20220402 10:19:07.699" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t6" name="get_paperMill-supplier">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.701" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.700" endtime="20220402 10:19:07.701"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/paper-mill-merchant/${paperMillId}</arg>
|
|
<arg>params=paperMillId=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.741" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
path_url=/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.741" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/paper-mill-merchant/660525241717624832?paperMillId=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"name":"测试111","id":"660525241805705216"},{"name":"小小","id":"700688316244299776"},{"name":"李忠糠","id":"700688316269465600"},{"name":"程堃","id":"700700154050777088"},{"name":"詹浩然","id":"700784497871949824"},{"name":"张彭杰","id":"706502776691232768"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.742" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.701" endtime="20220402 10:19:07.742"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.743" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}, {'name': '小小', 'id': '700688316244299776'}, {'name': '李忠糠', 'id': '700688316269465600'}, {'name': '程堃', 'id': '700700154050777088'}, {'name': '詹浩然', 'id': '700784497871949824'}, {'name': '张彭杰', 'id': '706502776691232768'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.742" endtime="20220402 10:19:07.743"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.700" endtime="20220402 10:19:07.743" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t7" name="get-Warehouse">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.744" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.744" endtime="20220402 10:19:07.745"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/transaction-main-enterprise/get/warehouse-name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.781" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
path_url=/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.781" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/transaction-main-enterprise/get/warehouse-name
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":["石基仓","江高仓","大观仓","钟落潭仓"]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.782" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.746" endtime="20220402 10:19:07.782"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.783" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.782" endtime="20220402 10:19:07.783"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>random.choice(${仓库})</arg>
|
|
<arg>random</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${所属仓库}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.783" level="INFO">${所属仓库} = 钟落潭仓</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.783" endtime="20220402 10:19:07.783"></status>
|
|
</kw>
|
|
<kw name="Log To Console" library="BuiltIn">
|
|
<doc>Logs the given message to the console.</doc>
|
|
<arguments>
|
|
<arg>\nvalue:${所属仓库}</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.784" endtime="20220402 10:19:07.784"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${所属仓库}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.785" level="INFO">${所属仓库} = 钟落潭仓</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.784" endtime="20220402 10:19:07.785"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.743" endtime="20220402 10:19:07.785" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t8" name="get-Source of funds">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.786" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.786" endtime="20220402 10:19:07.786"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/fund-source/get/list</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.823" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
path_url=/recycle-service/admin/fund-source/get/list
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.823" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/fund-source/get/list
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"id":"39","name":"千鸟-经纪业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"40","name":"千纸鹤代卖业务","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"41","name":"测试资金方","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"42","name":"千鸟-技术部测试数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"46","name":"千鸟","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0},{"id":"47","name":"千鸟数据","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":1},{"id":"49","name":"千鸟测试","auditAdminIds":null,"auditAdminNames":null,"status":null,"createTime":null,"updateTime":null,"isDelete":null,"costOfCapital":null,"isDefault":0}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.824" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.786" endtime="20220402 10:19:07.824"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.824" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}, {'id': '49', 'name': '千鸟测试', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.824" endtime="20220402 10:19:07.825"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.825" level="INFO">${data} = [{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}, {'id'...</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.825" endtime="20220402 10:19:07.825"></status>
|
|
</kw>
|
|
<kw name="${item} IN [ @{data} ]" type="for">
|
|
<kw name="${item} = {'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.826" level="INFO">{'id': '39', 'name': '千鸟-经纪业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.826" endtime="20220402 10:19:07.826"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.826" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.826" endtime="20220402 10:19:07.826"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.827" level="INFO">${name} = 千鸟-经纪业务</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.826" endtime="20220402 10:19:07.827"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.827" level="INFO">${id} = 39</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.827" endtime="20220402 10:19:07.827"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.827" endtime="20220402 10:19:07.827"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.825" endtime="20220402 10:19:07.827"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.828" level="INFO">{'id': '40', 'name': '千纸鹤代卖业务', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.828" endtime="20220402 10:19:07.828"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.828" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.828" endtime="20220402 10:19:07.828"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.829" level="INFO">${name} = 千纸鹤代卖业务</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.828" endtime="20220402 10:19:07.829"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.829" level="INFO">${id} = 40</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.829" endtime="20220402 10:19:07.829"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.829" endtime="20220402 10:19:07.829"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.828" endtime="20220402 10:19:07.829"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.830" level="INFO">{'id': '41', 'name': '测试资金方', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.830" endtime="20220402 10:19:07.830"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.831" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.830" endtime="20220402 10:19:07.831"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.832" level="INFO">${name} = 测试资金方</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.831" endtime="20220402 10:19:07.832"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.832" level="INFO">${id} = 41</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.832" endtime="20220402 10:19:07.832"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.832" endtime="20220402 10:19:07.833"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.830" endtime="20220402 10:19:07.833"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.833" level="INFO">{'id': '42', 'name': '千鸟-技术部测试数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.833" endtime="20220402 10:19:07.833"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.834" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.833" endtime="20220402 10:19:07.834"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.834" level="INFO">${name} = 千鸟-技术部测试数据</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.834" endtime="20220402 10:19:07.834"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.834" level="INFO">${id} = 42</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.834" endtime="20220402 10:19:07.835"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.835" endtime="20220402 10:19:07.835"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.833" endtime="20220402 10:19:07.835"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.836" level="INFO">{'id': '46', 'name': '千鸟', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 0}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.835" endtime="20220402 10:19:07.836"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.836" level="INFO">${isDefault} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.836" endtime="20220402 10:19:07.836"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.836" level="INFO">${name} = 千鸟</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.836" endtime="20220402 10:19:07.836"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.837" level="INFO">${id} = 46</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.837" endtime="20220402 10:19:07.837"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:07.837" endtime="20220402 10:19:07.837"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.835" endtime="20220402 10:19:07.837"></status>
|
|
</kw>
|
|
<kw name="${item} = {'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}" type="foritem">
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.838" level="INFO">{'id': '47', 'name': '千鸟数据', 'auditAdminIds': None, 'auditAdminNames': None, 'status': None, 'createTime': None, 'updateTime': None, 'isDelete': None, 'costOfCapital': None, 'isDefault': 1}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.837" endtime="20220402 10:19:07.838"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>isDefault</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isDefault}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.838" level="INFO">${isDefault} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.838" endtime="20220402 10:19:07.838"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>name</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${name}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.838" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.838" endtime="20220402 10:19:07.839"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${item}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${id}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.839" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.839" endtime="20220402 10:19:07.839"></status>
|
|
</kw>
|
|
<kw name="Exit For Loop If" library="BuiltIn">
|
|
<doc>Stops executing the enclosing for loop if the ``condition`` is true.</doc>
|
|
<arguments>
|
|
<arg>'${isDefault}'=='1'</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.839" level="INFO">Exiting for loop altogether.</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.839" endtime="20220402 10:19:07.840"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.837" endtime="20220402 10:19:07.840"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.825" endtime="20220402 10:19:07.840"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${name}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.840" level="INFO">${name} = 千鸟数据</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.840" endtime="20220402 10:19:07.840"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${id}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.841" level="INFO">${id} = 47</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.841" endtime="20220402 10:19:07.841"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.785" endtime="20220402 10:19:07.841" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t9" name="get_paper-mill-category">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.842" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.842" endtime="20220402 10:19:07.843"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/paperMill/get/paper-mill-category/${paperMillId}</arg>
|
|
<arg>params=id=${paperMillId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.884" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
path_url=/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.884" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/paperMill/get/paper-mill-category/660525241717624832?id=660525241717624832
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"paperMillCategoryId":"671765938143629312","categoryName":"黄纸皮","inspectionNote":null},{"paperMillCategoryId":"671765556428410880","categoryName":"坑卡A级","inspectionNote":null},{"paperMillCategoryId":"671765925917233152","categoryName":"白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.884" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.843" endtime="20220402 10:19:07.884"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.887" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '671765938143629312', 'categoryName': '黄纸皮', 'inspectionNote': None}, {'paperMillCategoryId': '671765556428410880', 'categoryName': '坑卡A级', 'inspectionNote': None}, {'paperMillCategoryId': '671765925917233152', 'categoryName': '白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.885" endtime="20220402 10:19:07.887"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.841" endtime="20220402 10:19:07.887" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t10" name="get_contract_by_id">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.888" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.888" endtime="20220402 10:19:07.889"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/contract/get/detail-by-id</arg>
|
|
<arg>params=id=${contractId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.954" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
path_url=/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.954" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/detail-by-id?id=663533697236078592
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:07 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"contractId":"663533697236078592","contractNo":"Ceshi_factory--代收","contractCode":null,"buyerEnterpriseName":"Ceshi_factory","buyerEnterpriseId":"660525239146516480","buyerPaperMillId":"660525241717624832","sellerEnterpriseName":"企业","sellerEnterpriseId":"37","sellerPaperMillId":null,"proxyPaySurcharge":0.013000,"advanceFund":null,"invoiceType":0,"hasInvoice":1,"taxRefundRate":9.600000,"hasSubsidiesTax":0,"remark":null,"contractLimitType":0,"limitLine":null,"startDate":"2021-12-01","endDate":"2023-01-01","signDateStart":"2021-12-01","signDateEnd":"2023-01-01","accountPeriodType":0,"accountPeriod":[25],"accountPeriodSql":null,"contractImageList":[],"contractCategories":[],"contractType":2,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"contractStatus":1,"assignAccountPeriod":null,"settlePriceIncludeTaxSettleRules":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:07.954" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.889" endtime="20220402 10:19:07.954"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.955" level="INFO">{'code': 0, 'message': 'successful', 'data': {'contractId': '663533697236078592', 'contractNo': 'Ceshi_factory--代收', 'contractCode': None, 'buyerEnterpriseName': 'Ceshi_factory', 'buyerEnterpriseId': '660525239146516480', 'buyerPaperMillId': '660525241717624832', 'sellerEnterpriseName': '企业', 'sellerEnterpriseId': '37', 'sellerPaperMillId': None, 'proxyPaySurcharge': 0.013, 'advanceFund': None, 'invoiceType': 0, 'hasInvoice': 1, 'taxRefundRate': 9.6, 'hasSubsidiesTax': 0, 'remark': None, 'contractLimitType': 0, 'limitLine': None, 'startDate': '2021-12-01', 'endDate': '2023-01-01', 'signDateStart': '2021-12-01', 'signDateEnd': '2023-01-01', 'accountPeriodType': 0, 'accountPeriod': [25], 'accountPeriodSql': None, 'contractImageList': [], 'contractCategories': [], 'contractType': 2, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'contractStatus': 1, 'assignAccountPeriod': None, 'settlePriceIncludeTaxSettleRules': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.954" endtime="20220402 10:19:07.955"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>advanceFund</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.956" level="INFO">${advanceFund} = None</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.955" endtime="20220402 10:19:07.956"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>buyerEnterpriseId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${buyerEnterpriseId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.956" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.956" endtime="20220402 10:19:07.956"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.957" level="INFO">${settleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.956" endtime="20220402 10:19:07.957"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.957" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.957" endtime="20220402 10:19:07.957"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>taxRefundRate</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${taxRefundRate}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.958" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.958" endtime="20220402 10:19:07.958"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>proxyPaySurcharge</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.958" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.958" endtime="20220402 10:19:07.959"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>hasInvoice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${hasInvoice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.959" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.959" endtime="20220402 10:19:07.959"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>accountPeriodType</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${accountPeriodType}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.960" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.959" endtime="20220402 10:19:07.960"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>isSubsidyAndDeductIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${isSubsidyAndDeductIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.960" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.960" endtime="20220402 10:19:07.961"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivableSettlementRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.961" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.961" endtime="20220402 10:19:07.961"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>settlePriceIncludeTaxSettleRules</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settlePriceIncludeTaxSettleRules}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.962" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.961" endtime="20220402 10:19:07.962"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${advanceFund}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${advanceFund}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.962" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.962" endtime="20220402 10:19:07.962"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${proxyPaySurcharge}'=='${None}'</arg>
|
|
<arg>0</arg>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${proxyPaySurcharge}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.963" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.963" endtime="20220402 10:19:07.963"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${advanceFund}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.963" level="INFO">${advanceFund} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.963" endtime="20220402 10:19:07.963"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${buyerEnterpriseId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.964" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.964" endtime="20220402 10:19:07.964"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${taxRefundRate}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.965" level="INFO">${taxRefundRate} = 9.6</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.964" endtime="20220402 10:19:07.965"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${proxyPaySurcharge}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.965" level="INFO">${proxyPaySurcharge} = 0.013</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.965" endtime="20220402 10:19:07.965"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${hasInvoice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.966" level="INFO">${hasInvoice} = 1</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.965" endtime="20220402 10:19:07.966"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${accountPeriodType}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.966" level="INFO">${accountPeriodType} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.966" endtime="20220402 10:19:07.966"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.967" level="INFO">${settleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.967" endtime="20220402 10:19:07.967"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.967" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.967" endtime="20220402 10:19:07.967"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${isSubsidyAndDeductIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.968" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.968" endtime="20220402 10:19:07.968"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivableSettlementRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.969" level="INFO">${receivableSettlementRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.968" endtime="20220402 10:19:07.969"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settlePriceIncludeTaxSettleRules}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.969" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.969" endtime="20220402 10:19:07.969"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.887" endtime="20220402 10:19:07.969" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t11" name="get-category price">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:07.971" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.970" endtime="20220402 10:19:07.971"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${dataTime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:07.972" level="INFO">${dataTime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.971" endtime="20220402 10:19:07.972"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/get-category-price-by-date</arg>
|
|
<arg>params=orderItemId=${orderItemId}&weightDay=${dataTime}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.063" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576807825739776&weightDay=2022-04-02
|
|
path_url=/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576807825739776&weightDay=2022-04-02
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.064" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=707576807825739776&weightDay=2022-04-02
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"price":1.650,"publicSubsidies":0.010,"paperCategoryId":"660529551931215872","priceDate":"2022-04-02 00:00:00","categoryName":"花纸"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.064" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:07.972" endtime="20220402 10:19:08.064"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.065" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'price': 1.65, 'publicSubsidies': 0.01, 'paperCategoryId': '660529551931215872', 'priceDate': '2022-04-02 00:00:00', 'categoryName': '花纸'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.064" endtime="20220402 10:19:08.065"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"][0]}</arg>
|
|
<arg>price</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${price}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.066" level="INFO">${price} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.065" endtime="20220402 10:19:08.066"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"][0]}</arg>
|
|
<arg>publicSubsidies</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${publicSubsidies}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.066" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.066" endtime="20220402 10:19:08.066"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${price}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.067" level="INFO">${price} = 1.65</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.067" endtime="20220402 10:19:08.067"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${publicSubsidies}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.068" level="INFO">${publicSubsidies} = 0.01</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.067" endtime="20220402 10:19:08.068"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${dataTime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.068" level="INFO">${dataTime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.068" endtime="20220402 10:19:08.068"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:07.970" endtime="20220402 10:19:08.068" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t12" name="Upload_pictures">
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./21042217001449712.png','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${filepath}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.070" level="INFO">${filepath} = <_io.BufferedReader name='./21042217001449712.png'></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.069" endtime="20220402 10:19:08.070"></status>
|
|
</kw>
|
|
<kw name="Evaluate" library="BuiltIn">
|
|
<doc>Evaluates the given expression in Python and returns the results.</doc>
|
|
<arguments>
|
|
<arg>open('./21042217001449712.png','rb')</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${image}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.070" level="INFO">${image} = <_io.BufferedReader name='./21042217001449712.png'></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.070" endtime="20220402 10:19:08.070"></status>
|
|
</kw>
|
|
<kw name="Create Dictionary" library="BuiltIn">
|
|
<doc>Creates and returns a dictionary based on the given ``items``.</doc>
|
|
<arguments>
|
|
<arg>filepath=${filepath}</arg>
|
|
<arg>image=${image}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${file}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.071" level="INFO">${file} = {'filepath': <_io.BufferedReader name='./21042217001449712.png'>, 'image': <_io.BufferedReader name='./21042217001449712.png'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.071" endtime="20220402 10:19:08.071"></status>
|
|
</kw>
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.071" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.071" endtime="20220402 10:19:08.072"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${file}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.072" level="INFO">{'filepath': <_io.BufferedReader name='./21042217001449712.png'>, 'image': <_io.BufferedReader name='./21042217001449712.png'>}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.072" endtime="20220402 10:19:08.072"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-user-center/upload/image</arg>
|
|
<arg>files=${file}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${result}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.180" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
path_url=/recycle-user-center/upload/image
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Length': '143759', 'Content-Type': 'multipart/form-data; boundary=75d2369cc9b95d64f03f5648842d2afb'}
|
|
body=b'--75d2369cc9b95d64f03f5648842d2afb\r\nContent-Disposition: form-data; name="filepath"; filename="21042217001449712.png"\r\n\r\n\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x02\xb8\x00\x00\x03\xca\x08\x03\x00\x00\x00H\x83\xd9c\x00\x00\x03\x00PLTE\x00\x00\x00\x9b\x14\r\x98\x0f\x0c\x94\x0c\x0c\x95\x10\x0c\x96\x11\x0c\x94\t\r\x94\t\r\xecE=\xfc\x87\x00\xefE:\xe8f3\xe7\xf3\xe4\xff\xfd\xd5\xf8\x99\x13\xe9;-\xdfM1\xe5g&\x99\x17\x0b\xf9\xa53\xdcJ+\xf1\x88\x1a\xfa\xb2_\xe1`\'\xfe\xf9\xe4\xf1u#\xbf.\x0f\xfe\xf9\xe1\xec|\x1c\xfe\xf8\xdc\xd3L\x17\xf8\x8d\x0c\xf4\x87\x16\xfe\xf7\xd4\xd6F#\xfe\xf6\xd0\xf3\x83\x16\xfb\xcbW\xf4\x89 \xfd\xf4\xd3\xe0L$\xfc\xf5\xda\xfe\xf8\xdb\xf4\x85\x1e\xf9\xc1U\xfb\x88\r\xfe\xed\xab\xfc\xc8B\xea\xc1\x9f\xff\xcd\x15\xb6*\x19\xfe\xed\xaa\xf6\xa8S\xff\xd6K\xfb\xe1\x98\xf0\x84D\xf8\xa9K\xdfc\x18\xee?0\xfa\xa9H\xdaP\'\xfa\xd7\x88\xff\xcd\x16\xe4\xa9\x86\xf98\x08\xca\x80w\xf7\xd6\x8c\xdf\xb3\xad\xea\xcf\xca\x00\xaf\xff\x00\xaf\xff\x00\xb0\xff\x00\xaf\xff\x00\xb1\xff\x00\xb1\xff\xff\xe1\xc1\xf9\xec\xea\xff\xff\xff\xf7D<\xfaNG\xf5G>\xf7KC\xf6\xd1\xce\xdeA2\xff\xdb\x17\xea81\xe42,\xee<6\xf3>7\xed\xbdx\xda6\x1e\xf1B;\xfe\xe2=\xff\xe6\xc6\xee\xc1~\xe74.\xff\xfb\xe7\xff\xfa\xd7\xfe\xfa\xdf\xfb\xef\xbc\xfbH@\xfd\xf7\xc7\xdb?0\xee92\xd91\x19\xf0\xc6\x84\xf1\xca\x8a\xf8\xe5\xe4\xfc\xbc\xa1\xf2\xcf\x91\xfd\xd8\xb9\xf8\xe7\xb1\xfe\xe9n\xd5<.\xfc\xc3\xa6\xca4(\xf4\xd5\x99\xd08+\xf8\xe0\xac\xf9\xb4+\xf7\xde\xa6\xf5\xae)\xf1\xab(\xf1\xcb\xc8\xea\xa5%\xee\xa7&\xe6\xa0%\xc30$\xf6\xc4\xc1\xfc\xcd\xaf\xe6\x964\xfe\xf2\xd2\xff\xd9W\xff\xe6\x80\xfe\xeb\xcc\xfe\xd3=\xff\xddf\xe6A7\xf7\xca\xc8\xff\xc7\x16\xf6\xd8\xa1\xff\xfd\xf0\xff\xd6K\xe4+&\xeb3-\xfe\xf8\xf7\xff\xee\xa4\xff\xe0t\xff\xec\x97\xf8\xe0\xde\xe70*\xf2\x92t\xff\xcf2\xff\xe9\x8c\xef\xc5\xc2\xbc+ \xff\xde\'\xf4\x9e\x81\xff\x82z\xff\xcb%\xf5\xc2\x8b\xfbVO\xfe\xfd\xa8\xf9\xb4\x99\xeaj&\xf7\xbd\xba\xb3\'\x1e\xfb`X\xfd\xd3\x13\xf6WO\xfe\xe7e\xf1\xd4\xd1\xe6\x98!\xfd\xf2\xf0\xf5\xdb\xd9\xf9\xd6\xd4\xdd82\xf6\xa9\x90\xecp,\xba*\x00\xdb@&\xef\x7fj\xfa9\n\xf2\xb6\xb2c\x05\x02\xdbH.\xa8"\x19\xff\xdf5\xf7\xcf\x9b\xdf\x895\xfdpi\xee\xbe\xbb\xf1\xb7\x89\xf0\xae{\xf6\xc8\x94\xf0\x9d(\xf0\xaa\xa6\xf8\xca\x16\xf8\xadG\xe8\xa2\x9e\xe2\xad\xa9\xdf\x9c\x98\xe0U9\xedWN\xe6\xb6\xb2\xfe\xe6R|\x10\x0c\xdc\x8a\x85\xf7\xb1\xad\xe4w\x03\xdbO*\xfa\x98A\xef\x81\x00\xe8\x8b[\xe2`C\xfew1\xfc\x86:\xe0\x8e\x1f\xc3:\x00\xe2%\x1f\xe4kN\xea\x97e\xf4\xc0\x16\xf0j[\xe6\x93\x8f\xe7NF\xd2R\x00\xee\xa4p\xd7\\\x02\xec\x9fZ\xdfi\x01\xcaF\x00\xf5\xc9:\xeb\xa69\xe8v\\\xf8\xd2f\xee\xb86\xef\xb5\x16\xf4\xc7Y\x97\x1b\x15\xe6\xc0\xbc\xd8}x\xd9\x83\x1d\xd6/*\x00\xae\xff\xe9\xa9\x15\xf5\xbcL\xe7\x80L\xe6\xb7R\xf9\xc0-\xfa\xd2%\xd0ib\xc0B7\xc7UM\xcfs \x00\xb2\xff{\xa96\xc3\x00\x00\x00KtRNS\x00\n\x146\x1f)CL\xfd\xfe\x811\re\xfe\xb4\xf9\xd4h\x14\\\xfe\xfe\xfe\xd0\x1f\x8c\xe6\xfe\x8ep\xbf`ME4\x9e1B\x1f\x9e\xbe\xa8\x7fO\xdd\xe1n\xfe\xd3\xca\xbf\xcc\xbfu\xbe\x9e\xbc\xcc\xe0\xd7\xc8\x8c\xfe\xdcz\xa5\x99\xb7>v\xd3\xac\xf7\xeb\xbe1\x8e\xc6\x00\x01\x14\x9fIDATx\xda\xec\x9cAn\xd3@\x14\x86\x9de\xd4\xca\x12\x8a\xba\xa8\x04$\x08\xd2.\xe2&\xb2\x02\x11\x08\xc5\x8b\x9e\x81\x1bp\x00\xd6=\x80%\xd6\xb57\xbd\x81\xef\x11\xb5\xfbH\xb9\x04\x8a\xd4e\xd6<\xfbM\xfc\xd7\xf3lg\x92\xa68\r\xf3\xcdd2\xf8\xbd\x19\x17\xfc\xf51P\x8ac\xb1X,\x16\xcb\x8b\xf2n\xac1q$\x93\xb1\xe4T\xcb\xf98\x96|p,\x96\x97a|\xabq]&\xee\xad\xe4\xa3Q\x8e\xc5\x02\xf6.\xee/z\xfdT\x93w\x8e\xe4\x03\x87~\xd2\xc83b"7RI\xfc\xfaE\xdd\x11\\\x0eKHW\x0f\xf7\xc3\xf8\xda~\xb2\xfc\x1f\xa0\xe2\x92jU\x15\xf72\xcfA\xe6X\xcb\x19\xde\xea \x05|D\x14\xe0\xc3\xd8\x07\xe3K\xc7r\xfc\xd4\x1c\x15\xea\xad\x1cn6r\xd2\x80\xb8\xc4\xd0\x16\xdd\xff\x00a\xcc\xb2K\x0cD\x96\xa4K\xb4j\x8f\xb8\xdf\xbb)\xbd\x17\x16\xd7\x9e\xad\xffK\xa4\xb8m\xb7\xed~2\xf8\x93\xd7\x03%^\xd4\xa9\x1d\xbb\xedt\xaf\x8b\x7f/\xee\xd0\xb1\x1c;\xc2\x98\xc7v\x1b\xe2\xd6\xf9\xb6\xa4\xc4A\xdda""mi\xaf\x8d\x1b\xc5WWW\xe1\xed^\xb9v,GN*n\x9cuz\xb1\xb8\x84\x12\x17\xe4a\x95M\x84\x94\xd7\xcd\x85\xe4\x00\xe2\xc4*\xd5\x16)\x9c\x878\xb2)/*Y\x8fy\x8c\xb9X\xcf\x1d\xab\xb9u;\x8e\xe5\xa8\x19\xf3\xb3\xc6@\xe2\xbaR\xdc\xb1\n\xab4\x9a\xf0I\x00g\t\x0eP\xcbg7Y\xc5\x1d\x14\xc5\x85[\xdc\xa9)q\xe3\xc2\xfe\x98\xab\x86}\xb1\\\xbfJ]\x89\xee^\x9d8\x96cf\x0c]\xb8\x95W\xdcI\x9eC\xd0\x90\xceo(q\xad\xc7u\xbe\x1eCvP\xe0\x0c\x88\x1b\xaf\x13p_\x88\x0b\xf98\x82\x8f\x0bs\xa2(*\xd6`\xcf\xf4\x93\xe6\xc2\xb1\xbc>Z\x1dSq\xd5\xa3\xa7\x81_\x10W\nG\xc0\x97xE\x89=\x15\x1f\xe6\xe1<~\x97j\xdb>\xd3\xf6\x91y\x99\xb8\xcbxg\xb0\x15\xe6\xf1C\xbb}\xe5lA\xa7\xe5X\x0e\x81 0\x167.\xaa\xab\x89{z\xc9\xb0#\x85q\xe9\xba\xee\'\x8e\x92\x8f0[Aa\xa2{Y\x14W\xe4e\x15\x97\xa0`\xb7\xbd5\xeeMX\xd8j=\x7f\xc0!\xc5\xf4\xd7\xcbr\x00\x8c\x12\xbfe*\xae\x86&\xeed\xf7B\xa8\xf8\xa8\x89+i\xbb\xb9\xb8.:f\xe8Z #\x8a\x05,\xee\x99c\xcc\xf9}2r,\x8d\xe3%I\xe25#.0\x15\xb7\xaa\xe2.*\xab\xec\x93\xd9\xc2m\xbb1!\xc5%\xce\xb7\xf8DO\xee\xed\x99\xb8q\xfa\xf7$n\xb0\xb3\xb8\x8b\x7f,\xee\x1d\xddq\xc1\xe2\xd2\xbb\xbb\xee\xfc\xf6\xf4\x8a\x1a\x08\xcch\x8c\xe2\nq{\xc6\'\\?I\x12\xbf\xefX\x1a\xe5\xdcO\x88\xfb\xdazs\xfaA1\x8c5\x967\xc4g\x8a\xf4sq\xef\xe22\xee\xa8!T\x16\xe7.\xc5E\\\x89\x9b\x9a\x9b\x8a\xbb\xc8\xa1+\xd4\xf1\xae]#0_\x96\x8aKAcq\xbd$\xc5\xb7\x7f\xf7\xdb\x14(\x1f\xc4\xa8\xb6(\xb3x4\xa2e\x1d&N\x94\xb8\x1c\xd4\xbb\xd2V\xae\xc7F\xaa{\x1d\x02\xf7\xcd3\xb0<\x93\xd2\xd9\x99q\xc9\xed\x1fhKsq\x83$#\xb0\xe66\xc9(a\xfcZq3\xf5\xb81\xba\x7fwJ\\\x15P\x96\x110\x97;\xd6\xcb\x96\x0e\xb3\x05q\x81\xfbj\xcbi\xc8J\xaaSK\x7f"\xf9\xa0bSy{\x12\x97\xe8\x99\x1f\xad\x18{\xccm\x94\x91z\x0e\xfdZqsI\x0b3x\x95\x8b\x0b;c\xa4\x16\x8bt!\x07\x9d\x07]\\\x04\xb3FP|\x93\xb8\x93;\xc94\x17W\xed\x83\xfbC\xdc-\n\xaeo\xbdm\x98>\x1f\x16\x82zq\x15\xb1\x9ci\x15\x17\xb1z\xa0\x0f\xd6Hq\xe5*\x1c\x15v\x15\x17\xc62\x10\xd7\xfcl\xe5\x8f\xec\xd7 \x9a\'\x10\x7f\xd8\x10\xe2n\xe4\xbaG\x9c\xc0\x98\xed1\x11w/\x15Wr\x03q\xcd\xceV\xc1\xb9c9\x00.\xd2*\xe2\xed*.\x8a\xd6\xc0\x9b\xa6,\x9f\x81\xdb\x80\xb8[U\\\xdf\x9e\x12\x0e\x88N\x90\xfc\x08\xf6 n\x96\xdd[<\x8fzq\xc3]\xc5\x1d\x10\xbdgW\xdc\xbe=%\x1c\x16\x9e\x9f\xf4k\xc5\rU\xcb;\xde\xc3\x97\x13\x17w\xe1f(.\xd6\xe5\xcb\x96\x0b\xa2K\xe2\xe6W\xf1\xf6\xc7\\\xdc\xc0\x9e\x12\x0e\x8cs?\xa8\x15\x17\xf6@$\xe8\xfbB\xe2j7\xa1f(.\xbc]\x0f\x10\x17WU\xca6\xe2\xda/\x98\x1d\x1e5\xcf\xe4\x948\xa1\x87\xbb\x0c3w`\xed\n\xb6A\xdcY(\xc8\xd4\x00g2\xe3\xacL\\u\x1b\xee<eqOk\x99d\xb9\xbcRT\xdc|\'\xec\xac\xc4\xb5\x1c%,n\xaaN60e\xe2^|W>\xa0\x87\xdf\xbbE\xe8\x92\x96\xf14z\x92\x8bK!$\xf2l\xb1x\x0c7\x82t\xea J\xc5U!\xe4Yq\x8f\x9aL\\<q~\xe6$\xee|\xddX\\\xc2{j\x0f3q\nt\xb2h\x01Q\xefY\\\x91\x07qM\xec\xc5\x87\x01q\x11\xe6\xcbV\xdc\xe3\x86\xc5\x05\xa2\xe2\nq\x81\x14\x970\x14\x17@\xdc]\x80\xb8\x00\xe2\xce\xad\xb8\xaf\x8c\xd1\xa8c.\xee\xa3\x14\x97J\xed1\x88\xbbm\xc5\xed\x8c<\xc7\xd2$A\xe2\x1b\xaa\xdbj\xb5\xa6\xa5\xe2~j)\x9cJq\xff\xcc\x89^\x9d\xb8gs\xe2d\xb3\xb8\xd1\xb3\xc4\xe5\x9f\x82\xfc\xe8\xb6\xac\xb8\x9d\xc0\xb7\xdf\x04\xd10A\x92\x98\xaa\x9b\x95\xab\xa8\xd0Vs\xe2\x93\x96\xe5\x15\xb3\xa8\xb3\xb8\x83\'\xe2"\xc6\xad\\\\\xa4a6\x9f\x93\xb8\xb8\x8a&\xae\x89\x86\xc5\xc553|Z\x99U[?I\xac\xb8M\x01q\xcd\xd5\x9d\xa6\x8f\x99_\xdc+\xc5-\xf4H\x8a\xcb!\xb8[..\x87\xa5{RU-\xb3\xa2\xb3\xb8"\x0f\xbf\x1f\x98jk\xc5m\x1c\x12\xd7\\\xddiD\x0f\x7f\xfd\xc8\xab+.\xcc\xe0.\xc5U1\xe4E\xa5\xe2\xaa,\xe4\xb1{Q(\xd7\xe3\xc7pZ\xbb\xce\xd6\xeby\xd4!\xae\x99\xb6V\xdc\x03\x80\xc45Ww\x1a\xe5:\xf2P!\xae\nC]]\xdc\x08\xbbp\xaf\x10\x17{d\x9d\xc5]E:\x1c\xcaA:\x86\xac\xb3\xb8,1:\x8e\n&g\xdb\xc4\x8a{\x10@\xdc\x1f\x9b\xff\xfd\xc8\x14n\xf0P%nXL\x14\xe2\n\xd9*\xc4\xd5`\xf7\xcef3\xcf\xfb<\xabf\xa5\xaf!\x96Y$\x13\x17\xea2\xa8\xb8\x1b\xab\xed\x8f\xc4\x8a{ \x04\xc9\xbdO\x04A0\xf2\xbc\xbec$.x\xa8\xaa\xb8P\xa6R\\\x10V\x8b\x1b\x8a\xad\xe6)\x8e\xf3m^\xcd,\xdf\x17<\xaa\x18\x89+\xb46\xac\xb8\xad\xbe\xe7\x8d\x82 \xf0\t\xfb_+4M\xa7\xdf\xef\xa0\xcen)ne\xc5\x05\xf5\xe2\x1aW\xdc]\xc4\x05R\\\x00q\xcdi\xd1\xaf\x9a\xfd^\xc9W\x84i\xc5\x15\xcc\x8eK\\\xcb+c\x17qQq\xdf\xef_\xdc\xa5`e\xc5\xb5\x94\x89\xfb;"\xf8\xedw\x8d\xb8\xbf\x8b}\xa6\x89K\xd7\xb4\xa4\xb7\xa5\xe2"\xce/\xeaJ\xdc\x8b\x1e1\x88\x04_\xe8\xf2W\xb5\x06]\x89\xfb\xa6\xd7\xfb\xa2\xb6\xc2\x86V\xdc\xbf\xec\x9cAk\x13A\x1c\xc5\xd5\xab\xbd\xd9K%x(\x08=\x14\x16\xc1\x15\x03\xb6\x07\xbf\x94 z\x91@{\xca9\x1f"\xdf"\xd0{\x8e\xb9\x86e\xd3\xd0\xd0C\x0e\x05o\xfeg\xde\xcc\xbe\xce\xfcgcDE\x99\xcc\x9bq6\x99\xf7\xfe3+\xfbs\\A\xcd_\x17\xe6Y\xdb\xe6\x86\x9by;o5\xb8\x0c\xb8>\x93X\x00.lv{\xe2\xb6\x1a\\\xef\xf3\xdaZp\xa1w2\x13\xb5s7\x1d\xf7\x07\xa9k\x87\xf8\xb5\x87*.:k\x0b\xb8y\xeb\xc2?\xf0\xebk\x8c7\xadH\x81+.\x02\x1e<AC\xf4\x08\\\xd8\xc8\xe0\xd3\xc0$R\'n\x97t\xd7\xd6\xc8\x05>\xfay\xde\xd7\x0b\x99\xae\xe4;:\xeb\xef\xa5\xaa\x03\xf7\x1a.\x9a\xbb\xbb\x02n\xc6\xba\xc0\x03gK\x83\x8b\x08\xe8@>\x05.B>\x95\x04\x97{\x89p\r\xc0\xbd\xbb&\x84\xf0\xef\xcct\xd5\x81\xc9\xeb\x83\x07\x97kZKT\xc0\xcd^5\x88\xa0\xd2\xe0\x123\x9f\xd7\xe0b\x9e\xf8\xa4\xc1\x85\x90\xc3\x05\xe0\xfae\x08>|\xf0\xf9\xed\xd1\x84\xaf\xbb\xef\xc0\xa5@{9q\xf3\xd7\x05I\xc1e\xd3\x0bn@\x8d\x02\x97&\xd4\x0f.\x19\x84\x00.7\xa2\xc5\xc3s\xc6\xdd\x9dx\xe2\xd6\xe1\x92\xe5\xc4=\x08\xd9\xa7\xbe\xc7\x89\xab\xa4\xc1\xa5v\x83Kip\xdf\xa5\x96\x01\xb8\x94\x06\x17*\xe0\x1e\x90\xfe3p\xeb\x84\xbb7\xb8\xfa\xee\x8a\xb2\x95z\xea\xebVt\xf6\xaf\xc0\xbdK\xe3\xd9~\xfbEp\xa7\x05\xdc\xcc\xa5O\xdc\xdd\xe0\x8e\xf6\x07w\xbe\'\xb8#\x82\x9b\xb0\xd7\xd6}\xdb\x85\xcb\x89[\xe4\xc0\x1d\x05\xcd\x9d\xb8G\xe7U\x00\xae\xb7E\xf8\xa0\xc0\x1d\x85\xad\x0f\xdc\x91n\x00\x17\xfb(wa\xdd\xf7\xde\xb8f\x82\xe0\xaa\xaar\xe2f/\x0b.a\x03\xb8\x8b\xb7\x06\x06\x04\x08T\x18\xfc\x16\x81\x0b\x0f\x1dC\xf2U\x01v\x18%\xb8\x1f\x1f/@\xfc\x01.K\xf1\x91\xe0\x8e\xc2\xaa\x02\xee\x01\xa8\xf6,t8\xac\x1f\xf0=\x00\x97><}\xe2z\xbf\xbb\x8e\x92\'n\x90Q\'nM\xcf\xb9\xa3\xb61n\xa5\xf6\x7f\x0c\xae\x9f\xe3\xb5\x80\x9b\xbbjy\xd2a7\x83\x02\xf7\xb1\x03{\x1a\x83\xcb\x15\x90J\x83\x1bf\xb0,\xc15\xdf\xc3\x85n\xac9\xacF\xaa\x8a\xaf\nz\xcd\x02n\xf6\xaaG\x01\xb3x\xf2\x98\x13\x1a+\xa7\x8f\x98\xc3\x0f\xe8f*z_u\x1a\xb9\x08\x13\xeb.\x11\x80\xcb\r\xbc\x1a#\xba\xe2p\xa1YktVa\x02?\x9c\xff gq\x03p\xe1R\x16\xdc\xa6\x80\x9b\xb1\xe4\xa9S\xd7\xc1E\x0e\xda\xd8#S\x14\x13Q\x94:\n\xc0%\xbb\xe8\x04\xb7\xd2K\x0e\xacyL\x87+?\x88\x01p\xe9\xa0\x0b\xb8b\x15p\xf3\xd5\xeb\xean\xd4\xab\xb3\xe1`\xf4\xbb\xd2\xe0j\x11\xdcZ{\xad5O\x14\xd2\x1a\\\xaa\x80\x9b\xb3\x8e^W5\xa9M\xf34Ws\x7f\x17\\\xde\x0f\xe1\x84Y\xc0-\xb2:\xa9\x93\x84\xfd[p_hkm\xbda\x01\xb7(\x02h\x9c"iLpuH\'\xf5l\xe4\xbc2\xc2\xbe:Kp\xcf\xf5J\x8b\x06\x04V\x89\xba\r\xc1\xd5u\x05\xdc<%\x00\x8dm\x93\xee\x1a/\xe64\xdbL\xb7\x16\\\xa6\xc6*\xaa\xca\xb9\x00\x1d\xe9 \xf3)\xf7\x8d\x96\xf0\xe0V>\xcf\xd6Z\xef\x14V\xb8\x19\xc1\xf5k\xd2,\xe0\xe6*\x00$\x92\x91\\Zfo7\xd3\x01xi\xe6\x9c\xe7\x95\xc8\xa2<\xf2\x1fS\x94\x007\xac7\x03\xc1\xadc\xe0\x8d\x85\xd2*\xb1\xff:\x06\x17\xb5v,\xe0f*\x02$\xcd\r\xa0x\xddPs\x99a\x0f/\xac\xd6>>p"\x00\x971\xd7:p\xa3\xe5E\x1bk}\x90\xff\x9dg\x1cxv\x98ypY\xe1C\x05\xdc\\e\x00\xa2HS\x08nkOc\xc8\xd9\xa4\x92\xa2O\x8f\x89\x10\\\xc6"\xdbz,Dbf\xad3\x80\x0b\x8f\x84\x12\\\x88\xe8\x16p\xb3\x15\xc1\x8d)\xfcJn\xc1\xd3s\x19\xb7:\xbahBi\x90[\x9a\x04\x97\xb6\x02\xb7\xd2\xce\xb6q\x00\x12NjJp\x83[+\xe0f,\x02\x14k\xbd4j\x96\xe6\xb7\xe8\xe1\xabS\x01W\xbelun\x81\x8c\xd3r\x07\xb8\x12\x94\xbe\x13\\\xb1q\xaaFB\xfds\xc0\xa9\xef\x80\xe0j\xaf\x80\x9b\xa5\x0c@\xf7\xf5\xa2]n\xc6\x91f\x16\\\xc3\xec3D\x9f\xcb\xd7\x1ep\xa9$\xb84\xcd\xd0\x0f\xae\xcd\xa4\x00\xbcE\xf5\x93>8Eg;\xbc\x02n~:\xb9<\x7fa\x91\xd4\xe0\x02\x07\xaa\x17\\Q\x83\xde\x0bn\xe3\xed\xdd\xe0\x9a\xcc\x93#m|\xb6\x85\xc3\x1ep\xe7\x05\xdc\x03\x95\x03\xf7\n\x1dC\x1f\xb8H\xb0\x01\r\xaa\xe1:~h\xe9\x12\xdc\xae\x9e+\xba\x13\xf75\xa6h\x00?\xf07\x1e\x87\xfbw\xeb\xbf\xb4\xe0\xa2\x84\xc5\x05\xdc\xac\xe5\xc1\xb5\xcd\r1\xb8\xd0\xb98\xcc\xa4\xce\xb4\x17\xe3\x98\\\x80\x15\xff}\\\xc4BF\x01n\x15\xc0g#@\xffTV\x87A[\xfa\x95\xa7\xba\xe6r.PN\xdc\xbce\xc1\xbd\xba"\xb8\xe6c\x1a\\\xa4\xa4#-R\xe0\x9ai\xfa\x92M\x82\xdb\xf9\xec\x0e\xdc\x1a\xdca\xca\x11m\xf5\xcc\x96\x19+(\xddt\xe0v\x1e\xeb\x0b\xb89\x0b\xe0:Rp\xed;q\xc3\x8ci1\xb8@\x8b4\xf6\x82\xeb\x01\xe3\x07\x80{\x0f\x8b\xf5\x0e\xcd\x0fRVu\xfb\xb3\xfa\xabu\x8f\r\xb80X_^\x15\xf2\xd6\xc9\xcb\xe3g\xf2\xd4C`\xfa\xc0%\x1d\x90\x06\x17\x1e\xc74\xb8\xf0\x11\x81\x00\xae[\x80\xf5\xb8\x15\xdc\xcb%\xf7\xe7\r\xf8\xf7\x88\x1aFP?(\xe0f.\x80K\xf5\x81Kf\x80\x88\x06\x97B2\r.\x13\xf6Bp\xcf\xa3z\xd1v\x89=\xfc\xa1\x1a&\xe6\xd6=Q?\x85\xf2\xaap\x10\xda\x17\\%\r.\xb5\x13\\\xad\xe5J\xda\xa5\x9eo\x96\xcb\x15Vx\x139t\xd5O\xc13\xbf*\xe0f-\xf5\xd4\xa7B\xd1>\xe0\x0eV\xa2\xdd\xe0\xcaJ\xab\xdd\xe0N\xec\xb82\x94i\xfcne^\xdaS\xf9\xd7\x1a\x91\x03w%\xee\x87\x1ep\x07\xb2u\x017g%\xc0]\xed\x05\xee\xe2\xa7\xe06\x12H\x82Kl!\x93[\xde\xaa\xfa\xcf+\xa3\x0f\xd8^if\xdd\xb3\xbe\x13\xd7\x98\x05\xdc\x8cU\x0b?A\x9b\x82\x87P\x95O\xb1m#pu\xa2\x11\x1c5\xb8\xc6\x8a\x92&\xd7\xe8\xfa\x85\x99_\xbd\x94\xaaKm^\xcdW\xfe\x06\xea\x84;(\xe0f\xae\xda>\xe7\t\xdb"\t\xeeD\x017\x8f\xc0U\xecL\x92\'n\xb0\x86\xc8|7\xb9\xad\xaeo-\x9a\xc7\xf6\x15W\xed?Y\x1a\xaaW\xa7\x1d\xb8Au9q\xb3W=\xc1C\xf7\x17\xbc\x02\xbcT\xe0\x02\x0c\xdf\xa5)pap\xb5^p\x11a\xce\x82;E%\xbbA\xd3\xe8\x04E\xf1\xfe_Wp\xddO!\x0c\x14p\xf3\xd7\x9b\t\x01\xb2J\x83K\xdfg[\x05n\x98\xe8\x05\x97\x9b\x811\x80\xfbi\x12\xeb;\xd0\xc4/\x1b\xb5\xff\xdc\xb9\x00\x97r\xc1\x02n\xee\xba\x8d\x9ez\x1a\xdcK\x98\x94\x06\x97 B\xbd\xe0j\x99\xdcD\xd5\x7f\xb1d\x0eA\xa6\xda\x7f\xd9\xfd\xd9\x0c6#\x05\xdc\x83\x90\xa2h\x9b\x06W\xa9Q\xe0R\xbf\x0en3I\xdd\x08\xee\xe4(Q\xe2\xde\x14N\x01\xae\xd6\xbc\x80\x9b\xb9\xf4#O\x81[\xf7`y\xfc\xa7\xc0\xdd&\xcb\x81f5I\x9b\xa2\xa7\xf1\xcd\x95\x13\xf7@\xa4yk\xf7\x04w\xf9G\xc1\xfd\xc1\x9e\x19\xeb6\rEa\xd8\x0eT\x0c\xc0B:\x80%@\xb2\x84\x00\xc9R\x95H\x0c,y-\x84\x04O\xe0\x17@b\xf0\xc6\xc4\xe6\'\xc9\xc8\x19\x18\xa2(faAb\xe8\x828\xd7\xe7\xde\x9c\xf8\x1e\xd7\xa9hI$\xe7\xffl\xc7\xa9\xcf\xef\xeb\xb4\xferr\xdb~\xe8=\xcaL\xdc4\xdc\xf0\xbe\xf1\xf3\x08t\xdc\x13\x85}\xab\xfc"\xabN\x01\x14\xe7\x8e\x86\xfc"\xfd0\x1aH\x97\xab\xc5\xd5\xab\xf9\xf1\xdcP\x97\x9f\xe2\xf3\xdf\x85\x7f?\x14\xa6T\xb5\xef.\n\xef\x9b7\xa6\x8e\x8e;z^\xa8\xb1\xde\xca\x15+an\xf9\x0f\xef\xa2*\xf7\x8eS\xd4\x15W\n\x9aZs\xc0\x8a\xab\xc2\x86\x9d\x13W\xbe\x92Mv_\xdb\x0b\xbc\xdaz\xd9R\xc9\xc3{Ws\xedX\xc4\r\xa7\xe9\x86\x8e;v\n\xe9y\xbc\xf1\xda*\xc3\xde\x9a[>\xf5\x8e\x05\xd7\x98\x8fMW\xcbi;\x88\xe6\\\xef\xa6\xab:\xaeC\xdf\x03,\xee\xa6\xd2c\xbe\xfe\x8b\xe4\x85\xbc\xd0\xe3\xdb\xfd\xa6i\xcd\x9d\xfby\x8c\x9c*\x9b?\x7f\xd9\x10A\xdc\x11s\xe1\xb5\x10+\x1c\xad\x13\xe7\x91njF\x90\xfc+q\x8c:\xe2\xca\xf9\x9a\\\x11\x91\x11W\x8a\xed\xb2\x85\xe8[eX\x93#O\x16\xb6\xf4\xce\r\xec\x8aA\xdc\xf0\xfa\xf5\xf5-\x89\x81\xb8\xe3\xa5\xab\xc5\xa7 En\xf5V!}Ct<\xd9\x15W\xfc\xd1\xd4\x8a\x98X\\\x1dB]#Z\xad\xd7EQ\xbc]\xef\xd0\xb4r\xa6\xc9\x8b\xa2\xe5\x8f)q\xc3\xd5\x8e\x1b\x86\r\xea\xfe\xe2:\xc4\x1d1\xb3*\xe2#9\xee\x18\xbdE\x0be\xd3\xf6\xbc\xa4+\xae2 \xae\x85H\x86j(f\x9exr\xb2\xe4*\xae\x01\x1dw\xe4T1_\xc9q\xd7\x88\xdbk\xe5\xfcV\xc5\x9d\x10\x13\xe4\x95\xa7Y\xe2\x99\x87c\xb2v.>\x83\xb8\'\xc7\x93*F\xa6\x00\x13\xd3\x97#.\xe9\xd6\xc5\xb5]U\xd5\xbbO\x96\xf3\x04\x1d\xf7d)\xaa\x98\x8dX\xc4\x0cJ\xf9\x9b\x1c\xd9~q\xcf\xae/nF\x06\x99\xb2\xf4\x96\xe6\t:\xee\xe9\xc2s\x80\xb2\n\x1b/v\n zk]\x9erc\x8e\xcc\x98\xba\xc3J9 n\xe9/(\xab\x8a{\x96\x1b\x12On\x99\xa8\xb8~\xa0\x12\xe2\x9e\x0c31R\xa5\xfbN=\xe2.$\xb3co\xb9\xd2Oka\x1a\xaa!S^%niVr\xdc\xf4\x9b\xe8\\\xbf\xda@\xdc1#\xb6\xed\xde\xf6h\n \xbc\xd9uBvD\x91\x95S\xe3m\xbf\xb8R\xd3\x1cS\xde\\\\\xb5V\x16\x88;n.J\xbe\xc9\x8c>\xc4S\x00qR\x8a\x9ak\xfd\xae\x89vC\xa5wFS\xbd\xe2\x96\x1a\x08\xe1\x1b\x8b\xeb\x87\xd3\xebC\xdc\x91\xb3(\xe5v\xeb\xc3\xba\x15\xf2\xbc\x93*BQ\x83\x1b\x97\xa2yW\\!\x84\xae\x10W\xe5\xd2\xd1~:f\xffL\x18K\x90\xa7\x10w\xd4Te\xc4w\xf6\x96\x97\xb3XoA\xd5\x90\x86\xfb\xac\xaf\xe3jh\xc5!+\xae\x14uw\x0b\xd8\x8e\xeb\xc4\xad!\xeeX)\xca\x98oT\xdb\x8f\xed\xcb]?$&~\xe7]q5"4\xbd\x1dW\x88;\xa4\x95\xd0PE\xcak\xc6\xa4\xd1q\xc7\xcd\xa2\x8cY\xd5\x8e\xb9q\xcd\xc6\x9c\xe1iG\\C\xc3CYq\x0f\xc3\xa6f \xee8\xb1\xae\xfdl\x85\xac\xb3=z\xfft)\xf1{X\\\x0e\x1dO\\\x82\xb8#\xc5\x1a\xb9\xack\'[n\x8c\xb41\xce\x9d\xef\x15\x97A\xc7\x05\xb7L\xfa\xdd\xfejV\x93S\xd2\xeamcL\nq\xc1\x11\xb8\xe8\xed\xa4L6\xac\xb7\xc6 .8\x02\xb3\x9eN\xdargHo\x8d\xe5\x10\x17\x1c\x81\xe9BXnY\xd7=\x7fS\xb8\x90\xd4s\x8d\xad4f\x86[\xeeB*\xae\x89\xfdo\x9a\x9ay\x94\x80\xd1\x92\xd5\x11\xbd}jR\x1b\xb2\xfd1\x11\xd7rV\xff\x7f \xee\xb8I\xbf\xd41\xe9\x90\xde\xca\x04\xe2\x82\xe3\xf1\xe8Z\x9d4\xfd\xdc\x13\x83\xb8\xe0x\xccm\xc3\xbd\x96\xde_R\x88\x0b\x8e\xc7\xdd,\xe6^o_\x1e\x8c)if\xe8\x9dQd\x87\xe1N\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x03\xf2 `\x8f\r\xb3oH\xb7\xd7\xb1\xf6\x93\x1c\x88\xe8\x927yyZ\x04\x87\xe6\xe5\xd3\xc7\xc2\xeb\x87\xdb\x1f\xff\xc3\xd7\x8f\xf7\xf3\x97}\xb3\xe9Q\x1a\x08\xe3x9\x1a\xdazh\x96\xb4!H+\xb5\x95"z\x90\x18\x12cb6\xde\xf6\x13\xac\xc9\x9a2\\d\x13\xe4B\xf0\xe5\xda\x84\xd3\xf2\x1d\xfc\x00\x9e=y\xb2\t_\xc0O\xb11\xd9#g\xa7<3\xf3\xf4\x05J\x8b\x89\xbb1\xfd\x15\xd6\xa5\x19\x86\x81\xfe\xe7\xff\xbc\xe0\xb6\xdc}\xc2P\xf4\x08O\xa1X\xf0\xa0\x08^\xa7\x94\xfa\\\x8e\\R\xb6V\xf2-t\xba\xc7/\xcf\xe2\xcf\xf5,\xa9\xe2_!\x03\x9d\xee\nh*\xdc=\xe4\x96\xbf:\x88\xbfW\xb8lF_\xd7\x9b\xba"\xb7V\xc5\xf0=\xb7\xcc\xe2\x15\x8fQ\\3\xb8:|\xc7t\x93\x92U!\xf4\xacp]\xcf\xe7k\xef\xc8\x94;\x17[\xfeK\\\xa5\xb5\xc5k\xfa\x8c.\x9c\xa0\xfa\xf5\xfc\x02({-\xdcgP\xedvp\xae|V\xddN\xa9\xd5\xebB\xf0J\xb9\xed\xdaj\xfa\x9c\x96\x1c=\xf6\x8b\xe1\xb9\xd9\xcd\x13\xfb\xe8JaU\xd2=\x9e\x8e\xbeOA\xae\xdb]\x1d\x16Zs\x9f\xd3Y:\x8eQ\xa8\xa1\xfb\xb9\xe0\xd0\x92\xab\xe7K\xdc\xb7\x8e\xbc\xd5\x01\xdd\x0el\xb3b\xb4\xdc\x9c\xa9\x90\xa2sU\x94\x07?\xf6\xd5\xf6\xa0\xac\xd8m\xb5\xf5!P\x05\x9c\xd8s\xf8\x18:3\xf1\x13\x9e\x0b.u\xe8\xea\xae\xd0\xfd\xca\xad\xbe\x19\x93_\tP\xa7\x90(H\x9d\x02\x11\x01G#\xf8\xcc\xf2\x10E\xaa8\x1a\x8cs\xab\xf4\x15\xb2\x9a \xe4<P0\xd9\xf8\xc9\xd1-M\xc3\x87;\xe4\x8ft-\xc3\xa8\x95Iq\x9b\x18\xc2K\xbfk\xa0\xfb\xc4\xd0j\x10x\n\xd0Tj\xe9\x9c\xc3?\x16\xbd*\xe5\xfe\x02%&\x9c\xb8N\xa9p\x15}I\t\x88\xcf\t\x96\x0c<G\xe6Ccw\xed\x83\xc6\xf2|h\x9b\xad\xa6x\x0eY\xa6\x08|\xce\xe8]\xa8\xb6\x9d2\xc6)&\xf5\x1eI\x05\xc8\xaeny\x13\x86\xb6!E\x9b\xb4\x08\xc1\xc0I7\'\xfcc\xa1\xc1\xaa\xa2<\xf9\x86\xb1\xa2v\xe0\x0e\xd7\x94I\xc0O\x8d&k\xc6\xef\xd8\xb9\xa1v`\xda\xc5:\xec\x9b\xeeP<g\xb1Y\xc7\xf9\xb8\x99\x8bm0\xff\xa8\xaa=\xa3\x84p=!\xdc\x89Y\xe6M\xe3\xc6\x9b~V\xfbf\x8dZp\x10\x87\xe0\xb6\x0b\x12|B\xe1\xe2\x168\x0e\xe2U\xc2-E\xa1\x0f~5\x1bj5[U\xd5\xcf(\xabO\x1fU\xc6f$\x1c\xe8\xc6\xcc\xa9}\xc0\xd2T\xb5mh\xf6\r\xe1\x12S\x93\xac\x17\xfc\x15\xc6\x9bh\xe8Q\x95%\xb91\x8f\xaa\xccfk\xbaUjt\xa6\xd3M\x8c\x1b\xb1$2\xbb\xd9\xc4Y\xdbF*\x93/\x01\x81;\xd9\x1e>y\xf5L\x93*\x8e\xaf\xcd\x88\x9f\x86\x10\xe2\x7f\xa2bkSY\xdd\x041\x05r~\x13q\xf2\xa5\xb3\xbb2KX\x9a#9\xed\tN\x83$v\x06\xf9Mu\xeb\x1cQ\x9b\xe1:\xb2\xe4\xafn\xf9\x9bm\x15\xc3N\xac\xe9\x8a\x88\xe5\x87j\x82\x9e\x96\xca\xb1II\xd0\xec\xcf{\x95p\x8f\xa6s:\x9dD\xcc|\xc6\x18\x1eO\x1a=\xadN\x85\xbb\x9e\xc5\x15\xc8\xf8<%b8\n&]3\xa1\x8b\xd2\x0bd\xbe\x9c\xe3\t$\xbe3\x08u\xf4\xb0W;N\xb8\xb3\x81S\xae\xa2\x03\xe6\x90(HR\xf4^\x91\xf5\x98\x1bd\xf0.)\xdc\xd0L7\xc1\xdfL/\'\x85\xa1C\xafF\xe0\xba~\xd00\xa5\x8a\xa31\xe1\xc2L}\xc6T\\!\xcd\xec\xab\xea\x84\xf8Y\xc1}\x9c\xfb\x9c\xabA=\xb77\x1cD\x96F\x87\xf4\xd6\x9f08\'\x13\x05\x9fq\xb1\x81\xa1\xc5\x91\x15\x12\xaf\x11\xcbgG\x17\rU\x85\xd8\xef\xf4\xd5\x18\x8d\x00t\x1b\xa9KM\xf0\xcdI,@\x06\xab.\x04\xce\r\xca=\x1c$\x0c\xa9b/=\x16\x1bQh\x005"\xc7n\x0f\xce\x84\x02\'\xa1\xdao\x03\x83\x05\xdapZ0\xc9f>a\x96V3\xc5L\x8b\xebv\x1ca\xde\xa3\xe8\x05\xcc\xcc\\V\x0eJ\x97\x08\xb7>\xb5\xf6\xd0qwt" \xcb\x1c]\x8a&\x86\x99\x14\x97\xc8D\x97k5A?%\xb6\x1a\xdd\xdd\xa5\x08\'\x01\xe8\xf6p\x90xx\xbfR\xee^4;\xe9{c\x9e\x81R\xef\xabi\x8f<\xec\rD\n\xd4\x00\x8c\xb5\xc1\xbb\x9e\x96\xd7$]n\x98\xa5\xe1s\xe6\xb6\xa1\t\x0c\x1c\xbbXC\x02\x99\xfef6\x8f\xad\x04\xe1\xb6w\x8cne\xd3\x0b\x02j\xa7/\xd9g/i\xb6\xe3L\x08/\xa6\xce\xae\xfb\xed8\xe0\xcf\x88\xd3V\xe3\x9c\x1c<\xc2)\xd9\xd6\x10\xe4`\x90x\xf8\xfa\xfbC\xa9\x02\xd9\xf5\xc1o\xc6<\x90o\xb8p\r&Atb\xdb\xc8t\x93\x96;\xf2\xb4\x8e\'J\xe8\xd1TX\x9a"\x9a\n\xbd\xf4X\xb0\xb6\x06VfE\xabvx&\xdc\x8avK]\x8f\xf0\xca>h`\x13\xc3\xa8\xc7x\xe2\x11>5m\x7f\xd5\xe3\xa4\xbe\x1ey4\x08\x8b\xc2T}\xbd`s\x8f.\x87\xda\x01\xdd~\x7f,U\xec\x15n\xf4\x99\x86\xe7\x01oy\xad\xd5p{\xd8ZB6W\x9f\xd5\xf6\x13y\x8b\xab\xe8\xa0K\xac\xcd\xb2\xb5\x0fx\xe1L\xb8\xa8\xdcb\'\x97\xe7f-\xd9P\x85\xb1\xf3/a\xf8\xcc\xa5\xd3\xa7\xf2Q\xe2\xe7 "z\xce(ON\xaf\x0e\x1c\x8f\xbed67\xc1W%E\xd4\xe5\x9e.\x8ary\xdd\xdf\xb2^\xfa\xd0[\x08\xce\xcdC\xba\xfd\xfe\xba&U\xec\xc6p\xcc\x88\xe7\xdc\xb5\xe6m\x13pP\x82\xac\x8a\xe9)\x1e\xa0\xc3\xc9\xed\xb5o\xd7w5IE\xdd,\xca-\xd9c\'\xc7\x03\'1\x96\xfb\xdfx>\x7f\xeaQ,9U\xe6\x91b\xc7>|/3!\x1b\x7f\xb1VOlmO\x8f\x10\xc6\xecJ\x85R\xb3\x15d\xd5}fn9\r`n\xa8\xcd\xf2tKy_\x97*\xf2\x90Et\xbf\xec\xa5\xcao\x10h\x14\xf2_\xe8\xe9\x18\xed\x8f\x1b\xb6\x91\xa9\xccx\x98EK\x83\xb9@\xee\x8bA=\x11\xb6\xb9r\x19M+\x9d\x90\x92\x82\x87\x9f\xb9\xc3\xe4-9\xb5:8\xa2j\xf3dO\xd7\x98wg\xb7\xf1A\xca\x17.)\x88\'\x8bF\x08\xcc}\x01\xc2\xcd\xd1-\xe5\x81t\x8bh\xce]5|\xd9R\x18:\x17\xd0\xe2T\x01:4\x8es\xd5D!\xbf\xff\xcc\x13\xea\xc2@\x1af\x0cIi\xf2\xa9\x12\xe5\x96\x05NGh\xff\xccH\xb6\xef\xc1\xda\x98=6Qf<3.|\x10\x9c,vo\x9e\xd6\x13\xab\x13\xfe|\xd6\x08\xaf\x87\x1d\x8a,\xa5a\xea\xceS\x17\xee+R\xe4\x06o\x0cv\x0e\x83\xee\xe0<\xdd\x02\xf7\xa5[\xa3\xe6\xb4\xef\xf5\xee\xa8r\x85a`\x8dC\x18\xba\x05q\x10\x9a\x99\xe7\xaaj\xbf`\x8a\x8cF\xc3\x11\xfcXC\xf7>\x86\xdbE\xf9,\x1a\x8d\x97/\xa2\x86\x94,\x14\xe3\x93K\xbb\x96\x8a\xc8p\xc0\x8fn\'\xd5T\x80\x15\xe5\xe7\x06>\x0e\x80\x1fx\xa7\xd2\x1b8\x89Z\x8f\xf0\xf9.~\xfc\xd8\xe6&\x8a\x9c\x8d?b\xe6Enc\x19v\x1e\x9b1\xff\x97\xa6"\x82\x0c0\xfa94\xf2t\x0b\xbc5\xa4\xdb\x00dK\xb1\xef\xa6rc}+\xee\rX\x8b\xbb-a\x18W\xd7\xd4p\xbbB\x1f\xa8\xdbt[3\xee\xd2\x84\x90 \x08\xa2~\x94"s\x05R\xde\xf5j\x98(\xa0Q2_R\xd2y\xc7\xd9l6\xfb0\xcb\xb08\x1b\xc5\xd4\x1a\xb0A\x1f\xf0\x1f\xf1\xe0\'\x18\x1b\xae.\x95\x0f\xef\xfaS\x1c\x14\xee\x95\x9d\xa7\x1c\xb7\xd5$\x05\xd1_h\xbc\xee\x03 {\xce\xd1\xedm\xe6\n\xb5\xba}\x0f\xb0\xef\xe2\xb7\xd2p\x1d\x01\xac\xcfYI\xd3AU\xd3\x1a\xebdHU\x16\x87\x04\xcb\xe9\xf5\x89\xe8&\xa1\x89\xc6L\x90\xc0H\xcf\x8dL\x8c\xc9\x1e\x93F\xac\xef\xf1\x16\xfd\xdf\xd8\xc4\n\x9f\x0c\xc2\xf0\xd7\xae\xe3|\x89+\x0f\xbe\xfe\n\xd9\xb0\xec\xe8\xd0\xd6\xb2\xabC3L\xe5&B\\\xc0\xe8k^m\x86\n\xc7\xa8\x80\xbf$Y0\x7f\xb5\xb8\xd4\xa1\xbb\x92\xa3\xdb[\xcc\x15\x8c^\xff\x1e\xa7}\x07\xbf\x04\xf9\xc3\xdd\xd9\xec(\rEq\x1c\xdciA\xd3\x14\x06\t0\x14\x07A\xa7\x83.$\xc2\xf8\x91\x18\xb7<\xc1\x98`,;M\xc4\x1dq\xab7a\xc5C\xb0\xe8\xd2\x15kL\x06L\xe6\x05\x88\x89\x0bgEx\x06\xb6\x9e\xcb\xb9\xf7\x1e\xe8\xad\xed\xa8\xe8\x10\xff\x85\t\xad\xfd\xb8\xd0\xdf\xfd\xdfsN\x0b\x82a\xa8\x10\xc1o\xa7\x85\x83\xc3\\\x8e\xf5Wz\xfb%\r\x99\x19\x9f%\xf5^\x9f}I\xa7\xd3\x8e\x15P$%\x0f\xc5\xa0CF\x10 \xc8\xcd*\n\x0f\xd8#WG\xa9]/\x167Og\xa5\x98\x0e\xd4\xd9\x80\xba\x07{\xf3%\x1d\xa2r\\\xe3\x8c\xa4\xddZH|#]\xa1\xe0\x12\xe1\xf4\xd1\xc0+\x12s\xe5\n\xe3\x06\xee()\x97P!1\x80[\xd2\xb3+\xb1\x7f-\xcb\xe6\xd8\xee2\xb9\x1c3\x9f\xe5\xa9\x10\xb6\x00\xd7Z\x1f>\xde[\xe9\xcb\xf5O\xceA\xa9\xf4\x1cgQ+l\xe9\x8a\x81~\xb3\x94t\x1f\xf1\xcd\x98\x9bb\xf6\xbd\x1a\xb9\xf9\x01\xea{\xa0w\xea\xe0o\xb4<\xdf\xae\x05s\xdb#\xf4\xd8t\x96\x0e\x93\xa3\xb7\x8et3\x19\x18A\xa9\x9e4\xb7\xe3a\xe0\xca\x15\xd9p\xb1\xd8\x0b\x98NZ\x1d\xa1\xa1\xe8?*7k\xd5\x8d\x10n\xc9q\xff=\xb8\xf6\xd5M\x15w\xae&\x87ER\x82v\xcd\'\xd9\xf3\xa3R\xe1\xa9\xbc\xa5\xe9\xcd\xdb\xc3B\x81\xcf\x92\x86\xc37\xd3\xe9\x9b\xe7\x96o\x87\x84\xad\xb2\xb4j\\\x16\x15\xb8\xde6i\x13\xcb\xa9q\x08\xd5\xc9\xed\x9d\xa5k\xbe<\xd6\x0e\xe6\xf6}\x874\x0e\xe7\xb6f\xeb\xfeHzpT\xa1\x9a\x0fe\x84R\xef\x80\xae\x10\xd1\xb8\xbf\xc8\x07j&;\x98+B{**\x0c\x1a\x81N\x16\x7f\xb4\xc9\xed%\xd8\x9dU\xf6\x91[\xab\xfcn\xa8\x1c\xdfznG\xc5\x1c\x1d5\x1c\xc8\xa0\xfa\x15%\xac\x91\x92\x12\xfc\x07D qz\xd7\xa7u\xda\xcf\x1d\xa7\x12O(\x13;qh\xfd\n\xe7v6P\xd6y\x02\xe3z\xd6\xf7\x19j \xe2&\xa4\xf6\xc9\x0c\xf51\x90[\xb4pj]\xaf\xd7e\xb4q\xaf^,\xdb\x1a\xb8\xf4\xce\xdf\x07\xd3\xa5\xf6\xc8\xa4}\xce\x82\xc1\xddk\x91u\xfb\x8b\nN\xf0\xae\xef\xacs{\xe7r\x92z\xbb\x16An4\xb0\xd9\xdb\x95\xa3\xfb\xcd\x06v\xfcm\xeb\xe0\xc1`,\xd4\x97\xec\xb6p\xfee\xe3(\xa2\xb6\x8e\xe1\xabv\'Wsqv\xc6\x07\x7f\xe54\x1f\xc1\xf3\xe2\x89\x02\x13\xf3k\xe0\x1a+*O\x98\xf2\xa0\x99\xb0GR\xd6.\xeb\xaa\xdf\xeb\xac\x83\x0b\xefa0\x18\xdc\x1b<m\x94\x83\xa4\xf8H\x1c\xf0\xd6-\x16\x93\x96\xda\xb6\xbf\x97\xce\xeb\x03a\x95\x9cy\\\xb6Bs\x04&\x01\xff\x18\x0c\xee\xa4\xafzH\x85\\?4zN]>\xb7`)~r\xed\x0b\x02kY\xd9\xdb\x00l\xb3\xfe\xf81\xda\t\x84\xf6\xdb\x14\r\xd5\xa8/\x83W\x124\xb1\x04\xca\xb6\x9dH\xf9\xbf\xe1\x9b\xc0\x98t\x8f\x91\xa5\xcdx\x02G&\xd6\xaf\xdbt\xf44h\xd1S\x04\x02E\xfe\xe2S\xdc\xd2u\xb0>\x14\xb8\xf0pe\xb8j\x05)N\xad\x8b\xdb\xb5|>\xbd\xd7\'.?\xe6\xb1\x10\xed\x0fx\xa8\xa8\x10\x0f\xcd\x11\\\x19f\x07\x83\x9b\x1e\xba\xb2S\xd6\r\x15\\\xb8\x1d7$z\xbeB1\xee\xb5\xd8\xa5\xc9(^\xdd\x94\xd6Z\xedD!\xb0\xf5\xc7g\x80+<\xa5\x9a\xb1\xed+\xab\x06\xe2\x8f\xef\x89\x1e\t\xae\x1b\r\xeeaU{\xbf\x9b#y\x1b-\r\x8b\n\xe8<G\t\xa1J\xb9\x08\x9a*H\xa6\xb0j\xe5B_\xec%\xb5\x06}_7\n\x93q\x8ca\xa7T{\x91\xc7\xae\xa2\xe7f.<\xc2JV\xc2>]\xc4\xb0?\xa9\x99\xa6Y\x14\x0fRq\xd0\x11\x9c\x0e\x85u\'\x19\xccqu\xd1\x82Cb\x85\x17\x97z\xb97\xfbK\xe4\xda\xdcb\xcfV\xe2\xd0n\xb0\x0bN\xb5\xfd\xc6Ip\x17-\xe9\x90\x8bt:\xcf\'\x07\xf8\x88\x06\xd7\xf2[8\xdf\xf6\xb5B\x9e\r\xd1\xd2\x94\x89\xb9\xe3\xfa\xc3\xa4P\xe1\xe1\x91a\x90\xaf\xb7\x80"\xcd\xdf"j\xfe\xad\xf9F\xb8[HD\r0\x00\xee\x90\xf1v`\xeb\xd2yS\xc7\x87\xc7\xe3\x82\xdcwu;<G\xc0=\x01\xb8\xceQ\x90\x1e\xca\x15\xdc\x89\x88\x90\n\x88zX\xf4\x9c\x12u\xb0T\xecR\x15w|\xe4\x86\x9d\x9c\xcac\t-2\x0b\x0f\xa5\xc7\xb7c\xdb\x96\xa1jM{m\x15g\xe6\xf3\x1c\xbe\xdaZn\xe6\xb2\r\x91\x13\xb3\xa7\xbenX)bB"\xd5\x85\xbd\x81\xd5P\xfa\xed\x0e\x9btg8\\Q\xab\x1eR\xc5\x14\x02\x05\xe3\xa2\xdc\xa2!\xb6&\xf9\xfc\xa2-f1\xe4\x0eS\xc5\xcc\xe3\xfa\x08\x0f\x7f\xaf#\xc7\xd2\xc1E\xb8\xe0A\xb5;Md\x9f|b\xad\xbb\x81\xba\x89G\x82\x15\xe6\x8e\xdc7n\x11\x12=g\x9f\xed\x02\xb7zY\xach\xc5B\xc9\x9d\xd1\xb4\xa9\xfa\xd6*#t\xb4\xe1x:\x9d\x8eO>\xaa$B\x06k\xc5\xfbT[\x1f\x9c\xec\xadi>fT\xe5\xdc\xec\x85\x16O\xa5\x1a\xf7:\x04c\x1eG\x7fUT`\x13\xa7t\x93\xc6\xf6\x12,\xa7\x1e\x83\xe1f4\xb7\xee\x1a\xb7\xf9\xcfS\xa6\xc8u\xb5\xd0%\xb0u\xb82\x06\n\x08\xa6VTpq\x1a\xeb\xa9\x85N8\x9f~&WL\xedzJ\x05\x17.(\xf4\x92\xdc\r\xce\xed.|\xf7a\xad\xb8P+GDqG\x8f\xcf\x08Z\x1f\xbb\xcdm\xe7\x98\xc6\xf3\x15\x83\xaf\xee5\x9f\xba2\xe9/:+\xd9\xc4\x17\x9b\x04g\xcaz\x9cf\x19\x86Q)\xa8\x81\x96r\x1fUT`s\x9b\x9fn\xa1\xdc\xdd\x9br\xdd\xfeD\x0b7\x83\x7fq\xb7\xe3R\x00\xfa9\x0fZti\x91\xf6\xc3^A\xad\x93.9\xfd\x9c7\xed\xa0\xceqW\xe18-G\xe6f\xae\x7f\n|\xc8\xa2B\xe9.\xccaT\xfc\xf3\x917\x05\xdc\xeeF\xcd_\xa6h5\x07\xdb\x13A\xae\x08\x12\x88\xda\xbf\x15\xe6V\x91\xa1\\R\x15\x80\xdc\xf1\xf3$\xa8T\xc5\xc1]/\xaes\x8b\xa3\xcb\x98u# aQ\x96\xd6\xc2\xdc\x87N1\xec\x0bN\xe0\x01\x81A^\tNoV.\xc2\xad\xda\xb6\x7f\xca\xb9\x1dAGb\n\x1f\xf7\xf0 \xea\x92\x8b\xda\xbe\xbb\xc8{N\xf6\xe7\xebp\xc2N\x9d\x88\xdc\x8c\xabC\xcf\xe0\x07\xf7\xd7\x86!.&\xbb\xb8M+$z\xce>{\xb4\x1b\xdc\xf2\xf4\x9d\xc7\x08v\xf6B\xfe,\xe2[M\xdff\xb3Jl{\xa2\xba\xcf\xcd\xd2\xda]%\\<?O\x8a3\xac\x15\xd7\xbf\xf5\xc8\x90\xf4\x91\xb4J\x86\xcbN\xf3\x00\xa3<\x90\xbbZ\x0c\xce\x93\xbd\x8d\xae\xb7aV\xab\xcc\xcc\x8a\xe6\x966b\xc3\xcf^\xde;.\x9b\xf9\xe5@-\xc4[f\xc2{\xaa \x87\x9d\x8e<\xd1:=7C\x1e\xf1\xaaA(\xb8>\x9f\x05\xe9\xafA\xeds\xf9\xfd%&(\xa7\xc1*@\xfb\xbbsw@\xbcL7\x8fD\xe9\xfe, 5\xfb\x06\x13$h\xdb{G\x94\x15\x03\xb8%I\x84*s\x89\x01\x9d\xff\xe9n\xd6(g-Af`\x953\x99\xa3\x00\x91r\x9f\x03\xb9t\xda\xb0m\xa7y\x0f\xab\xaf4\xb1\x13`\xd0\x88\xe6\x96\x1c\x8eM\x97\x9e\xe7\x1dW\xb2eo4\xef\xa3\xe1\x81\xe0\xbdDE\x1a\xb2uK\xcft\xac\xc0\x95\xfa\xae\x10t\xb3\xf0\x8f\xcf\xdd\x14"L\xaf\xe5\x8b\xfe\xe9r\x7f\xf5\xcb\xef\xa5\xbb\xf2\x1f\xc7\x8d\xdd\x81skr4\xc7\xfd\x86\x7f\xbf\xcd\x1a\xdb\x0bs)e\xca\x15\x84\x07\xcaR\r+@\xba\xef\xca$h\xfc\xd9\\\xd7\xa2-\x19\x87TY7!\x05#\xcf}$\x8c\xa5\x9c\xd8\xe2\xd41\x9c\xd1h\xd1\xc2=\xab\xe9\x03P\x14\xd5\xb1\xc5YG\xf2\x90[3\x15\x87R\x81\xf7y\xc8\x17\tT\n\xd5(\x8bD\xc7[x^9\x1b\xec\xcaLb7h\x84\x17\x15Ts\xc8x\x03^\xb3\xf6\xe9\xd2K\xad\xbem\x82\xdcrMw\xf4\x0e\xed?%W\xd37\x8e-<\x9d\xed\x86\xb8\x18\xcd\xdd;DG\x94g!\x97\xa4\xda:\x8c\xc9\xe5\xca\xba\x9e\xab\x90\x12\xaf\x82\xe9I\xbf0\xd7\xcf#\xd3\xae&\x128B\xa2\x1f\xf6\'v\xacr\xec\x8dN\x99\x0c\n\xd1\x91\xe6#\xa4(L\xc8\xad\xa8.\x8d\x81[d\xddr<\xefk\xd7\x95\n\xcb\xcf\x12\x85\x9cr\xc3\xe1rd\xf2K!\x81)\x17\x8a\x8f\x0f\xd9\xf0\xa2\x82\x10\xeb\x87\xa8==\x87\xa0\xe4\x16\xb4?G\x0e\xcd&\xbb\xfa\xa5\x98?SS:.\xc5\t\x1c[\xf8\xbb\xc50\x97b4\x96\x93\x05I\x11)\x96b\x14<@\xfe\x9bXS\xe9&_\x18<\x92\xc2V\x04d\x17\xbf\x19\x03\x0eH&\xd6?O\xc5\xe2\xb6\xe7-\xbb\xb8\x0e\xd9\xa7\x99\x8an,Iq\x0b2\xa0#L\x18\x8d\xcd\xc1\xd7\xcf(3Bu\xa7S\xde\xbadU?\x10\xad5\t\xb5E"\xbcw\x1e\xa2\xafK/\x9396\xc0%\xd6\xd4=\xdf\xff/\xc1\x8d77\xb0\x85\'N\x80\xee\xd2\xd8f\x88\xeb\xcb\x87\xc5l\xab\x99M\xa2;p\xc7\xed=(\xacI\xc6\x99\x1dL\x95\xfd\xa7\x92D\xd7aq9\xe6\xd2\xb7\x04i}y0P\x0b\x86m\xc7\x8a\xe0\xf6P\xd9-p\xfbu\xc5-n\x12\xb7Mo9f\xae\x14\xe4ga\xa0Q\xf30\x0b\r\x89\\\xd9|\xffB]\x89\x9df\xa2tM|\xa0j\x0b\xf3\xf2\xaf/\xfc\x15Y\x1b\xe4\xcai\x85n\xc3\xdaZ\x88\xab\x021\xf5@x\xdf7\x8c\x82?\xd7\xd0\xd5^\x94\xb3\xfe\x98YRM\x1b\x1eV\xd7L\xac\xd70$i\x94x\xf3\xfc\xfe\xb8\x12\xc9-\xe9\xc3\x8a\xdb}K\x96l\xeed\xbc\xf3\xb6\x0bBz)?\xd3Z\xa7\xa9P\rY\xad_OE\xc4.\xa8\xf6<\x8a[\xf3\x16\xa7\x9c\xf4ay\xbc\x0b\x17\x18\xfe\x86\xac\x86\xa4\xd6\xc7\xed\xf6\xc2\xdc\xaa\x80s\xcdr\xdb\x831h:w\xb28'... (set the log level to DEBUG or TRACE to see the full content)
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.180" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-user-center/upload/image
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
|
|
body={"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.181" level="INFO">${result} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.072" endtime="20220402 10:19:08.181"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${result.json()}</arg>
|
|
<arg>data</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${pictures}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.182" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.181" endtime="20220402 10:19:08.182"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${result.content}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.182" level="INFO">{"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.182" endtime="20220402 10:19:08.182"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${pictures}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.183" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.182" endtime="20220402 10:19:08.183"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.069" endtime="20220402 10:19:08.183" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t13" name="get_repeat_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.184" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.184" endtime="20220402 10:19:08.185"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/repeat/proxy-order</arg>
|
|
<arg>params=orderItemId=${orderItemId}&plateNumber=${carList}&settleWeight=13550&weighingDate=${datatime}&orderType=${orderType}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.265" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776&plateNumber=%E4%BA%ACSGGGGG&settleWeight=13550&weighingDate=2022-04-02&orderType=2
|
|
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776&plateNumber=%E4%BA%ACSGGGGG&settleWeight=13550&weighingDate=2022-04-02&orderType=2
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.266" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=707576807825739776&plateNumber=%E4%BA%ACSGGGGG&settleWeight=13550&weighingDate=2022-04-02&orderType=2
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.266" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.185" endtime="20220402 10:19:08.266"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.267" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [], 'total': 0, 'size': 10, 'current': 1, 'orders': [{'column': 'oi.create_time', 'asc': False}], 'searchCount': True, 'pages': 0}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.266" endtime="20220402 10:19:08.267"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:08.267" endtime="20220402 10:19:08.268"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.183" endtime="20220402 10:19:08.268" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t14" name="weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.269" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.269" endtime="20220402 10:19:08.269"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.270" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.269" endtime="20220402 10:19:08.270"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "id":"${weightNoteId}", \ \ \ \ "orderId":"${orderId}", \ \ \ \ "orderItemId":"${orderItemId}", \ \ \ \ "type":null, \ \ \ \ "weightDay":"${datatime}", \ \ \ \ "settleDay":"${datatime}", \ \ \ \ "settleUtiPrice":"${settleUtiPrice}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "settleWeight":16200, \ \ \ \ "deductedPoint":7.5, \ \ \ \ "unitSurcharge":"${unitSurcharge}", \ \ \ \ "surcharge":"${surcharge}", \ \ \ \ "adjustMoney":"20", \ \ \ \ "remark":"${datatime}", \ \ \ \ "imageUrls":null, \ \ \ \ "transactionMainEnterpriseid":"${交易主体id}", \ \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "warehouseName":"${所属仓库}", \ \ \ \ "settlePrice":22585.5, \ \ \ \ "activitySettleType":"${activitySettleType}", \ \ \ \ "proxySellerSettleType":"${proxySellerSettleType}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "unitPrice":"${unitPrice}", \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "remarkImgs":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "otherAmountList":[ \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"freightSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.001, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherSubsidies", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":1 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":1, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":0.002, \ \ \ \ \ \ \ \ \ \ \ \ "title":"contrabandPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":2, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":20, \ \ \ \ \ \ \ \ \ \ \ \ "title":"nonStandardPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ }, \ \ \ \ \ \ \ \ { \ \ \ \ \ \ \ \ \ \ \ \ "unitType":2, \ \ \ \ \ \ \ \ \ \ \ \ "unitAmount":10, \ \ \ \ \ \ \ \ \ \ \ \ "title":"otherPenalty", \ \ \ \ \ \ \ \ \ \ \ \ "isSubsidies":0 \ \ \ \ \ \ \ \ } \ \ \ \ ], \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "receivableSettlementRules":"${receivableSettlementRules}", \ \ \ \ "refundSubsidy":0.003, \ \ \ \ "receivableAdjustMoney":"20", \ \ \ \ "settleUtiPriceIncludeTax":1.337448648648649, \ \ \ \ "settleUtiPriceIncludeTaxType":"${settleUtiPriceIncludeTaxType}", \ \ \ \ "collectionCharges":"${proxyPaySurcharge}", \ \ \ \ "advanceFund":"${advanceFund}", \ \ \ \ "millSupplierId":"${supplier_id}", \ \ \ \ "millSupplierName":"${millSupplierName}", \ \ \ \ "contractId":"${contractId}", \ \ \ \ "settlePriceIncludeTaxSettleRules":"${settlePriceIncludeTaxSettleRules}", \ \ \ \ "paperCategoryId":"${categoryId}", \ \ \ \ "deductionNotes":"${datatime}", \ \ \ \ "imageUrl":[ \ \ \ \ \ \ \ \ "${pictures}" \ \ \ \ ], \ \ \ \ "deductedWeight":1.5, \ \ \ \ "orderType":"${orderType}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.274" level="INFO">${data} = { "id":"707576814230441984", "orderId":"707576807787991040", "orderItemId":"707576807825739776", "type":null, "weightDay":"2022-04-02", "settleDay":"2022-04-02", "settleUti...</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.270" endtime="20220402 10:19:08.274"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${data}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.275" level="INFO">{ "id":"707576814230441984", "orderId":"707576807787991040", "orderItemId":"707576807825739776", "type":null, "weightDay":"2022-04-02", "settleDay":"2022-04-02", "settleUtiPrice":"1.675", "netWeight":"17000.0", "settleWeight":16200, "deductedPoint":7.5, "unitSurcharge":"0.025", "surcharge":"425.0", "adjustMoney":"20", "remark":"2022-04-02", "imageUrls":null, "transactionMainEnterpriseid":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "warehouseName":"钟落潭仓", "settlePrice":22585.5, "activitySettleType":"1", "proxySellerSettleType":"0", "publicSubsidies":0, "unitPrice":"1.675", "plateNumber":"京SGGGGG", "remarkImgs":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png" ], "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.002, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":20, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":10, "title":"otherPenalty", "isSubsidies":0 } ], "isInvoice":"1", "invoicePoint":"9.6", "receivableSettlementRules":"0", "refundSubsidy":0.003, "receivableAdjustMoney":"20", "settleUtiPriceIncludeTax":1.337448648648649, "settleUtiPriceIncludeTaxType":"1", "collectionCharges":"0.013", "advanceFund":"0", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "contractId":"663533697236078592", "settlePriceIncludeTaxSettleRules":"0", "paperCategoryId":"660529551931215872", "deductionNotes":"2022-04-02", "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png" ], "deductedWeight":1.5, "orderType":"2" }</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.275" endtime="20220402 10:19:08.275"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/proxy-sell/update/weightnote</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.475" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
path_url=/recycle-service/admin/proxy-sell/update/weightnote
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '2324'}
|
|
body=b'{ "id":"707576814230441984", "orderId":"707576807787991040", "orderItemId":"707576807825739776", "type":null, "weightDay":"2022-04-02", "settleDay":"2022-04-02", "settleUtiPrice":"1.675", "netWeight":"17000.0", "settleWeight":16200, "deductedPoint":7.5, "unitSurcharge":"0.025", "surcharge":"425.0", "adjustMoney":"20", "remark":"2022-04-02", "imageUrls":null, "transactionMainEnterpriseid":"15", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "warehouseName":"\xe9\x92\x9f\xe8\x90\xbd\xe6\xbd\xad\xe4\xbb\x93", "settlePrice":22585.5, "activitySettleType":"1", "proxySellerSettleType":"0", "publicSubsidies":0, "unitPrice":"1.675", "plateNumber":"\xe4\xba\xacSGGGGG", "remarkImgs":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png" ], "otherAmountList":[ { "unitType":1, "unitAmount":0.001, "title":"freightSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.001, "title":"otherSubsidies", "isSubsidies":1 }, { "unitType":1, "unitAmount":0.002, "title":"contrabandPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":20, "title":"nonStandardPenalty", "isSubsidies":0 }, { "unitType":2, "unitAmount":10, "title":"otherPenalty", "isSubsidies":0 } ], "isInvoice":"1", "invoicePoint":"9.6", "receivableSettlementRules":"0", "refundSubsidy":0.003, "receivableAdjustMoney":"20", "settleUtiPriceIncludeTax":1.337448648648649, "settleUtiPriceIncludeTaxType":"1", "collectionCharges":"0.013", "advanceFund":"0", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "contractId":"663533697236078592", "settlePriceIncludeTaxSettleRules":"0", "paperCategoryId":"660529551931215872", "deductionNotes":"2022-04-02", "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png" ], "deductedWeight":1.5, "orderType":"2" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.475" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/update/weightnote
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"weightNoteId":"707576814230441984","contractId":null}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.475" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.275" endtime="20220402 10:19:08.475"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.476" level="INFO">{'weightNoteId': '707576814230441984', 'contractId': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.476" endtime="20220402 10:19:08.476"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.477" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.477" endtime="20220402 10:19:08.477"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.478" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.477" endtime="20220402 10:19:08.478"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:08.478" endtime="20220402 10:19:08.478"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.268" endtime="20220402 10:19:08.479" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t15" name="audit_weightnote">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.480" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.480" endtime="20220402 10:19:08.481"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/audit/weightnote/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${repsonse}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.645" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
path_url=/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.645" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.646" level="INFO">${repsonse} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.481" endtime="20220402 10:19:08.646"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${repsonse.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.646" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.646" endtime="20220402 10:19:08.646"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.479" endtime="20220402 10:19:08.647" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s1-t16" name="get_proxy-order">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.648" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.647" endtime="20220402 10:19:08.648"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/customer-service/get/proxy-order/${orderId}</arg>
|
|
<arg>params=orderId=${orderId}&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.810" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.810" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/707576807787991040?orderId=707576807787991040&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"status":51,"bizOwnerName":"李忠糠","orderOwnerId":"554128866793361643","orderOwnerName":"赖勇兰","orderOwnerPhone":"18888888888","orderType":2,"activityId":"660531609048584192","activitySettleType":1,"isEntire":0,"activityStatus":1,"activityName":"Ceshi_factory--两次","startTime":"2021-11-23 14:37:04","endTime":"2021-11-24 14:37:04","unitSurcharge":0.025,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2022-04-02","paperMillDeliveryTime":"2022-04-02","remark":null,"attenssion":"707576807787991040","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县平城区","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"707576807787991040","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"707576807825739776","adjustMoney":20.000,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"707576814230441984","orderId":"707576807787991040","orderItemId":"707576807825739776","type":null,"weightDay":"2022-04-02","settleDay":"2022-04-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":16200.000,"deductedPoint":7.500,"settlePrice":0.000,"remark":"2022-04-02","imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"]},"logisticcsInfo":{"id":"5546","plateNumber":"京SGGGGG"},"status":52,"displayStatus":57,"auditStatus":1,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"settlePrice":0.00,"finalPayMoney":2969.850,"otherAmountDtoList":[{"title":"运费补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-32.400,"unit":0.002000,"unitType":1},{"title":"装车不规范扣款","amount":-20.000,"unit":20.000000,"unitType":2},{"title":"其他扣款","amount":-10.000,"unit":10.000000,"unitType":2}],"deductionNotes":"2022-04-02","totalOtherAmount":-30.000000000,"paymentType":2,"activityNoteStatus":1,"activityOrderAuditPassNum":1,"unSettleMoney":2931.2500000000,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"],"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"钟落潭仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":null,"promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":null,"rank":0,"status":1},{"description":"预约成功,待送货","time":null,"rank":1,"status":1},{"description":"已收货,待审核","time":null,"rank":2,"status":1},{"description":"已审核,首款结算中","time":null,"rank":4,"status":1},{"description":"首款已结算,待质检","time":null,"rank":5,"status":1},{"description":"质检完成,待审核","time":null,"rank":6,"status":1},{"description":"已审核,尾款结算中","time":null,"rank":7,"status":0},{"description":"尾款已结算,订单完成","time":null,"rank":8,"status":0}],"paperCategoryName":"花纸","proxySellerSettleType":0,"isInvoice":1,"invoicePoint":9.600000,"receivablePrice":null,"receivablePriceIncludeTax":null,"refundSubsidy":48.60,"unitRefundSubsidy":0.003000,"settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0,"receivableAdjustMoney":20.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"contractId":"663533697236078592","contractType":2}],"orderId":"707576807787991040","createTime":"2022-04-02 10:18:42","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.811" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.648" endtime="20220402 10:19:08.811"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.812" level="INFO">{'code': 0, 'message': 'successful', 'data': {'status': 51, 'bizOwnerName': '李忠糠', 'orderOwnerId': '554128866793361643', 'orderOwnerName': '赖勇兰', 'orderOwnerPhone': '18888888888', 'orderType': 2, 'activityId': '660531609048584192', 'activitySettleType': 1, 'isEntire': 0, 'activityStatus': 1, 'activityName': 'Ceshi_factory--两次', 'startTime': '2021-11-23 14:37:04', 'endTime': '2021-11-24 14:37:04', 'unitSurcharge': 0.025, 'surcharge': None, 'totalEstimatedWeight': 30000.0, 'deliveryTime': '2022-04-02', 'paperMillDeliveryTime': '2022-04-02', 'remark': None, 'attenssion': '707576807787991040', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县平城区', 'millSupplierId': '660525241805705216', 'paperMillSupplierName': '测试111', 'millDeliveryOrderId': '707576807787991040', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.675, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '707576807825739776', 'adjustMoney': 20.0, 'unitSurcharge': 0.025, 'surcharge': 425.0, 'unitPrice': 1.675, 'weightnoteInfo': {'id': '707576814230441984', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'type': None, 'weightDay': '2022-04-02', 'settleDay': '2022-04-02', 'settleUtiPrice': 1.675, 'netWeight': 17000.0, 'settleWeight': 16200.0, 'deductedPoint': 7.5, 'settlePrice': 0.0, 'remark': '2022-04-02', 'imageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png']}, 'logisticcsInfo': {'id': '5546', 'plateNumber': '京SGGGGG'}, 'status': 52, 'displayStatus': 57, 'auditStatus': 1, 'preTotalMoney': 28475.0, 'prepayMoney': 24203.75, 'preSettleMoney': 23778.75, 'settlePrice': 0.0, 'finalPayMoney': 2969.85, 'otherAmountDtoList': [{'title': '运费补贴', 'amount': 16.2, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 16.2, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -32.4, 'unit': 0.002, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -20.0, 'unit': 20.0, 'unitType': 2}, {'title': '其他扣款', 'amount': -10.0, 'unit': 10.0, 'unitType': 2}], 'deductionNotes': '2022-04-02', 'totalOtherAmount': -30.0, 'paymentType': 2, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': 1, 'unSettleMoney': 2931.25, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'weightNoteImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png'], 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': '钟落潭仓', 'publicSubsidies': None, 'isSubsidyIncludeTax': 0, 'unitPriceIncludeTax': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPrice': 1.675, 'settleUnitPriceIncludeTax': 1.8358, 'operationsAuditNotPassedRemark': None, 'promptMessage': None, 'orderItemTimeList': [{'description': '订单已提交,待预约', 'time': None, 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': None, 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': None, 'rank': 2, 'status': 1}, {'description': '已审核,首款结算中', 'time': None, 'rank': 4, 'status': 1}, {'description': '首款已结算,待质检', 'time': None, 'rank': 5, 'status': 1}, {'description': '质检完成,待审核', 'time': None, 'rank': 6, 'status': 1}, {'description': '已审核,尾款结算中', 'time': None, 'rank': 7, 'status': 0}, {'description': '尾款已结算,订单完成', 'time': None, 'rank': 8, 'status': 0}], 'paperCategoryName': '花纸', 'proxySellerSettleType': 0, 'isInvoice': 1, 'invoicePoint': 9.6, 'receivablePrice': None, 'receivablePriceIncludeTax': None, 'refundSubsidy': 48.6, 'unitRefundSubsidy': 0.003, 'settleUtiPriceIncludeTax': 1.8358, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0, 'receivableAdjustMoney': 20.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'contractId': '663533697236078592', 'contractType': 2}], 'orderId': '707576807787991040', 'createTime': '2022-04-02 10:18:42', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.811" endtime="20220402 10:19:08.812"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:08.812" endtime="20220402 10:19:08.813"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.647" endtime="20220402 10:19:08.813" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:19:07.116" endtime="20220402 10:19:08.814"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s4-s2" name="3.3--Operation audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/3.3--Operation_audit.robot">
|
|
<test id="s1-s3-s2-s4-s2-t1" name="get_operation_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.837" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.836" endtime="20220402 10:19:08.837"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.908" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.908" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"678656271020331008","userName":"赖勇兰","paperMillName":"格森纸业有限公司","plateNumber":"京GGG777","millSupplierName":"格森供应商","millDelieveryOrderId":"656956934615863296","categoryName":"白纸","settlePrice":20202.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656956942333382656","updateTime":null,"activityId":"649965536695947264","activityName":"格森--两次活动","activityStartTime":"2021-10-25 10:51:19","activityEndTime":"2021-10-31 10:51:19","activityPayType":1,"orderType":2,"financeRejectedTime":"2022-01-12 14:58:49","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"663538483129880576","orderItemId":"663538483209572352","auditRequestId":"663538563975090176","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"贵R67890","millSupplierName":"测试111","millDelieveryOrderId":"663538483129880576","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663538492583841792","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":1,"orderType":2,"financeRejectedTime":"2021-12-01 21:46:27","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536526113771520","orderItemId":"663536526151520256","auditRequestId":"663536547727020032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536526113771520","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536534674345984","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:38:26","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663536355116191744","orderItemId":"663536355200077824","auditRequestId":"663536378411356160","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663536355116191744","categoryName":"花纸","settlePrice":16825.000000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663536364918280192","updateTime":null,"activityId":"660531287664234496","activityName":"Ceshi_factory--一次","activityStartTime":"2021-11-23 14:35:47","activityEndTime":"2021-11-24 14:35:47","activityPayType":3,"orderType":2,"financeRejectedTime":"2021-12-01 21:37:46","factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"657573542388436992","orderItemId":"657573542421991424","auditRequestId":"657573577574453248","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"津Q67890","millSupplierName":"优一供应商","millDelieveryOrderId":"657573542388436992","categoryName":"灰卡","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573550353420288","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:43:44","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"657573124346351616","orderItemId":"657573124384100352","auditRequestId":"657573162095087616","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"657573124346351616","categoryName":"小白花","settlePrice":3015.800000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"657573133162778624","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-15 10:42:05","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950708419039232","orderItemId":"656950708460982272","auditRequestId":"656950742485176320","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R55555","millSupplierName":"优一供应商","millDelieveryOrderId":"656950708419039232","categoryName":"小白纸","settlePrice":4976.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950715729711104","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656950537316601856","orderItemId":"656950537350156288","auditRequestId":"656950573068849152","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656950537316601856","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656950545591963648","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:28:08","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656949952601264128","orderItemId":"656949952634818560","auditRequestId":"656949988013772800","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"贵R56789","millSupplierName":"优一供应商","millDelieveryOrderId":"656949952601264128","categoryName":"小白花","settlePrice":2996.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656949960146817024","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:25:48","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"},{"orderId":"656948968701431808","orderItemId":"656948968734986240","auditRequestId":"656949003442851840","userName":"赖勇兰","paperMillName":"优一纸业(西部)1111","plateNumber":"京R66666","millSupplierName":"优一供应商","millDelieveryOrderId":"656948968701431808","categoryName":"黄纸","settlePrice":3136.000000,"bizOwnerName":"郭腾彬","status":0,"isAdjusted":1,"weightNoteId":"656948976402173952","updateTime":null,"activityId":null,"activityName":null,"activityStartTime":null,"activityEndTime":null,"activityPayType":null,"orderType":1,"financeRejectedTime":"2021-11-13 17:21:54","factoryId":"630451084355309568","factoryName":"千鸟打包站111","enterpriseId":"630451084250451968","enterpriseName":"温州丰创城市环保服务有限公司"}],"total":771,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":78}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.908" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.837" endtime="20220402 10:19:08.909"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.910" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '678656271020331008', 'userName': '赖勇兰', 'paperMillName': '格森纸业有限公司', 'plateNumber': '京GGG777', 'millSupplierName': '格森供应商', 'millDelieveryOrderId': '656956934615863296', 'categoryName': '白纸', 'settlePrice': 20202.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656956942333382656', 'updateTime': None, 'activityId': '649965536695947264', 'activityName': '格森--两次活动', 'activityStartTime': '2021-10-25 10:51:19', 'activityEndTime': '2021-10-31 10:51:19', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2022-01-12 14:58:49', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '663538483129880576', 'orderItemId': '663538483209572352', 'auditRequestId': '663538563975090176', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '贵R67890', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663538483129880576', 'categoryName': '花纸', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663538492583841792', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 1, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:46:27', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536526113771520', 'orderItemId': '663536526151520256', 'auditRequestId': '663536547727020032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536526113771520', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536534674345984', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:38:26', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663536355116191744', 'orderItemId': '663536355200077824', 'auditRequestId': '663536378411356160', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663536355116191744', 'categoryName': '花纸', 'settlePrice': 16825.0, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663536364918280192', 'updateTime': None, 'activityId': '660531287664234496', 'activityName': 'Ceshi_factory--一次', 'activityStartTime': '2021-11-23 14:35:47', 'activityEndTime': '2021-11-24 14:35:47', 'activityPayType': 3, 'orderType': 2, 'financeRejectedTime': '2021-12-01 21:37:46', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '657573542388436992', 'orderItemId': '657573542421991424', 'auditRequestId': '657573577574453248', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '津Q67890', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573542388436992', 'categoryName': '灰卡', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573550353420288', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:43:44', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '657573124346351616', 'orderItemId': '657573124384100352', 'auditRequestId': '657573162095087616', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '657573124346351616', 'categoryName': '小白花', 'settlePrice': 3015.8, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '657573133162778624', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-15 10:42:05', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950708419039232', 'orderItemId': '656950708460982272', 'auditRequestId': '656950742485176320', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R55555', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950708419039232', 'categoryName': '小白纸', 'settlePrice': 4976.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950715729711104', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656950537316601856', 'orderItemId': '656950537350156288', 'auditRequestId': '656950573068849152', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656950537316601856', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656950545591963648', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:28:08', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656949952601264128', 'orderItemId': '656949952634818560', 'auditRequestId': '656949988013772800', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '贵R56789', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656949952601264128', 'categoryName': '小白花', 'settlePrice': 2996.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656949960146817024', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:25:48', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}, {'orderId': '656948968701431808', 'orderItemId': '656948968734986240', 'auditRequestId': '656949003442851840', 'userName': '赖勇兰', 'paperMillName': '优一纸业(西部)1111', 'plateNumber': '京R66666', 'millSupplierName': '优一供应商', 'millDelieveryOrderId': '656948968701431808', 'categoryName': '黄纸', 'settlePrice': 3136.0, 'bizOwnerName': '郭腾彬', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '656948976402173952', 'updateTime': None, 'activityId': None, 'activityName': None, 'activityStartTime': None, 'activityEndTime': None, 'activityPayType': None, 'orderType': 1, 'financeRejectedTime': '2021-11-13 17:21:54', 'factoryId': '630451084355309568', 'factoryName': '千鸟打包站111', 'enterpriseId': '630451084250451968', 'enterpriseName': '温州丰创城市环保服务有限公司'}], 'total': 771, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 78}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.909" endtime="20220402 10:19:08.910"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.835" endtime="20220402 10:19:08.910" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t2" name="get_paper-mill-order-by-orderItemId">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.911" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.911" endtime="20220402 10:19:08.912"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-mill-order-receipt-audit</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=0&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.969" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.969" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&pageSize=10&status=0&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:08 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576916009422848","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","settlePrice":2969.850000,"bizOwnerName":"李忠糠","status":0,"isAdjusted":1,"weightNoteId":"707576814230441984","updateTime":null,"activityId":"660531609048584192","activityName":"Ceshi_factory--两次","activityStartTime":"2021-11-23 14:37:04","activityEndTime":"2021-11-24 14:37:04","activityPayType":2,"orderType":2,"financeRejectedTime":null,"factoryId":"660158494883844096","factoryName":"88纸业","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:08.969" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.912" endtime="20220402 10:19:08.969"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.970" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576916009422848', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京SGGGGG', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'categoryName': '花纸', 'settlePrice': 2969.85, 'bizOwnerName': '李忠糠', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '707576814230441984', 'updateTime': None, 'activityId': '660531609048584192', 'activityName': 'Ceshi_factory--两次', 'activityStartTime': '2021-11-23 14:37:04', 'activityEndTime': '2021-11-24 14:37:04', 'activityPayType': 2, 'orderType': 2, 'financeRejectedTime': None, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 1, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.970" endtime="20220402 10:19:08.971"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>auditRequestId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.971" level="INFO">${auditRequestId} = 707576916009422848</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.971" endtime="20220402 10:19:08.971"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>weightNoteId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${weightNoteId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:08.972" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.972" endtime="20220402 10:19:08.972"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.973" level="INFO">${auditRequestId} = 707576916009422848</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.972" endtime="20220402 10:19:08.973"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${weightNoteId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.973" level="INFO">${weightNoteId} = 707576814230441984</msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.973" endtime="20220402 10:19:08.973"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.910" endtime="20220402 10:19:08.974" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t3" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:08.975" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.974" endtime="20220402 10:19:08.975"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.043" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.044" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:09 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"logId":"707576847952646144","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576915585798144","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传磅单信息","remark":null},{"logId":"707576882996056064","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"财务确认结算","remark":null},{"logId":"707576878436847616","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"财务审核通过","remark":"2022-04-02"},{"logId":"707576872682262528","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核通过","remark":"2022-04-02"},{"logId":"707576867472936960","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576861319892992","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576857637294080","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576851509415936","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576808043843584","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"下单","remark":null},{"logId":"707576841669578752","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576837970202624","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576831775215616","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576828172308480","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576821784383488","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576814402408448","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"707576809935474688","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"订单预约","remark":null}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.044" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:08.975" endtime="20220402 10:19:09.044"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.045" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '707576847952646144', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576915585798144', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传磅单信息', 'remark': None}, {'logId': '707576882996056064', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '财务确认结算', 'remark': None}, {'logId': '707576878436847616', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '财务审核通过', 'remark': '2022-04-02'}, {'logId': '707576872682262528', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核通过', 'remark': '2022-04-02'}, {'logId': '707576867472936960', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576861319892992', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576857637294080', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576851509415936', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576808043843584', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}, {'logId': '707576841669578752', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576837970202624', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576831775215616', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576828172308480', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576821784383488', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576814402408448', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '707576809935474688', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.044" endtime="20220402 10:19:09.045"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:08.974" endtime="20220402 10:19:09.045" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t4" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.047" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.046" endtime="20220402 10:19:09.047"></status>
|
|
</kw>
|
|
<kw name="Get Current Date" library="DateTime">
|
|
<doc>Returns current local or UTC time with an optional increment.</doc>
|
|
<arguments>
|
|
<arg>result_format=%Y-%m-%d</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${datatime}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.048" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.047" endtime="20220402 10:19:09.048"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.248" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.248" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:09 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":3,"auditRequestId":"707576916009422848","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"],"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":null,"paymentStatus":null,"items":[{"auditRequestItemId":"707576916084920320","driverName":null,"plateNumber":"京SGGGGG","netWeight":17000.000,"settleWeight":16200.000,"deductedWeight":800.000,"deductedWeightPoint":7.500,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"","settlePrice":2969.850000,"adjustmentFee":20.000,"unitSurcharge":0.025000,"receivablePrice":2901.250000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":null,"receivablePriceIncludeTax":3410.37,"preReceivablePriceIncludeTax":26527.31,"noReceivablePrice":null,"paidPrice":null,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":null,"paymentAdjustmentFee":null,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"finalPayMoney":2969.850,"paymentType":2,"weightNoteRemark":"2022-04-02","remarkImgs":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"],"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.833770,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-32.400,"unit":0.002000,"unitType":1},{"title":"装车不规范扣款","amount":-20.000,"unit":20.000000,"unitType":2},{"title":"其他扣款","amount":-10.000,"unit":10.000000,"unitType":2}],"refundSubsidy":0.003000,"receivableAdjustMoney":20.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":null,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":null,"orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.249" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.048" endtime="20220402 10:19:09.249"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.250" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '707576807825739776', 'auditType': 3, 'auditRequestId': '707576916009422848', 'bizOwnerId': '605394333763506176', 'bizOwnerName': '李忠糠', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png'], 'scrapOrderId': '707576807787991040', 'orderDate': '2022-04-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '平城区', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'id': '671765938143629312', 'isDelete': 0, 'createTime': '2021-12-24 14:39:06', 'updateTime': '2021-12-24 14:39:06', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '黄纸皮', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765556428410880', 'isDelete': 0, 'createTime': '2021-12-24 14:37:35', 'updateTime': '2021-12-24 14:37:35', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '坑卡A级', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '671765925917233152', 'isDelete': 0, 'createTime': '2021-12-24 14:39:03', 'updateTime': '2021-12-24 14:39:03', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '660529551931215872', 'isDelete': 0, 'createTime': '2021-11-23 14:29:42', 'updateTime': '2021-11-23 14:29:42', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '花纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}], 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceId': 47, 'isInvoice': 1, 'adminId': '617003842541850624', 'receiptIsInvoice': None, 'paymentStatus': None, 'items': [{'auditRequestItemId': '707576916084920320', 'driverName': None, 'plateNumber': '京SGGGGG', 'netWeight': 17000.0, 'settleWeight': 16200.0, 'deductedWeight': 800.0, 'deductedWeightPoint': 7.5, 'unitPrice': 1.675, 'weighingDate': '2022-04-02', 'settlementDate': '2022-04-02', 'paperMillPayAt': '', 'settlePrice': 2969.85, 'adjustmentFee': 20.0, 'unitSurcharge': 0.025, 'receivablePrice': 2901.25, 'proxySellerSettleType': 0, 'packageNum': 0, 'unitPriceIncludeTax': None, 'receivablePriceIncludeTax': 3410.37, 'preReceivablePriceIncludeTax': 26527.31, 'noReceivablePrice': None, 'paidPrice': None, 'paybackIntever': 25, 'returnPayDate': None, 'bankFlowNo': None, 'confirmReceivePayRemark': None, 'paymentAdjustmentFee': None, 'preTotalMoney': 28475.0, 'prepayMoney': 24203.75, 'preSettleMoney': 23778.75, 'finalPayMoney': 2969.85, 'paymentType': 2, 'weightNoteRemark': '2022-04-02', 'remarkImgs': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png'], 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.83377, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2022-04-02', 'receivableSettlementRules': 0, 'otherAmountList': [{'title': '运费补贴', 'amount': 16.2, 'unit': 0.001, 'unitType': 1}, {'title': '其他补贴', 'amount': 16.2, 'unit': 0.001, 'unitType': 1}, {'title': '违禁物品扣款', 'amount': -32.4, 'unit': 0.002, 'unitType': 1}, {'title': '装车不规范扣款', 'amount': -20.0, 'unit': 20.0, 'unitType': 2}, {'title': '其他扣款', 'amount': -10.0, 'unit': 10.0, 'unitType': 2}], 'refundSubsidy': 0.003, 'receivableAdjustMoney': 20.0, 'settleUtiPriceIncludeTaxType': 1, 'collectionCharges': 0.013, 'advanceFund': 0.0, 'isSubsidyAndDeductIncludeTax': 0, 'settleRules': 0, 'settleUtiPriceIncludeTaxRules': 0, 'receivedAdjustMoney': None, 'contractNo': 'Ceshi_factory--代收', 'contractId': '663533697236078592'}], 'paymentRemark': None, 'orderType': 2, 'activitySettleType': 1, 'isEntire': 0, 'factoryName': '88纸业', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.249" endtime="20220402 10:19:09.250"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>auditRequestItemId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${auditRequestItemId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.251" level="INFO">${auditRequestItemId} = 707576916084920320</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.250" endtime="20220402 10:19:09.251"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>categoryName</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${categoryName}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.251" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.251" endtime="20220402 10:19:09.251"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]}</arg>
|
|
<arg>paperCategoryId</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperCategoryId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.252" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.252" endtime="20220402 10:19:09.252"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>netWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${netWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.253" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.252" endtime="20220402 10:19:09.253"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.253" level="INFO">${settleWeight} = 16200.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.253" endtime="20220402 10:19:09.253"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>paperMillPayAt</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.254" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.254" endtime="20220402 10:19:09.254"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>plateNumber</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${plateNumber}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.255" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.255" endtime="20220402 10:19:09.255"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>settleWeight</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${settleWeight}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.256" level="INFO">${settleWeight} = 16200.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.255" endtime="20220402 10:19:09.256"></status>
|
|
</kw>
|
|
<kw name="Set Variable If" library="BuiltIn">
|
|
<doc>Sets variable based on the given condition.</doc>
|
|
<arguments>
|
|
<arg>'${paperMillPayAt}'=='无账期'</arg>
|
|
<arg>null</arg>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paperMillPayAt}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.256" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.256" endtime="20220402 10:19:09.257"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${auditRequestItemId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.257" level="INFO">${auditRequestItemId} = 707576916084920320</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.257" endtime="20220402 10:19:09.257"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${categoryName}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.258" level="INFO">${categoryName} = 花纸</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.257" endtime="20220402 10:19:09.258"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${netWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.258" level="INFO">${netWeight} = 17000.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.258" endtime="20220402 10:19:09.258"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperMillPayAt}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.259" level="INFO">${paperMillPayAt} = </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.258" endtime="20220402 10:19:09.259"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${plateNumber}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.259" level="INFO">${plateNumber} = 京SGGGGG</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.259" endtime="20220402 10:19:09.259"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.260" level="INFO">${settleWeight} = 16200.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.260" endtime="20220402 10:19:09.260"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paperCategoryId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.260" level="INFO">${paperCategoryId} = 660529551931215872</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.260" endtime="20220402 10:19:09.261"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${datatime}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.261" level="INFO">${datatime} = 2022-04-02</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.261" endtime="20220402 10:19:09.261"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${settleWeight}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.261" level="INFO">${settleWeight} = 16200.0</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.261" endtime="20220402 10:19:09.262"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:09.046" endtime="20220402 10:19:09.262" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t5" name="order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.263" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.263" endtime="20220402 10:19:09.264"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "auditRequestItemId":"${auditRequestItemId}", \ \ \ \ "categoryName":"${categoryName}", \ \ \ \ "netWeight":"${netWeight}", \ \ \ \ "paperCategoryId":"${paperCategoryId}", \ \ \ \ "paperMillPayAt":null, \ \ \ \ "plateNumber":"${plateNumber}", \ \ \ \ "receivablePrice":5550, \ \ \ \ "settlementDate":"${datatime}", \ \ \ \ "weighingDate":"${datatime}", \ \ \ \ "settleWeight":"${settleWeight}", \ \ \ \ "isInvoice":"${hasInvoice}", \ \ \ \ "fundSourceId":"${id}", \ \ \ \ "transactionMainEnterpriseName":"${交易主体name}", \ \ \ \ "invoicePoint":"${taxRefundRate}", \ \ \ \ "publicSubsidies":0, \ \ \ \ "publicSubsidiesIncludeTax":0, \ \ \ \ "settleUnitPrice":"${settleUtiPrice}", \ \ \ \ "settleUnitPriceIncludeTax":1.337449, \ \ \ \ "fundSourceName":"${name}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.265" level="INFO">${data} = { "auditRequestItemId":"707576916084920320", "categoryName":"花纸", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":null, "plateNumber":"京SGGGGG",...</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.264" endtime="20220402 10:19:09.265"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/edit/order-receipt-audit-details</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.558" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
path_url=/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '651'}
|
|
body=b'{ "auditRequestItemId":"707576916084920320", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":null, "plateNumber":"\xe4\xba\xacSGGGGG", "receivablePrice":5550, "settlementDate":"2022-04-02", "weighingDate":"2022-04-02", "settleWeight":"16200.0", "isInvoice":"1", "fundSourceId":"47", "transactionMainEnterpriseName":"\xe5\x8e\xa6\xe9\x97\xa8\xe5\x8d\x83\xe7\xba\xb8\xe4\xba\x92\xe8\x81\x94\xe7\xa7\x91\xe6\x8a\x80\xe6\x9c\x89\xe9\x99\x90\xe5\x85\xac\xe5\x8f\xb8", "invoicePoint":"9.6", "publicSubsidies":0, "publicSubsidiesIncludeTax":0, "settleUnitPrice":"1.675", "settleUnitPriceIncludeTax":1.337449, "fundSourceName":"\xe5\x8d\x83\xe9\xb8\x9f\xe6\x95\xb0\xe6\x8d\xae" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.558" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/edit/order-receipt-audit-details
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:09 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.558" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.266" endtime="20220402 10:19:09.558"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:09.559" endtime="20220402 10:19:09.560"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:09.262" endtime="20220402 10:19:09.560" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t6" name="get_order-log-detail2">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.561" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.561" endtime="20220402 10:19:09.562"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId} &operationStatus=2</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.624" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.625" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984%20&operationStatus=2
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:09 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[{"logId":"707576821784383488","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576831775215616","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576841669578752","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576851509415936","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"},{"logId":"707576861319892992","orderId":"707576807787991040","operatorId":null,"operationTime":null,"operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2022-04-02"}]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.625" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.562" endtime="20220402 10:19:09.625"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.626" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '707576821784383488', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576831775215616', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576841669578752', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576851509415936', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}, {'logId': '707576861319892992', 'orderId': '707576807787991040', 'operatorId': None, 'operationTime': None, 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2022-04-02'}]}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.625" endtime="20220402 10:19:09.626"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:09.626" endtime="20220402 10:19:09.627"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:09.560" endtime="20220402 10:19:09.627" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s2-t7" name="operation_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:09.628" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.628" endtime="20220402 10:19:09.628"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":1, \ \ \ \ "remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.629" level="INFO">${data} = { "auditRequestId":"707576916009422848", "isPass":1, "remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.629" endtime="20220402 10:19:09.629"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/operation/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:09.862" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
path_url=/recycle-service/admin/operation/operation/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '85'}
|
|
body=b'{ "auditRequestId":"707576916009422848", "isPass":1, "remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.862" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/operation/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:09 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:09.862" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.629" endtime="20220402 10:19:09.862"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:09.862" endtime="20220402 10:19:09.863"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>2</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:11.864" level="INFO">Slept 2 seconds</msg>
|
|
<status status="PASS" starttime="20220402 10:19:09.863" endtime="20220402 10:19:11.864"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:09.627" endtime="20220402 10:19:11.864" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:19:08.816" endtime="20220402 10:19:11.865"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s4-s3" name="4.3-Financial audit" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/4.3-Financial_audit.robot">
|
|
<test id="s1-s3-s2-s4-s3-t1" name="get_list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:11.874" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:11.873" endtime="20220402 10:19:11.874"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&status=&orderId=&orderItemId=${orderItemId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:11.973" level="INFO">GET Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:11.973" level="INFO">GET Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&pageSize=10&status=&orderId=&orderItemId=707576807825739776
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:11 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576916009422848","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":2969.850000,"bizOwnerName":"李忠糠","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"707576814230441984","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":2,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"707576807787991040","orderItemId":"707576807825739776","auditRequestId":"707576867967864832","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京SGGGGG","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","categoryName":"花纸","weighingDate":"2022-04-02 00:00:00","settlePrice":23778.750000,"bizOwnerName":"李忠糠","status":2,"auditedTime":"2022-04-02 10:19:00","auditorId":617003842541850624,"auditorName":"","weightNoteId":"707576814230441984","settleStatus":1,"financeAdminName":"赖勇兰","realSettlementDate":"2022-04-02","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":1,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2022-04-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":2,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:11.974" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:11.874" endtime="20220402 10:19:11.974"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:11.975" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576916009422848', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京SGGGGG', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'categoryName': '花纸', 'weighingDate': '2022-04-02 00:00:00', 'settlePrice': 2969.85, 'bizOwnerName': '李忠糠', 'status': 0, 'auditedTime': None, 'auditorId': None, 'auditorName': None, 'weightNoteId': '707576814230441984', 'settleStatus': 0, 'financeAdminName': '赖勇兰', 'realSettlementDate': None, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceAuditAdminId': None, 'fundSourceAuditAdminName': None, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'paymentType': 2, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'settlementDate': '2022-04-02', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'auditRequestId': '707576867967864832', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京SGGGGG', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'categoryName': '花纸', 'weighingDate': '2022-04-02 00:00:00', 'settlePrice': 23778.75, 'bizOwnerName': '李忠糠', 'status': 2, 'auditedTime': '2022-04-02 10:19:00', 'auditorId': 617003842541850624, 'auditorName': '', 'weightNoteId': '707576814230441984', 'settleStatus': 1, 'financeAdminName': '赖勇兰', 'realSettlementDate': '2022-04-02', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceAuditAdminId': None, 'fundSourceAuditAdminName': None, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'paymentType': 1, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'settlementDate': '2022-04-02', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 2, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:11.974" endtime="20220402 10:19:11.975"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:11.975" endtime="20220402 10:19:11.976"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:11.873" endtime="20220402 10:19:11.976" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s3-t2" name="get_order-log-detail">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL1}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:11.977" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:11.977" endtime="20220402 10:19:11.978"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-log-detail</arg>
|
|
<arg>params=orderId=${orderId}&weightNoteId=${weightNoteId}&operationStatus=3</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:12.045" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:12.045" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=707576807787991040&weightNoteId=707576814230441984&operationStatus=3
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:12 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":[]}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:12.046" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:11.978" endtime="20220402 10:19:12.046"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:11.976" endtime="20220402 10:19:12.046" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s3-t3" name="paper-mill-order-receipt-proof-request_audit">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:12.047" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:12.047" endtime="20220402 10:19:12.048"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{"auditRequestId":"${auditRequestId}","adminId":null,"isPass":1,"remark":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:12.048" level="INFO">${data} = {"auditRequestId":"707576916009422848","adminId":null,"isPass":1,"remark":"2022-04-02" }</msg>
|
|
<status status="PASS" starttime="20220402 10:19:12.048" endtime="20220402 10:19:12.048"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:12.110" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '88'}
|
|
body=b'{"auditRequestId":"707576916009422848","adminId":null,"isPass":1,"remark":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:12.110" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/audit
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:12 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:12.110" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:12.048" endtime="20220402 10:19:12.110"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:12.111" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:12.111" endtime="20220402 10:19:12.111"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>1</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:13.112" level="INFO">Slept 1 second</msg>
|
|
<status status="PASS" starttime="20220402 10:19:12.111" endtime="20220402 10:19:13.112"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:12.046" endtime="20220402 10:19:13.113" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s3-t4" name="paper-mill-order-receipt-proof-request_settle">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${url}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:13.114" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-psc-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:13.114" endtime="20220402 10:19:13.115"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "id":"${auditRequestId}", \ \ \ \ "adminId":null }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:13.115" level="INFO">${data} = { "id":"707576916009422848", "adminId":null }</msg>
|
|
<status status="PASS" starttime="20220402 10:19:13.115" endtime="20220402 10:19:13.115"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:13.200" level="INFO">POST Request : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '53'}
|
|
body=b'{ "id":"707576916009422848", "adminId":null }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:13.200" level="INFO">POST Response : url=http://api-ops-psc-test.qniao.cn/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/settle
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:13 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:13.200" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:13.116" endtime="20220402 10:19:13.200"></status>
|
|
</kw>
|
|
<kw name="Sleep" library="BuiltIn">
|
|
<doc>Pauses the test executed for the given time.</doc>
|
|
<arguments>
|
|
<arg>2</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.201" level="INFO">Slept 2 seconds</msg>
|
|
<status status="PASS" starttime="20220402 10:19:13.201" endtime="20220402 10:19:15.201"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:13.113" endtime="20220402 10:19:15.202" critical="yes"></status>
|
|
</test>
|
|
<status status="PASS" starttime="20220402 10:19:11.867" endtime="20220402 10:19:15.203"></status>
|
|
</suite>
|
|
<suite id="s1-s3-s2-s4-s4" name="5.3-Sales Receivable" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management/5.3-sales_receivable.robot">
|
|
<test id="s1-s3-s2-s4-s4-t1" name="get_paper-payment-order-list">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.211" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.210" endtime="20220402 10:19:15.211"></status>
|
|
</kw>
|
|
<kw name="Get On Session" library="RequestsLibrary">
|
|
<doc>Sends a GET request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/paper-payment-order-list</arg>
|
|
<arg>params=pageNum=1&pageSize=10&orderId=${orderId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.388" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.389" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&pageSize=10&orderId=707576807787991040
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"records":[{"id":"707576921172611072","orderId":"707576807787991040","orderItemId":"707576807825739776","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","settlementDate":"2022-04-02","settlePrice":2969.85,"bizOwnerName":"李忠糠","paperMillPayAt":"2022-04-27","status":0,"isInvalid":0,"weighingDate":"2022-04-02","paidPrice":null,"bankFlowNo":null,"remark":"2022-04-02","auditRequestId":"707576916009422848","receivablePrice":3410.370,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"707576814230441984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"707576807787991040","paybackIntever":25,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":null,"firstPaidTime":null,"secondPaidPrice":null,"secondPaidTime":null,"enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"id":"707576872548044800","orderId":"707576807787991040","orderItemId":"707576807825739776","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","settlementDate":"2022-04-02","settlePrice":23778.75,"bizOwnerName":"李忠糠","paperMillPayAt":"2022-04-27","status":1,"isInvalid":0,"weighingDate":"2022-04-02","paidPrice":26527.310,"bankFlowNo":null,"remark":null,"auditRequestId":"707576867967864832","receivablePrice":26527.310,"financeAdminName":"赖勇兰","noReceivablePrice":0.000,"returnPayDate":"2022-04-02","weightNoteId":"707576814230441984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"707576807787991040","paybackIntever":25,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":26527.310,"firstPaidTime":"2022-04-02 00:00:00","secondPaidPrice":null,"secondPaidTime":null,"enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":2,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.389" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.212" endtime="20220402 10:19:15.389"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["records"][0]}</arg>
|
|
<arg>id</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${paymentOrderId}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.390" level="INFO">${paymentOrderId} = 707576921172611072</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.389" endtime="20220402 10:19:15.390"></status>
|
|
</kw>
|
|
<kw name="Log" library="BuiltIn">
|
|
<doc>Logs the given message with the given level.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.391" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '707576921172611072', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'settlementDate': '2022-04-02', 'settlePrice': 2969.85, 'bizOwnerName': '李忠糠', 'paperMillPayAt': '2022-04-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2022-04-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': '2022-04-02', 'auditRequestId': '707576916009422848', 'receivablePrice': 3410.37, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '707576814230441984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '707576807787991040', 'paybackIntever': 25, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': None, 'firstPaidTime': None, 'secondPaidPrice': None, 'secondPaidTime': None, 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'id': '707576872548044800', 'orderId': '707576807787991040', 'orderItemId': '707576807825739776', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '707576807787991040', 'settlementDate': '2022-04-02', 'settlePrice': 23778.75, 'bizOwnerName': '李忠糠', 'paperMillPayAt': '2022-04-27', 'status': 1, 'isInvalid': 0, 'weighingDate': '2022-04-02', 'paidPrice': 26527.31, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '707576867967864832', 'receivablePrice': 26527.31, 'financeAdminName': '赖勇兰', 'noReceivablePrice': 0.0, 'returnPayDate': '2022-04-02', 'weightNoteId': '707576814230441984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '707576807787991040', 'paybackIntever': 25, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': 26527.31, 'firstPaidTime': '2022-04-02 00:00:00', 'secondPaidPrice': None, 'secondPaidTime': None, 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 2, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.390" endtime="20220402 10:19:15.391"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${paymentOrderId}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.392" level="INFO">${paymentOrderId} = 707576921172611072</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.391" endtime="20220402 10:19:15.392"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:15.210" endtime="20220402 10:19:15.392" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s4-t2" name="get_order-receipt-audit-details">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.393" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.393" endtime="20220402 10:19:15.394"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.608" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '0'}
|
|
body=None
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.609" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/707576916009422848/707576814230441984
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":{"orderItemId":"707576807825739776","auditType":3,"auditRequestId":"707576916009422848","bizOwnerId":"605394333763506176","bizOwnerName":"李忠糠","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"707576807787991040","status":1,"auditStatus":3,"settleStatus":2,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"],"scrapOrderId":"707576807787991040","orderDate":"2022-04-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"平城区","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"id":"671765938143629312","isDelete":0,"createTime":"2021-12-24 14:39:06","updateTime":"2021-12-24 14:39:06","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"黄纸皮","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765556428410880","isDelete":0,"createTime":"2021-12-24 14:37:35","updateTime":"2021-12-24 14:37:35","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"坑卡A级","enable":0,"inspectionNote":null,"parentId":null},{"id":"671765925917233152","isDelete":0,"createTime":"2021-12-24 14:39:03","updateTime":"2021-12-24 14:39:03","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"660529551931215872","isDelete":0,"createTime":"2021-11-23 14:29:42","updateTime":"2021-11-23 14:29:42","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"花纸","enable":0,"inspectionNote":null,"parentId":null}],"transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceId":47,"isInvoice":1,"adminId":"617003842541850624","receiptIsInvoice":0,"paymentStatus":0,"items":[{"auditRequestItemId":"707576916084920320","driverName":null,"plateNumber":"京SGGGGG","netWeight":17000.000,"settleWeight":16200.000,"deductedWeight":800.000,"deductedWeightPoint":4.710,"unitPrice":1.6750000,"weighingDate":"2022-04-02","settlementDate":"2022-04-02","paperMillPayAt":"2022-04-27","settlePrice":2969.850000,"adjustmentFee":20.000,"unitSurcharge":0.025000,"receivablePrice":2901.250000,"proxySellerSettleType":0,"packageNum":0,"unitPriceIncludeTax":1.835800,"receivablePriceIncludeTax":3410.37,"preReceivablePriceIncludeTax":26527.31,"noReceivablePrice":3410.370,"paidPrice":0,"paybackIntever":25,"returnPayDate":null,"bankFlowNo":null,"confirmReceivePayRemark":"2022-04-02","paymentAdjustmentFee":0.000,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"finalPayMoney":2969.850,"paymentType":2,"weightNoteRemark":"2022-04-02","remarkImgs":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865948118.png"],"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1648865924060.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.833770,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2022-04-02","receivableSettlementRules":0,"otherAmountList":[{"title":"运费补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"其他补贴","amount":16.200,"unit":0.001000,"unitType":1},{"title":"违禁物品扣款","amount":-32.400,"unit":0.002000,"unitType":1},{"title":"装车不规范扣款","amount":-20.000,"unit":20.000000,"unitType":2},{"title":"其他扣款","amount":-10.000,"unit":10.000000,"unitType":2}],"refundSubsidy":0.003000,"receivableAdjustMoney":20.000000,"settleUtiPriceIncludeTaxType":1,"collectionCharges":0.013000,"advanceFund":0.000000,"isSubsidyAndDeductIncludeTax":0,"settleRules":0,"settleUtiPriceIncludeTaxRules":0,"receivedAdjustMoney":0,"contractNo":"Ceshi_factory--代收","contractId":"663533697236078592"}],"paymentRemark":"2022-04-02","orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.609" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.394" endtime="20220402 10:19:15.609"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>receivablePriceIncludeTax</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${receivablePriceIncludeTax}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.610" level="INFO">${receivablePriceIncludeTax} = 3410.37</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.609" endtime="20220402 10:19:15.610"></status>
|
|
</kw>
|
|
<kw name="Get From Dictionary" library="Collections">
|
|
<doc>Returns a value from the given ``dictionary`` based on the given ``key``.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["data"]["items"][0]}</arg>
|
|
<arg>noReceivablePrice</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${noReceivablePrice}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.611" level="INFO">${noReceivablePrice} = 3410.37</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.610" endtime="20220402 10:19:15.611"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${receivablePriceIncludeTax}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.612" level="INFO">${receivablePriceIncludeTax} = 3410.37</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.611" endtime="20220402 10:19:15.612"></status>
|
|
</kw>
|
|
<kw name="Set Global Variable" library="BuiltIn">
|
|
<doc>Makes a variable available globally in all tests and suites.</doc>
|
|
<arguments>
|
|
<arg>${noReceivablePrice}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.612" level="INFO">${noReceivablePrice} = 3410.37</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.612" endtime="20220402 10:19:15.612"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:15.392" endtime="20220402 10:19:15.612" critical="yes"></status>
|
|
</test>
|
|
<test id="s1-s3-s2-s4-s4-t3" name="update_payment-order-status">
|
|
<kw name="Create Session" library="RequestsLibrary">
|
|
<doc>Create Session: create a HTTP session to a server</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>${URL}</arg>
|
|
<arg>${header}</arg>
|
|
</arguments>
|
|
<msg timestamp="20220402 10:19:15.614" level="INFO">Creating Session using : alias=ZTBT, url=http://api-ops-ztb-test.qniao.cn, headers={'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json'}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.613" endtime="20220402 10:19:15.614"></status>
|
|
</kw>
|
|
<kw name="Set Variable" library="BuiltIn">
|
|
<doc>Returns the given values which can then be assigned to a variables.</doc>
|
|
<arguments>
|
|
<arg>{ \ \ \ \ "paymentOrderId":"${paymentOrderId}", \ \ \ \ "receivablePrice":"${receivablePriceIncludeTax}", \ \ \ \ "paidPrice":"${receivablePriceIncludeTax}", \ \ \ \ "noReceiveblePrice":"${noReceivablePrice}", \ \ \ \ "bankFlowNo":null, \ \ \ \ "paymentAdjustmentFee":null, \ \ \ \ "returnPayDate":"${datatime}" }</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${data}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.615" level="INFO">${data} = { "paymentOrderId":"707576921172611072", "receivablePrice":"3410.37", "paidPrice":"3410.37", "noReceiveblePrice":"3410.37", "bankFlowNo":null, "paymentAdjustmentFee":null, ...</msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.614" endtime="20220402 10:19:15.615"></status>
|
|
</kw>
|
|
<kw name="Post On Session" library="RequestsLibrary">
|
|
<doc>Sends a POST request on a previously created HTTP Session.</doc>
|
|
<arguments>
|
|
<arg>ZTBT</arg>
|
|
<arg>recycle-service/admin/operation/update/payment-order-status</arg>
|
|
<arg>${data.encode('utf-8')}</arg>
|
|
</arguments>
|
|
<assign>
|
|
<var>${reps}</var>
|
|
</assign>
|
|
<msg timestamp="20220402 10:19:15.716" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
path_url=/recycle-service/admin/operation/update/payment-order-status
|
|
headers={'User-Agent': 'python-requests/2.26.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525', 'Content-Type': 'application/json', 'Content-Length': '230'}
|
|
body=b'{ "paymentOrderId":"707576921172611072", "receivablePrice":"3410.37", "paidPrice":"3410.37", "noReceiveblePrice":"3410.37", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2022-04-02" }'
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.717" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/update/payment-order-status
|
|
status=200, reason=
|
|
headers={'Server': 'nginx/1.16.1', 'Date': 'Sat, 02 Apr 2022 02:19:15 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Authorization': '6b08add42d6bcf73abb935b2adf83525', 'X-Content-Type-Options': 'nosniff', 'X-XSS-Protection': '1; mode=block', 'Cache-Control': 'no-cache, no-store, max-age=0, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0', 'X-Frame-Options': 'DENY'}
|
|
body={"code":0,"message":"successful","data":null}
|
|
</msg>
|
|
<msg timestamp="20220402 10:19:15.717" level="INFO">${reps} = <Response [200]></msg>
|
|
<status status="PASS" starttime="20220402 10:19:15.615" endtime="20220402 10:19:15.717"></status>
|
|
</kw>
|
|
<kw name="Should Be Equal As Strings" library="BuiltIn">
|
|
<doc>Fails if objects are unequal after converting them to strings.</doc>
|
|
<arguments>
|
|
<arg>${reps.json()["message"]}</arg>
|
|
<arg>successful</arg>
|
|
</arguments>
|
|
<status status="PASS" starttime="20220402 10:19:15.717" endtime="20220402 10:19:15.718"></status>
|
|
</kw>
|
|
<status status="PASS" starttime="20220402 10:19:15.613" endtime="20220402 10:19:15.718" critical="yes"></status>
|
|
</test>
|
|
<doc>代卖应收</doc>
|
|
<status status="PASS" starttime="20220402 10:19:15.205" endtime="20220402 10:19:15.718"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:19:07.113" endtime="20220402 10:19:15.721"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:42.853" endtime="20220402 10:19:15.730"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:42.139" endtime="20220402 10:19:15.743"></status>
|
|
</suite>
|
|
<status status="PASS" starttime="20220402 10:18:04.184" endtime="20220402 10:19:15.761"></status>
|
|
</suite>
|
|
<statistics>
|
|
<total>
|
|
<stat pass="163" fail="0">Critical Tests</stat>
|
|
<stat pass="163" fail="0">All Tests</stat>
|
|
</total>
|
|
<tag>
|
|
</tag>
|
|
<suite>
|
|
<stat pass="163" fail="0" id="s1" name="000-Regularorder & 001-Activeorder & 002-Activeorder">000-Regularorder & 001-Activeorder & 002-Activeorder</stat>
|
|
<stat pass="46" fail="0" id="s1-s1" name="000-Regularorder">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder</stat>
|
|
<stat pass="6" fail="0" id="s1-s1-s1" name="1-Client(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.1-Client(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s1-s1-s1" name="1-APPlogin(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.1-Client(Test).1-APPlogin(Test)</stat>
|
|
<stat pass="4" fail="0" id="s1-s1-s1-s2" name="2.1-CreateRegularorder">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.1-Client(Test).2.1-CreateRegularorder</stat>
|
|
<stat pass="40" fail="0" id="s1-s1-s2" name="2-Background system(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s1-s2-s1" name="1-WebLogin">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).1-WebLogin</stat>
|
|
<stat pass="2" fail="0" id="s1-s1-s2-s1-s1" name="Weblogin">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
|
|
<stat pass="30" fail="0" id="s1-s1-s2-s2" name="2.1-Consignment management">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management</stat>
|
|
<stat pass="3" fail="0" id="s1-s1-s2-s2-s1" name="1-Appointment">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
|
|
<stat pass="16" fail="0" id="s1-s1-s2-s2-s2" name="2.1-RegularUpload-weightnote">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.2.1-RegularUpload-weightnote</stat>
|
|
<stat pass="11" fail="0" id="s1-s1-s2-s2-s3" name="3.1-Operation audit">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).2.1-Consignment management.3.1-Operation audit</stat>
|
|
<stat pass="8" fail="0" id="s1-s1-s2-s3" name="3-Withdrawal application">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application</stat>
|
|
<stat pass="5" fail="0" id="s1-s1-s2-s3-s1" name="4-Financial audit">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
|
|
<stat pass="3" fail="0" id="s1-s1-s2-s3-s2" name="5-Sales receivables">000-Regularorder & 001-Activeorder & 002-Activeorder.000-Regularorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
|
|
<stat pass="42" fail="0" id="s1-s2" name="001-Activeorder">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder</stat>
|
|
<stat pass="7" fail="0" id="s1-s2-s1" name="1-Client(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.1-Client(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s2-s1-s1" name="1-APPlogin(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.1-Client(Test).1-APPlogin(Test)</stat>
|
|
<stat pass="5" fail="0" id="s1-s2-s1-s2" name="2.2createActiveorder-1">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.1-Client(Test).2.2createActiveorder-1</stat>
|
|
<stat pass="35" fail="0" id="s1-s2-s2" name="2-Background system(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s2-s2-s1" name="1-WebLogin">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).1-WebLogin</stat>
|
|
<stat pass="2" fail="0" id="s1-s2-s2-s1-s1" name="Weblogin">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
|
|
<stat pass="26" fail="0" id="s1-s2-s2-s2" name="2.1-Consignment management">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management</stat>
|
|
<stat pass="3" fail="0" id="s1-s2-s2-s2-s1" name="1-Appointment">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
|
|
<stat pass="16" fail="0" id="s1-s2-s2-s2-s2" name="2.2-RegularUpload-weightnote-1">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.2.2-RegularUpload-weightnote-1</stat>
|
|
<stat pass="7" fail="0" id="s1-s2-s2-s2-s3" name="3.2-Operation audit">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).2.1-Consignment management.3.2-Operation audit</stat>
|
|
<stat pass="7" fail="0" id="s1-s2-s2-s3" name="3-Withdrawal application">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application</stat>
|
|
<stat pass="4" fail="0" id="s1-s2-s2-s3-s1" name="4-Financial audit">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
|
|
<stat pass="3" fail="0" id="s1-s2-s2-s3-s2" name="5-Sales receivables">000-Regularorder & 001-Activeorder & 002-Activeorder.001-Activeorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
|
|
<stat pass="75" fail="0" id="s1-s3" name="002-Activeorder">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder</stat>
|
|
<stat pass="7" fail="0" id="s1-s3-s1" name="1-Client(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.1-Client(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s3-s1-s1" name="1-APPlogin(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.1-Client(Test).1-APPlogin(Test)</stat>
|
|
<stat pass="5" fail="0" id="s1-s3-s1-s2" name="2.3createActiveorder-2">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.1-Client(Test).2.3createActiveorder-2</stat>
|
|
<stat pass="68" fail="0" id="s1-s3-s2" name="2-Background system(Test)">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test)</stat>
|
|
<stat pass="2" fail="0" id="s1-s3-s2-s1" name="1-WebLogin">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).1-WebLogin</stat>
|
|
<stat pass="2" fail="0" id="s1-s3-s2-s1-s1" name="Weblogin">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
|
|
<stat pass="29" fail="0" id="s1-s3-s2-s2" name="2.1-Consignment management">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management</stat>
|
|
<stat pass="3" fail="0" id="s1-s3-s2-s2-s1" name="1-Appointment">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
|
|
<stat pass="15" fail="0" id="s1-s3-s2-s2-s2" name="2.3-ActiveUpload-deliverynote">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.2.3-ActiveUpload-deliverynote</stat>
|
|
<stat pass="11" fail="0" id="s1-s3-s2-s2-s3" name="3.3-Operation audit">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).2.1-Consignment management.3.3-Operation audit</stat>
|
|
<stat pass="7" fail="0" id="s1-s3-s2-s3" name="3-Withdrawal application">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application</stat>
|
|
<stat pass="4" fail="0" id="s1-s3-s2-s3-s1" name="4-Financial audit">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
|
|
<stat pass="3" fail="0" id="s1-s3-s2-s3-s2" name="5-Sales receivables">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
|
|
<stat pass="30" fail="0" id="s1-s3-s2-s4" name="4-Consignment management">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management</stat>
|
|
<stat pass="16" fail="0" id="s1-s3-s2-s4-s1" name="2.3-ActiveUpload-weightnote">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.2.3-ActiveUpload-weightnote</stat>
|
|
<stat pass="7" fail="0" id="s1-s3-s2-s4-s2" name="3.3--Operation audit">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.3.3--Operation audit</stat>
|
|
<stat pass="4" fail="0" id="s1-s3-s2-s4-s3" name="4.3-Financial audit">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.4.3-Financial audit</stat>
|
|
<stat pass="3" fail="0" id="s1-s3-s2-s4-s4" name="5.3-Sales Receivable">000-Regularorder & 001-Activeorder & 002-Activeorder.002-Activeorder.2-Background system(Test).4-Consignment management.5.3-Sales Receivable</stat>
|
|
</suite>
|
|
</statistics>
|
|
<errors>
|
|
</errors>
|
|
</robot>
|