纸通宝交易版
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.
 
 

17977 lines
1.2 MiB

<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 3.1.2 (Python 3.6.8 on linux)" generated="20211202 20:08:43.330" rpa="false">
<suite id="s1" name="002-Activeorder" source="/root/ztb-trading-rf-api/002-Activeorder">
<suite id="s1-s1" name="1-Client(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)">
<suite id="s1-s1-s1" name="1-APPlogin(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/1-APPlogin(Test).robot">
<test id="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="20211202 20:08:43.462" endtime="20211202 20:08:43.462"></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="20211202 20:08:43.463" 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="20211202 20:08:43.462" endtime="20211202 20:08:43.463"></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="20211202 20:08:43.464" level="INFO">${data} = {'account': '18888888888', 'captcha': '888888', 'accountType': '2'}</msg>
<status status="PASS" starttime="20211202 20:08:43.463" endtime="20211202 20:08:43.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>18888888888</arg>
</arguments>
<assign>
<var>${account}</var>
</assign>
<msg timestamp="20211202 20:08:43.465" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20211202 20:08:43.465" endtime="20211202 20:08:43.465"></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="20211202 20:08:43.575" 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="20211202 20:08:43.575" 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': 'Thu, 02 Dec 2021 12:08:43 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==","userId":"659450159519895552"}}
</msg>
<msg timestamp="20211202 20:08:43.576" level="INFO">${respones} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.465" endtime="20211202 20:08:43.576"></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="20211202 20:08:43.576" level="INFO">200</msg>
<status status="PASS" starttime="20211202 20:08:43.576" endtime="20211202 20:08:43.576"></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="20211202 20:08:43.577" level="INFO">{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==', 'userId': '659450159519895552'}}</msg>
<status status="PASS" starttime="20211202 20:08:43.577" endtime="20211202 20:08:43.577"></status>
</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="20211202 20:08:43.578" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==</msg>
<status status="PASS" starttime="20211202 20:08:43.577" endtime="20211202 20:08:43.578"></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="20211202 20:08:43.578" level="INFO">${token} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==</msg>
<status status="PASS" starttime="20211202 20:08:43.578" endtime="20211202 20:08:43.578"></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="20211202 20:08:43.579" level="INFO">${account} = 18888888888</msg>
<status status="PASS" starttime="20211202 20:08:43.578" endtime="20211202 20:08:43.579"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.461" endtime="20211202 20:08:43.579" critical="yes"></status>
</test>
<test id="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="20211202 20:08:43.580" 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="20211202 20:08:43.580" endtime="20211202 20:08:43.580"></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="20211202 20:08:43.581" level="INFO">${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}</msg>
<status status="PASS" starttime="20211202 20:08:43.580" endtime="20211202 20:08:43.581"></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="20211202 20:08:43.656" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=="}'
</msg>
<msg timestamp="20211202 20:08:43.656" 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': 'Thu, 02 Dec 2021 12:08:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==","userToken":null,"userId":"659450159519895552"}}
</msg>
<msg timestamp="20211202 20:08:43.657" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.581" endtime="20211202 20:08:43.657"></status>
</kw>
<kw name="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="20211202 20:08:43.658" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==</msg>
<status status="PASS" starttime="20211202 20:08:43.657" endtime="20211202 20:08:43.658"></status>
</kw>
<kw name="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="20211202 20:08:43.658" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20211202 20:08:43.658" endtime="20211202 20:08:43.658"></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="20211202 20:08:43.659" level="INFO">d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==</msg>
<status status="PASS" starttime="20211202 20:08:43.658" endtime="20211202 20:08:43.659"></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="20211202 20:08:43.659" level="INFO">${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==</msg>
<status status="PASS" starttime="20211202 20:08:43.659" endtime="20211202 20:08:43.659"></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="20211202 20:08:43.660" level="INFO">${userId} = 659450159519895552</msg>
<status status="PASS" starttime="20211202 20:08:43.659" endtime="20211202 20:08:43.660"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.579" endtime="20211202 20:08:43.660" critical="yes"></status>
</test>
<status status="PASS" starttime="20211202 20:08:43.358" endtime="20211202 20:08:43.660"></status>
</suite>
<suite id="s1-s1-s2" name="2.3createActiveorder-2" source="/root/ztb-trading-rf-api/002-Activeorder/1-Client(Test)/2.3createActiveorder-2.robot">
<test id="s1-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="20211202 20:08:43.669" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20211202 20:08:43.668" endtime="20211202 20:08:43.669"></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&amp;pageSize=15</arg>
</arguments>
<assign>
<var>${repsponse}</var>
</assign>
<msg timestamp="20211202 20:08:43.736" level="INFO">GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&amp;pageSize=15
path_url=/recycle-service/proxy-sell-activity/list?pageNum=1&amp;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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}
body=None
</msg>
<msg timestamp="20211202 20:08:43.737" level="INFO">GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/proxy-sell-activity/list?pageNum=1&amp;pageSize=15
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08:43 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="20211202 20:08:43.737" level="INFO">${repsponse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.669" endtime="20211202 20:08:43.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>${repsponse.json()["data"]}</arg>
<arg>records</arg>
</arguments>
<assign>
<var>${records}</var>
</assign>
<msg timestamp="20211202 20:08:43.738" level="INFO">${records} = [{'paperMillId': '660525241717624832', 'name': 'Ceshi_factory', 'paperCategoryList': [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floati...</msg>
<status status="PASS" starttime="20211202 20:08:43.737" endtime="20211202 20:08:43.738"></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="20211202 20:08:43.739" level="INFO">${activityName} = Ceshi_factory--两次</msg>
<status status="PASS" starttime="20211202 20:08:43.739" endtime="20211202 20:08:43.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>${item}</arg>
<arg>paperCategoryList</arg>
</arguments>
<assign>
<var>${paperCategoryList}</var>
</assign>
<msg timestamp="20211202 20:08:43.739" level="INFO">${paperCategoryList} = [{'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}]</msg>
<status status="PASS" starttime="20211202 20:08:43.739" endtime="20211202 20:08:43.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>${item}</arg>
<arg>paperMillId</arg>
</arguments>
<assign>
<var>${paperMillId}</var>
</assign>
<msg timestamp="20211202 20:08:43.740" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:43.740" endtime="20211202 20:08:43.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>${item}</arg>
<arg>activityId</arg>
</arguments>
<assign>
<var>${activityId}</var>
</assign>
<msg timestamp="20211202 20:08:43.740" level="INFO">${activityId} = 660531609048584192</msg>
<status status="PASS" starttime="20211202 20:08:43.740" endtime="20211202 20:08:43.740"></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="20211202 20:08:43.741" level="INFO">Exiting for loop altogether.</msg>
<status status="PASS" starttime="20211202 20:08:43.740" endtime="20211202 20:08:43.741"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.738" endtime="20211202 20:08:43.741"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.738" endtime="20211202 20:08:43.741"></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="20211202 20:08:43.742" level="INFO">${Category_value} = {'categoryId': '660529551931215872', 'categoryName': '花纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.675, 'floatingPrice': None, 'publicSubsidies': None, 'allowOrder': None}</msg>
<status status="PASS" starttime="20211202 20:08:43.741" endtime="20211202 20:08:43.742"></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="20211202 20:08:43.742" endtime="20211202 20:08:43.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>${Category_value}</arg>
<arg>categoryId</arg>
</arguments>
<assign>
<var>${categoryId}</var>
</assign>
<msg timestamp="20211202 20:08:43.743" level="INFO">${categoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:43.743" endtime="20211202 20:08:43.743"></status>
</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="20211202 20:08:43.744" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:43.744" endtime="20211202 20:08:43.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>${Category_value}</arg>
<arg>unitPrice</arg>
</arguments>
<assign>
<var>${unitPrice}</var>
</assign>
<msg timestamp="20211202 20:08:43.745" level="INFO">${unitPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:43.744" endtime="20211202 20:08:43.745"></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="20211202 20:08:43.745" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:43.745" endtime="20211202 20:08:43.745"></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="20211202 20:08:43.746" level="INFO">${activityId} = 660531609048584192</msg>
<status status="PASS" starttime="20211202 20:08:43.746" endtime="20211202 20:08:43.746"></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="20211202 20:08:43.746" level="INFO">${categoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:43.746" endtime="20211202 20:08:43.746"></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="20211202 20:08:43.747" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:43.747" endtime="20211202 20:08:43.747"></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="20211202 20:08:43.748" level="INFO">${unitPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:43.747" endtime="20211202 20:08:43.748"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.668" endtime="20211202 20:08:43.748" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:43.749" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20211202 20:08:43.749" endtime="20211202 20:08:43.750"></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="20211202 20:08:43.787" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}
body=None
</msg>
<msg timestamp="20211202 20:08:43.787" 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': 'Thu, 02 Dec 2021 12:08:43 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"records":[{"id":"5336","scrapPaperOrderItemId":null,"plateNumber":"贵R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5335","scrapPaperOrderItemId":null,"plateNumber":"京R66666","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5334","scrapPaperOrderItemId":null,"plateNumber":"贵R67890","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5332","scrapPaperOrderItemId":null,"plateNumber":"闽NC6789","driverName":null,"driverPhone":null,"packageNum":0},{"id":"5322","scrapPaperOrderItemId":null,"plateNumber":"京R76859","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="20211202 20:08:43.787" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.750" endtime="20211202 20:08:43.787"></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="20211202 20:08:43.788" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '5336', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5335', 'scrapPaperOrderItemId': None, 'plateNumber': '京R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5334', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R67890', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5332', 'scrapPaperOrderItemId': None, 'plateNumber': '闽NC6789', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5322', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', '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="20211202 20:08:43.788" endtime="20211202 20:08:43.788"></status>
</kw>
<kw name="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="20211202 20:08:43.789" level="INFO">${carNumber} = [{'id': '5336', 'scrapPaperOrderItemId': None, 'plateNumber': '贵R66666', 'driverName': None, 'driverPhone': None, 'packageNum': 0}, {'id': '5335', 'scrapPaperOrderItemId': None, 'plateNumber': '京R6666...</msg>
<status status="PASS" starttime="20211202 20:08:43.788" endtime="20211202 20:08:43.789"></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="20211202 20:08:43.790" level="INFO">${plateNumber_value} = [{'id': '5322', 'scrapPaperOrderItemId': None, 'plateNumber': '京R76859', 'driverName': None, 'driverPhone': None, 'packageNum': 0}]</msg>
<status status="PASS" starttime="20211202 20:08:43.789" endtime="20211202 20:08:43.790"></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="20211202 20:08:43.790" endtime="20211202 20:08:43.791"></status>
</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="20211202 20:08:43.791" level="INFO">${plateNumber1} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:43.791" endtime="20211202 20:08:43.791"></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="20211202 20:08:43.792" level="INFO">${plateNumber1} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:43.791" endtime="20211202 20:08:43.792"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.748" endtime="20211202 20:08:43.792" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:43.794" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20211202 20:08:43.793" endtime="20211202 20:08:43.794"></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="20211202 20:08:43.873" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}
body=None
</msg>
<msg timestamp="20211202 20:08:43.873" 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': 'Thu, 02 Dec 2021 12:08:43 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.005,"isAllowOrder":true},{"categoryId":"661536965862232064","categoryName":"小白纸","unitPrice":2.200,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true},{"categoryId":"661536969788100608","categoryName":"坑卡","unitPrice":1.620,"inspectionNote":null,"floatingPrice":0.000,"publicSubsidies":null,"isAllowOrder":true}],"locProvinceName":"山西省","locCityName":"大同市","locDistrictName":"大同县","attentionsLoadingCar":"","attentionsRegulations":"","attentionsArrival":"","attentionsReportCar":"","locDetails":"","priceDate":"2021-12-02","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg","enableSalesAgent":1,"proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":"12","cumulativeWeight":617.21,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":true,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isCooperate":0}}
</msg>
<msg timestamp="20211202 20:08:43.873" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.794" endtime="20211202 20:08:43.873"></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="20211202 20:08:43.874" 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.005, 'isAllowOrder': True}, {'categoryId': '661536965862232064', 'categoryName': '小白纸', 'unitPrice': 2.2, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}, {'categoryId': '661536969788100608', 'categoryName': '坑卡', 'unitPrice': 1.62, 'inspectionNote': None, 'floatingPrice': 0.0, 'publicSubsidies': None, 'isAllowOrder': True}], 'locProvinceName': '山西省', 'locCityName': '大同市', 'locDistrictName': '大同县', 'attentionsLoadingCar': '', 'attentionsRegulations': '', 'attentionsArrival': '', 'attentionsReportCar': '', 'locDetails': '', 'priceDate': '2021-12-02', 'logoImg': 'https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1637647859008.jpg', 'enableSalesAgent': 1, 'proxypaySurcharge': 0.02, 'foreignPaybackIntever': None, 'foreignPaybackIntervalString': '12', 'cumulativeWeight': 617.21, 'yesterdayTotalQuantity': None, 'yesterdayRetainedQuantity': None, 'hasFollowed': True, 'isOperations': True, 'manageNotifyMessage': '该纸厂已暂停接单,请联系相关负责人!', 'isCooperate': 0}}</msg>
<status status="PASS" starttime="20211202 20:08:43.874" endtime="20211202 20:08:43.874"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.792" endtime="20211202 20:08:43.875" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:43.876" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20211202 20:08:43.875" endtime="20211202 20:08:43.876"></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="20211202 20:08:43.904" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}
body=None
</msg>
<msg timestamp="20211202 20:08:43.904" 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': 'Thu, 02 Dec 2021 12:08:43 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":"498985714587930624","bizUserName":"张山","status":0,"createTime":"2021-11-22 13:54:27","mobile":"13060994305","factoryName":null,"factoryId":null}}
</msg>
<msg timestamp="20211202 20:08:43.905" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.876" endtime="20211202 20:08:43.905"></status>
</kw>
<kw name="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="20211202 20:08:43.906" level="INFO">${bizUserId} = 498985714587930624</msg>
<status status="PASS" starttime="20211202 20:08:43.905" endtime="20211202 20:08:43.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>${reps.json()["data"]}</arg>
<arg>cusormerId</arg>
</arguments>
<assign>
<var>${cusormerId}</var>
</assign>
<msg timestamp="20211202 20:08:43.907" level="INFO">${cusormerId} = 554128866793361643</msg>
<status status="PASS" starttime="20211202 20:08:43.906" endtime="20211202 20:08:43.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>${reps.json()["data"]}</arg>
<arg>customerName</arg>
</arguments>
<assign>
<var>${customerName}</var>
</assign>
<msg timestamp="20211202 20:08:43.907" level="INFO">${customerName} = 赖勇兰</msg>
<status status="PASS" starttime="20211202 20:08:43.907" endtime="20211202 20:08:43.908"></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="20211202 20:08:43.908" level="INFO">${bizUserId} = 498985714587930624</msg>
<status status="PASS" starttime="20211202 20:08:43.908" endtime="20211202 20:08:43.908"></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="20211202 20:08:43.909" level="INFO">${cusormerId} = 554128866793361643</msg>
<status status="PASS" starttime="20211202 20:08:43.909" endtime="20211202 20:08:43.909"></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="20211202 20:08:43.910" level="INFO">${customerName} = 赖勇兰</msg>
<status status="PASS" starttime="20211202 20:08:43.909" endtime="20211202 20:08:43.910"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.875" endtime="20211202 20:08:43.910" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:43.912" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0 </msg>
<status status="PASS" starttime="20211202 20:08:43.911" endtime="20211202 20:08:43.912"></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="20211202 20:08:43.913" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:43.913" endtime="20211202 20:08:43.913"></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="20211202 20:08:43.914" level="INFO">${order_data} = { "paperCategoryId":"660529551931215872", "unitPrice":"1.675", "totalEstimatedWeight":30000, "activityId":"660531609048584192", "customerName":"赖勇兰", "deliveryTime":"2021-12-02...</msg>
<status status="PASS" starttime="20211202 20:08:43.913" endtime="20211202 20:08:43.914"></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="20211202 20:08:44.169" 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/89Ft7HSef7LjHyTdXqhrqWRDypM63pwIxgHD+XI2gzSWIpWOrJOzQcK2jvoAeWB0BSFJAw==', '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":"2021-12-02", "carInfos":[ { "plateNumber":"\xe4\xba\xacR76859" } ] }'
</msg>
<msg timestamp="20211202 20:08:44.169" 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': 'Thu, 02 Dec 2021 12:08:44 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"orderId":"663876360007192576"}}
</msg>
<msg timestamp="20211202 20:08:44.170" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:43.914" endtime="20211202 20:08:44.170"></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="20211202 20:08:44.170" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '663876360007192576'}}</msg>
<status status="PASS" starttime="20211202 20:08:44.170" endtime="20211202 20:08:44.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"]}</arg>
<arg>orderId</arg>
</arguments>
<assign>
<var>${orderId}</var>
</assign>
<msg timestamp="20211202 20:08:44.171" level="INFO">${orderId} = 663876360007192576</msg>
<status status="PASS" starttime="20211202 20:08:44.171" endtime="20211202 20:08:44.171"></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="20211202 20:08:44.171" endtime="20211202 20:08:44.172"></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="20211202 20:08:44.172" level="INFO">${orderId} = 663876360007192576</msg>
<status status="PASS" starttime="20211202 20:08:44.172" endtime="20211202 20:08:44.172"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:43.910" endtime="20211202 20:08:44.173" critical="yes"></status>
</test>
<status status="PASS" starttime="20211202 20:08:43.661" endtime="20211202 20:08:44.173"></status>
</suite>
<status status="PASS" starttime="20211202 20:08:43.355" endtime="20211202 20:08:44.175"></status>
</suite>
<suite id="s1-s2" name="2-Background system(Test)" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)">
<suite id="s1-s2-s1" name="1-WebLogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin">
<suite id="s1-s2-s1-s1" name="Weblogin" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/1-WebLogin/weblogin.robot">
<test id="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="20211202 20:08:44.185" level="INFO">${header} = {'Content-Type': 'application/x-www-form-urlencoded', 'X-APP-ID': '470236309865238555'}</msg>
<status status="PASS" starttime="20211202 20:08:44.184" endtime="20211202 20:08:44.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="20211202 20:08:44.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="20211202 20:08:44.185" endtime="20211202 20:08:44.185"></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>&amp;{data}</var>
</assign>
<msg timestamp="20211202 20:08:44.186" level="INFO">&amp;{data} = { username=laiyonglan@qniao.cn | password=qn123456 }</msg>
<status status="PASS" starttime="20211202 20:08:44.186" endtime="20211202 20:08:44.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="20211202 20:08:44.187" level="INFO">{'username': 'laiyonglan@qniao.cn', 'password': 'qn123456'}</msg>
<status status="PASS" starttime="20211202 20:08:44.186" endtime="20211202 20:08:44.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="20211202 20:08:44.234" 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&amp;password=qn123456
</msg>
<msg timestamp="20211202 20:08:44.235" 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': 'Thu, 02 Dec 2021 12:08:44 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="20211202 20:08:44.235" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.187" endtime="20211202 20:08:44.235"></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="20211202 20:08:44.236" level="INFO">{'code': 200, 'message': '登陆成功'}</msg>
<status status="PASS" starttime="20211202 20:08:44.236" endtime="20211202 20:08:44.237"></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="20211202 20:08:44.237" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
<status status="PASS" starttime="20211202 20:08:44.237" endtime="20211202 20:08:44.237"></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="20211202 20:08:44.237" endtime="20211202 20:08:44.238"></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="20211202 20:08:44.239" level="INFO">${gettoken} = Token 6b08add42d6bcf73abb935b2adf83525</msg>
<status status="PASS" starttime="20211202 20:08:44.238" endtime="20211202 20:08:44.239"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.184" endtime="20211202 20:08:44.239" critical="yes"></status>
</test>
<test id="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="20211202 20:08:44.241" level="INFO">${header} = {'X-APP-ID': '470236309865238555', 'Authorization': 'Token 6b08add42d6bcf73abb935b2adf83525'}</msg>
<status status="PASS" starttime="20211202 20:08:44.241" endtime="20211202 20:08:44.241"></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="20211202 20:08:44.242" 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="20211202 20:08:44.241" endtime="20211202 20:08:44.242"></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="20211202 20:08:44.316" 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="20211202 20:08:44.316" 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': 'Thu, 02 Dec 2021 12:08: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":{"adminId":"617003842541850624","name":"赖勇兰","avatar":"https://static-legacy.dingtalk.com/media/lADPBF8a9_2FSfvNAr3NArw_700_701.jpg","position":"测试工程师","positionList":[{"id":"1","name":"管理员"}],"menuList":["/preciousPaperGeneral/operationManagementBackground/basicSetting/categorySku/bigCategoryManage/Index","/preciousPaperGeneral/sellOnConsignmentManage/dealManage/TransscationMainBody","/preciousPaperGeneral/sellOnConsignmentManage/invoiceManagement/InvoiceManagementList","/preciousPaperGeneral/operationManagementBackground/scoreManage/Role/Index","/preciousPaperGeneral/packaginStationSAASManage/financeManage/MergerPayment","/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/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","/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/vipManage/personageVipManage/Index","/preciousPaperGeneral/paperFctSellOnManage/OrderList/OrderInfo","/microSystemManagement","/preciousPaperGeneral/operationManagementBackground/articManage/classificationManage/Index","/preciousPaperGeneral/paperFctSellOnManage/ForwardList/Details","/preciousPaperGeneral/operationManagementBackground/basicSetting/wasteTypeOneManage/Index","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/inTheSettlementDetails","/preciousPaperGeneral/sellOnConsignmentManage/standingBookManage/standingBook","/preciousPaperGeneral/paperFctSellOnManage/OrderList/Index","/preciousPaperGeneral/operationManagementBackground/supplyOrderManage","/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/operationManage/DataPanel","/preciousPaperGeneral/paperFctSellOnManage/intelligenceManage/VehicleQueueIndex","/preciousPaperGeneral/packaginStationSAASManage/saasOrder/SaasRefundList","/preciousPaperGeneral/sellOnConsignmentManage/RemainingAmountPayableReport","/microSystemManagement/department","/preciousPaperGeneral/sellOnConsignmentManage/marketingAudit/awaitSubscribeDetails"]}}
</msg>
<msg timestamp="20211202 20:08:44.316" level="INFO">${reps_data} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.243" endtime="20211202 20:08:44.316"></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="20211202 20:08:44.317" level="INFO">&lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.317" endtime="20211202 20:08:44.317"></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="20211202 20:08:44.317" endtime="20211202 20:08:44.318"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.240" endtime="20211202 20:08:44.318" critical="yes"></status>
</test>
<status status="PASS" starttime="20211202 20:08:44.181" endtime="20211202 20:08:44.318"></status>
</suite>
<status status="PASS" starttime="20211202 20:08:44.179" endtime="20211202 20:08:44.319"></status>
</suite>
<suite id="s1-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-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-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="20211202 20:08:44.328" 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="20211202 20:08:44.327" endtime="20211202 20:08:44.328"></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&amp;pageSize=10&amp;status=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps_data}</var>
</assign>
<msg timestamp="20211202 20:08:44.385" 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&amp;pageSize=10&amp;status=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/customer-service/get/paper-mill-order-reservation-list?pageNum=1&amp;pageSize=10&amp;status=&amp;orderId=663876360007192576
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="20211202 20:08:44.385" 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&amp;pageSize=10&amp;status=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[{"id":"4703","orderId":"663876360007192576","userName":"赖勇兰","userMobile":"18888888888","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","categoryName":"花纸","sellerReservationDate":"2021-12-02","orderItemNum":1,"carNoList":["京R76859"],"status":0,"createTime":"2021-12-02 20:08:44","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="20211202 20:08:44.386" level="INFO">${reps_data} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.328" endtime="20211202 20:08:44.386"></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="20211202 20:08:44.386" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '4703', 'orderId': '663876360007192576', 'userName': '赖勇兰', 'userMobile': '18888888888', 'paperMillName': 'Ceshi_factory', 'paperMillId': '660525241717624832', 'categoryName': '花纸', 'sellerReservationDate': '2021-12-02', 'orderItemNum': 1, 'carNoList': ['京R76859'], 'status': 0, 'createTime': '2021-12-02 20:08:44', '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="20211202 20:08:44.386" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>orderId</arg>
</arguments>
<assign>
<var>${orderId}</var>
</assign>
<msg timestamp="20211202 20:08:44.387" level="INFO">${orderId} = 663876360007192576</msg>
<status status="PASS" starttime="20211202 20:08:44.387" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>paperMillId</arg>
</arguments>
<assign>
<var>${paperMillId}</var>
</assign>
<msg timestamp="20211202 20:08:44.388" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:44.388" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${id}</var>
</assign>
<msg timestamp="20211202 20:08:44.389" level="INFO">${id} = 4703</msg>
<status status="PASS" starttime="20211202 20:08:44.388" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>orderType</arg>
</arguments>
<assign>
<var>${orderType}</var>
</assign>
<msg timestamp="20211202 20:08:44.389" level="INFO">${orderType} = 2</msg>
<status status="PASS" starttime="20211202 20:08:44.389" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>carNoList</arg>
</arguments>
<assign>
<var>${carNoList}</var>
</assign>
<msg timestamp="20211202 20:08:44.390" level="INFO">${carNoList} = ['京R76859']</msg>
<status status="PASS" starttime="20211202 20:08:44.390" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>paperMillName</arg>
</arguments>
<assign>
<var>${paperMillName}</var>
</assign>
<msg timestamp="20211202 20:08:44.391" level="INFO">${paperMillName} = Ceshi_factory</msg>
<status status="PASS" starttime="20211202 20:08:44.390" endtime="20211202 20:08:44.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_data.json()["data"]["records"][0]}</arg>
<arg>sellerReservationDate</arg>
</arguments>
<assign>
<var>${sellerReservationDate}</var>
</assign>
<msg timestamp="20211202 20:08:44.391" level="INFO">${sellerReservationDate} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:44.391" endtime="20211202 20:08:44.391"></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="20211202 20:08:44.392" level="INFO">${carList} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:44.392" endtime="20211202 20:08:44.392"></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="20211202 20:08:44.392" endtime="20211202 20:08:44.392"></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="20211202 20:08:44.393" endtime="20211202 20:08:44.393"></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="20211202 20:08:44.394" level="INFO">${orderId} = 663876360007192576</msg>
<status status="PASS" starttime="20211202 20:08:44.393" endtime="20211202 20:08:44.394"></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="20211202 20:08:44.394" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:44.394" endtime="20211202 20:08:44.394"></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="20211202 20:08:44.394" level="INFO">${id} = 4703</msg>
<status status="PASS" starttime="20211202 20:08:44.394" endtime="20211202 20:08:44.395"></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="20211202 20:08:44.395" level="INFO">${paperMillName} = Ceshi_factory</msg>
<status status="PASS" starttime="20211202 20:08:44.395" endtime="20211202 20:08:44.395"></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="20211202 20:08:44.395" level="INFO">${sellerReservationDate} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:44.395" endtime="20211202 20:08:44.396"></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="20211202 20:08:44.396" level="INFO">${orderType} = 2</msg>
<status status="PASS" starttime="20211202 20:08:44.396" endtime="20211202 20:08:44.396"></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="20211202 20:08:44.396" level="INFO">${carList} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:44.396" endtime="20211202 20:08:44.397"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.327" endtime="20211202 20:08:44.397" critical="yes"></status>
</test>
<test id="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="20211202 20:08:44.398" 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="20211202 20:08:44.398" endtime="20211202 20:08:44.400"></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="20211202 20:08:44.450" 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="20211202 20:08:44.450" 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': 'Thu, 02 Dec 2021 12:08: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":[{"name":"测试111","id":"660525241805705216"}]}
</msg>
<msg timestamp="20211202 20:08:44.451" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.400" endtime="20211202 20:08:44.451"></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="20211202 20:08:44.452" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}]}</msg>
<status status="PASS" starttime="20211202 20:08:44.451" endtime="20211202 20:08:44.452"></status>
</kw>
<kw 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="20211202 20:08:44.452" level="INFO">${data} = [{'name': '测试111', 'id': '660525241805705216'}]</msg>
<status status="PASS" starttime="20211202 20:08:44.452" endtime="20211202 20:08:44.452"></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="20211202 20:08:44.453" level="INFO">${value} = {'name': '测试111', 'id': '660525241805705216'}</msg>
<status status="PASS" starttime="20211202 20:08:44.452" endtime="20211202 20:08:44.453"></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="20211202 20:08:44.453" endtime="20211202 20:08:44.453"></status>
</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="20211202 20:08:44.454" level="INFO">${supplier_id} = 660525241805705216</msg>
<status status="PASS" starttime="20211202 20:08:44.453" endtime="20211202 20:08:44.454"></status>
</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="20211202 20:08:44.454" level="INFO">${millSupplierName} = 测试111</msg>
<status status="PASS" starttime="20211202 20:08:44.454" endtime="20211202 20:08:44.454"></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="20211202 20:08:44.455" level="INFO">${supplier_id} = 660525241805705216</msg>
<status status="PASS" starttime="20211202 20:08:44.454" endtime="20211202 20:08:44.455"></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="20211202 20:08:44.455" level="INFO">${millSupplierName} = 测试111</msg>
<status status="PASS" starttime="20211202 20:08:44.455" endtime="20211202 20:08:44.455"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.397" endtime="20211202 20:08:44.455" critical="yes"></status>
</test>
<test id="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="20211202 20:08:44.456" 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="20211202 20:08:44.456" endtime="20211202 20:08:44.457"></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="20211202 20:08:44.457" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:44.457" endtime="20211202 20:08:44.457"></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="20211202 20:08:44.458" level="INFO">${data} = {"attention":"663876360007192576","buyerReservationDate":"2021-12-02", "id":"4703","millDeliveryOrderId":"663876360007192576","millSupplierId":"660525241805705216","millSupplierName":"测试111","proxySel...</msg>
<status status="PASS" starttime="20211202 20:08:44.457" endtime="20211202 20:08:44.458"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:44.458" level="INFO">{"attention":"663876360007192576","buyerReservationDate":"2021-12-02", "id":"4703","millDeliveryOrderId":"663876360007192576","millSupplierId":"660525241805705216","millSupplierName":"测试111","proxySellerSettleType":0,"scrapeOrderId":"663876360007192576"}</msg>
<status status="PASS" starttime="20211202 20:08:44.458" endtime="20211202 20:08:44.458"></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="20211202 20:08:44.602" 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":"663876360007192576","buyerReservationDate":"2021-12-02", "id":"4703","millDeliveryOrderId":"663876360007192576","millSupplierId":"660525241805705216","millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111","proxySellerSettleType":0,"scrapeOrderId":"663876360007192576"}'
</msg>
<msg timestamp="20211202 20:08:44.603" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:44.603" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.458" endtime="20211202 20:08:44.603"></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="20211202 20:08:44.603" endtime="20211202 20:08:44.604"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.456" endtime="20211202 20:08:44.604" critical="yes"></status>
</test>
<doc>预约送货</doc>
<status status="PASS" starttime="20211202 20:08:44.323" endtime="20211202 20:08:44.604"></status>
</suite>
<suite id="s1-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-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="20211202 20:08:44.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="20211202 20:08:44.631" endtime="20211202 20:08:44.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/customer-service/get/proxy-order-item-list</arg>
<arg>params=orderType=${orderType} &amp;pageNum=1&amp;pageSize=10&amp;status=51&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:44.686" 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&amp;pageNum=1&amp;pageSize=10&amp;status=51&amp;orderId=663876360007192576
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?orderType=2%20&amp;pageNum=1&amp;pageSize=10&amp;status=51&amp;orderId=663876360007192576
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="20211202 20:08:44.687" 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&amp;pageNum=1&amp;pageSize=10&amp;status=51&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"663876360007192576","orderItemId":"663876360049135616","weightNoteId":null,"orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2021-12-02","millSupplierName":"测试111","plateNumber":"京R76859","operationReviewStatus":51,"createTime":"2021-12-02 20:08:44","bizOwnerId":"498985714587930624","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="20211202 20:08:44.687" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.632" endtime="20211202 20:08:44.687"></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="20211202 20:08:44.688" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2021-12-02', 'millSupplierName': '测试111', 'plateNumber': '京R76859', 'operationReviewStatus': 51, 'createTime': '2021-12-02 20:08:44', 'bizOwnerId': '498985714587930624', '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="20211202 20:08:44.687" endtime="20211202 20:08:44.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>records</arg>
</arguments>
<assign>
<var>${records}</var>
</assign>
<msg timestamp="20211202 20:08:44.689" level="INFO">${records} = [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '20...</msg>
<status status="PASS" starttime="20211202 20:08:44.688" endtime="20211202 20:08:44.689"></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="20211202 20:08:44.690" level="INFO">${orderItemId_value} = {'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'weightNoteId': None, 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '202...</msg>
<status status="PASS" starttime="20211202 20:08:44.689" endtime="20211202 20:08:44.690"></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="20211202 20:08:44.690" endtime="20211202 20:08:44.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>${orderItemId_value}</arg>
<arg>orderItemId</arg>
</arguments>
<assign>
<var>${orderItemId}</var>
</assign>
<msg timestamp="20211202 20:08:44.691" level="INFO">${orderItemId} = 663876360049135616</msg>
<status status="PASS" starttime="20211202 20:08:44.690" endtime="20211202 20:08:44.691"></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="20211202 20:08:44.691" level="INFO">${orderItemId} = 663876360049135616</msg>
<status status="PASS" starttime="20211202 20:08:44.691" endtime="20211202 20:08:44.691"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.631" endtime="20211202 20:08:44.692" critical="yes"></status>
</test>
<test id="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="20211202 20:08:44.693" 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="20211202 20:08:44.693" endtime="20211202 20:08:44.693"></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} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:44.903" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:44.904" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":null,"surcharge":null,"unitPrice":1.6750000,"weightnoteInfo":null,"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:44.904" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.693" endtime="20211202 20:08:44.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>${reps.json()["data"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:44.905" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:44.904" endtime="20211202 20:08:44.905"></status>
</kw>
<kw name="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="20211202 20:08:44.906" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:44.905" endtime="20211202 20:08:44.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>${reps.json()["data"]}</arg>
<arg>paperCategoryPrice</arg>
</arguments>
<assign>
<var>${paperCategoryPrice}</var>
</assign>
<msg timestamp="20211202 20:08:44.906" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.906" endtime="20211202 20:08:44.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>${reps.json()["data"]["orderItems"][0]}</arg>
<arg>publicSubsidies</arg>
</arguments>
<assign>
<var>${publicSubsidies}</var>
</assign>
<msg timestamp="20211202 20:08:44.907" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:44.907" endtime="20211202 20:08:44.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>${reps.json()["data"]}</arg>
<arg>activitySettleType</arg>
</arguments>
<assign>
<var>${activitySettleType}</var>
</assign>
<msg timestamp="20211202 20:08:44.908" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:44.907" endtime="20211202 20:08:44.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>${reps.json()["data"]}</arg>
<arg>proxySellerSettleType</arg>
</arguments>
<assign>
<var>${proxySellerSettleType}</var>
</assign>
<msg timestamp="20211202 20:08:44.909" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:44.908" endtime="20211202 20:08:44.909"></status>
</kw>
<kw name="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="20211202 20:08:44.910" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:44.909" endtime="20211202 20:08:44.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.json()["data"]}</arg>
<arg>transactionMainEnterpriseName</arg>
</arguments>
<assign>
<var>${交易主体name}</var>
</assign>
<msg timestamp="20211202 20:08:44.910" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:44.910" endtime="20211202 20:08:44.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.json()["data"]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:44.911" level="INFO">${unitSurcharge} = 0.02</msg>
<status status="PASS" starttime="20211202 20:08:44.911" endtime="20211202 20:08:44.911"></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="20211202 20:08:44.912" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:44.911" endtime="20211202 20:08:44.912"></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="20211202 20:08:44.912" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.912" endtime="20211202 20:08:44.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.json()["data"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:44.913" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:44.913" endtime="20211202 20:08:44.914"></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="20211202 20:08:44.914" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:44.914" endtime="20211202 20:08:44.914"></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="20211202 20:08:44.915" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:44.914" endtime="20211202 20:08:44.915"></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="20211202 20:08:44.915" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.915" endtime="20211202 20:08:44.915"></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="20211202 20:08:44.916" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:44.915" endtime="20211202 20:08:44.916"></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="20211202 20:08:44.916" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:44.916" endtime="20211202 20:08:44.916"></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="20211202 20:08:44.917" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:44.916" endtime="20211202 20:08:44.917"></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="20211202 20:08:44.918" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.917" endtime="20211202 20:08:44.918"></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="20211202 20:08:44.918" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:44.918" endtime="20211202 20:08:44.919"></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="20211202 20:08:44.920" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:44.919" endtime="20211202 20:08:44.920"></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="20211202 20:08:44.920" level="INFO">${unitSurcharge} = 0.02</msg>
<status status="PASS" starttime="20211202 20:08:44.920" endtime="20211202 20:08:44.920"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.692" endtime="20211202 20:08:44.921" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:44.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="20211202 20:08:44.922" endtime="20211202 20:08:44.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/proxy-sell/get/proxy-order/delivery-info/${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:44.992" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
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="20211202 20:08:44.992" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderId":"663876360007192576","orderItemId":"663876360049135616","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":"京R76859","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
</msg>
<msg timestamp="20211202 20:08:44.993" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:44.923" endtime="20211202 20:08:44.993"></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="20211202 20:08:44.994" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '663876360007192576', 'orderItemId': '663876360049135616', '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': '京R76859', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
<status status="PASS" starttime="20211202 20:08:44.993" endtime="20211202 20:08:44.994"></status>
</kw>
<kw name="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="20211202 20:08:44.995" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:44.994" endtime="20211202 20:08:44.995"></status>
</kw>
<kw name="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="20211202 20:08:44.996" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.995" endtime="20211202 20:08:44.996"></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="20211202 20:08:44.997" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:44.996" endtime="20211202 20:08:44.997"></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="20211202 20:08:44.998" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:44.997" endtime="20211202 20:08:44.998"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.921" endtime="20211202 20:08:44.998" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.000" 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="20211202 20:08:45.000" endtime="20211202 20:08:45.001"></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="20211202 20:08:45.065" 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="20211202 20:08:45.065" 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': 'Thu, 02 Dec 2021 12:08: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":{"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="20211202 20:08:45.066" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.001" endtime="20211202 20:08:45.066"></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="20211202 20:08:45.067" 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="20211202 20:08:45.066" endtime="20211202 20:08:45.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>advanceFund</arg>
</arguments>
<assign>
<var>${advanceFund}</var>
</assign>
<msg timestamp="20211202 20:08:45.067" level="INFO">${advanceFund} = None</msg>
<status status="PASS" starttime="20211202 20:08:45.067" endtime="20211202 20:08:45.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>accountPeriod</arg>
</arguments>
<assign>
<var>${accountPeriod}</var>
</assign>
<msg timestamp="20211202 20:08:45.068" level="INFO">${accountPeriod} = [25]</msg>
<status status="PASS" starttime="20211202 20:08:45.067" endtime="20211202 20:08:45.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"]}</arg>
<arg>buyerEnterpriseId</arg>
</arguments>
<assign>
<var>${buyerEnterpriseId}</var>
</assign>
<msg timestamp="20211202 20:08:45.068" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
<status status="PASS" starttime="20211202 20:08:45.068" endtime="20211202 20:08:45.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"]}</arg>
<arg>settlePriceIncludeTaxSettleRules</arg>
</arguments>
<assign>
<var>${settlePriceIncludeTaxSettleRules}</var>
</assign>
<msg timestamp="20211202 20:08:45.069" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.069" endtime="20211202 20:08:45.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>taxRefundRate</arg>
</arguments>
<assign>
<var>${taxRefundRate}</var>
</assign>
<msg timestamp="20211202 20:08:45.070" level="INFO">${taxRefundRate} = 9.6</msg>
<status status="PASS" starttime="20211202 20:08:45.069" endtime="20211202 20:08:45.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>proxyPaySurcharge</arg>
</arguments>
<assign>
<var>${proxyPaySurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:45.070" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:08:45.070" endtime="20211202 20:08:45.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>hasInvoice</arg>
</arguments>
<assign>
<var>${hasInvoice}</var>
</assign>
<msg timestamp="20211202 20:08:45.071" level="INFO">${hasInvoice} = 1</msg>
<status status="PASS" starttime="20211202 20:08:45.071" endtime="20211202 20:08:45.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>accountPeriodType</arg>
</arguments>
<assign>
<var>${accountPeriodType}</var>
</assign>
<msg timestamp="20211202 20:08:45.071" level="INFO">${accountPeriodType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.071" endtime="20211202 20:08:45.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>isSubsidyAndDeductIncludeTax</arg>
</arguments>
<assign>
<var>${isSubsidyAndDeductIncludeTax}</var>
</assign>
<msg timestamp="20211202 20:08:45.072" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.072" endtime="20211202 20:08:45.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>settleRules</arg>
</arguments>
<assign>
<var>${receivableSettlementRules}</var>
</assign>
<msg timestamp="20211202 20:08:45.073" level="INFO">${receivableSettlementRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.072" endtime="20211202 20:08:45.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>settlePriceIncludeTaxSettleRules</arg>
</arguments>
<assign>
<var>${settlePriceIncludeTaxSettleRules}</var>
</assign>
<msg timestamp="20211202 20:08:45.073" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.073" endtime="20211202 20:08:45.073"></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="20211202 20:08:45.074" level="INFO">${advanceFund} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.073" endtime="20211202 20:08:45.074"></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="20211202 20:08:45.074" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:08:45.074" endtime="20211202 20:08:45.074"></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="20211202 20:08:45.075" level="INFO">${advanceFund} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.075" endtime="20211202 20:08:45.076"></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="20211202 20:08:45.076" level="INFO">${accountPeriod} = [25]</msg>
<status status="PASS" starttime="20211202 20:08:45.076" endtime="20211202 20:08:45.076"></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="20211202 20:08:45.077" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
<status status="PASS" starttime="20211202 20:08:45.077" endtime="20211202 20:08:45.077"></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="20211202 20:08:45.078" level="INFO">${taxRefundRate} = 9.6</msg>
<status status="PASS" starttime="20211202 20:08:45.077" endtime="20211202 20:08:45.078"></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="20211202 20:08:45.078" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:08:45.078" endtime="20211202 20:08:45.078"></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="20211202 20:08:45.079" level="INFO">${hasInvoice} = 1</msg>
<status status="PASS" starttime="20211202 20:08:45.079" endtime="20211202 20:08:45.079"></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="20211202 20:08:45.079" level="INFO">${accountPeriodType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.079" endtime="20211202 20:08:45.080"></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="20211202 20:08:45.080" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.080" endtime="20211202 20:08:45.080"></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="20211202 20:08:45.081" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.081" endtime="20211202 20:08:45.081"></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="20211202 20:08:45.081" level="INFO">${receivableSettlementRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.081" endtime="20211202 20:08:45.081"></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="20211202 20:08:45.082" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.082" endtime="20211202 20:08:45.082"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:44.999" endtime="20211202 20:08:45.082" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.083" 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="20211202 20:08:45.083" endtime="20211202 20:08:45.084"></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="20211202 20:08:45.128" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
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="20211202 20:08:45.128" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[{"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="20211202 20:08:45.129" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.084" endtime="20211202 20:08:45.129"></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="20211202 20:08:45.129" 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="20211202 20:08:45.129" endtime="20211202 20:08:45.130"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.082" endtime="20211202 20:08:45.130" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.131" 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="20211202 20:08:45.131" endtime="20211202 20:08:45.131"></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="20211202 20:08:45.170" 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="20211202 20:08:45.171" 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': 'Thu, 02 Dec 2021 12:08: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":[{"name":"测试111","id":"660525241805705216"}]}
</msg>
<msg timestamp="20211202 20:08:45.171" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.131" endtime="20211202 20:08:45.171"></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="20211202 20:08:45.172" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}]}</msg>
<status status="PASS" starttime="20211202 20:08:45.171" endtime="20211202 20:08:45.172"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.130" endtime="20211202 20:08:45.172" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.173" 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="20211202 20:08:45.173" endtime="20211202 20:08:45.174"></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="20211202 20:08:45.213" 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="20211202 20:08:45.213" 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': 'Thu, 02 Dec 2021 12:08: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":[{"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="20211202 20:08:45.213" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.174" endtime="20211202 20:08:45.213"></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="20211202 20:08:45.214" 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="20211202 20:08:45.214" endtime="20211202 20:08:45.214"></status>
</kw>
<kw 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="20211202 20:08:45.215" 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="20211202 20:08:45.215" endtime="20211202 20:08:45.215"></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="20211202 20:08:45.216" 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="20211202 20:08:45.215" endtime="20211202 20:08:45.216"></status>
</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="20211202 20:08:45.216" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.216" endtime="20211202 20:08:45.216"></status>
</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="20211202 20:08:45.217" level="INFO">${name} = 千鸟-经纪业务</msg>
<status status="PASS" starttime="20211202 20:08:45.216" endtime="20211202 20:08:45.217"></status>
</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="20211202 20:08:45.217" level="INFO">${id} = 39</msg>
<status status="PASS" starttime="20211202 20:08:45.217" endtime="20211202 20:08:45.217"></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="20211202 20:08:45.217" endtime="20211202 20:08:45.218"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.215" endtime="20211202 20:08:45.218"></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="20211202 20:08:45.218" 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="20211202 20:08:45.218" endtime="20211202 20:08:45.218"></status>
</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="20211202 20:08:45.219" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.218" endtime="20211202 20:08:45.219"></status>
</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="20211202 20:08:45.219" level="INFO">${name} = 千纸鹤代卖业务</msg>
<status status="PASS" starttime="20211202 20:08:45.219" endtime="20211202 20:08:45.219"></status>
</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="20211202 20:08:45.219" level="INFO">${id} = 40</msg>
<status status="PASS" starttime="20211202 20:08:45.219" endtime="20211202 20:08:45.219"></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="20211202 20:08:45.219" endtime="20211202 20:08:45.220"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.218" endtime="20211202 20:08:45.220"></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="20211202 20:08:45.220" 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="20211202 20:08:45.220" endtime="20211202 20:08:45.220"></status>
</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="20211202 20:08:45.221" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.220" endtime="20211202 20:08:45.221"></status>
</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="20211202 20:08:45.221" level="INFO">${name} = 测试资金方</msg>
<status status="PASS" starttime="20211202 20:08:45.221" endtime="20211202 20:08:45.221"></status>
</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="20211202 20:08:45.222" level="INFO">${id} = 41</msg>
<status status="PASS" starttime="20211202 20:08:45.221" endtime="20211202 20:08:45.222"></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="20211202 20:08:45.222" endtime="20211202 20:08:45.222"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.220" endtime="20211202 20:08:45.222"></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="20211202 20:08:45.223" 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="20211202 20:08:45.222" endtime="20211202 20:08:45.223"></status>
</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="20211202 20:08:45.223" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.223" endtime="20211202 20:08:45.223"></status>
</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="20211202 20:08:45.224" level="INFO">${name} = 千鸟-技术部测试数据</msg>
<status status="PASS" starttime="20211202 20:08:45.223" endtime="20211202 20:08:45.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>${item}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${id}</var>
</assign>
<msg timestamp="20211202 20:08:45.224" level="INFO">${id} = 42</msg>
<status status="PASS" starttime="20211202 20:08:45.224" endtime="20211202 20:08:45.224"></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="20211202 20:08:45.224" endtime="20211202 20:08:45.225"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.222" endtime="20211202 20:08:45.225"></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="20211202 20:08:45.225" 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="20211202 20:08:45.225" endtime="20211202 20:08:45.225"></status>
</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="20211202 20:08:45.226" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:08:45.225" endtime="20211202 20:08:45.226"></status>
</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="20211202 20:08:45.226" level="INFO">${name} = 千鸟</msg>
<status status="PASS" starttime="20211202 20:08:45.226" endtime="20211202 20:08:45.226"></status>
</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="20211202 20:08:45.226" level="INFO">${id} = 46</msg>
<status status="PASS" starttime="20211202 20:08:45.226" endtime="20211202 20:08:45.226"></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="20211202 20:08:45.226" endtime="20211202 20:08:45.227"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.225" endtime="20211202 20:08:45.227"></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="20211202 20:08:45.227" 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="20211202 20:08:45.227" endtime="20211202 20:08:45.227"></status>
</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="20211202 20:08:45.228" level="INFO">${isDefault} = 1</msg>
<status status="PASS" starttime="20211202 20:08:45.227" endtime="20211202 20:08:45.228"></status>
</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="20211202 20:08:45.228" level="INFO">${name} = 千鸟数据</msg>
<status status="PASS" starttime="20211202 20:08:45.228" endtime="20211202 20:08:45.228"></status>
</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="20211202 20:08:45.228" level="INFO">${id} = 47</msg>
<status status="PASS" starttime="20211202 20:08:45.228" endtime="20211202 20:08:45.229"></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="20211202 20:08:45.229" level="INFO">Exiting for loop altogether.</msg>
<status status="PASS" starttime="20211202 20:08:45.229" endtime="20211202 20:08:45.229"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.227" endtime="20211202 20:08:45.229"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.215" endtime="20211202 20:08:45.229"></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="20211202 20:08:45.230" level="INFO">${name} = 千鸟数据</msg>
<status status="PASS" starttime="20211202 20:08:45.229" endtime="20211202 20:08:45.230"></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="20211202 20:08:45.230" level="INFO">${id} = 47</msg>
<status status="PASS" starttime="20211202 20:08:45.230" endtime="20211202 20:08:45.230"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.172" endtime="20211202 20:08:45.231" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.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="20211202 20:08:45.231" endtime="20211202 20:08:45.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/transaction-main-enterprise/get/warehouse-name</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:45.273" 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="20211202 20:08:45.273" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:45.273" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.232" endtime="20211202 20:08:45.273"></status>
</kw>
<kw 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="20211202 20:08:45.274" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
<status status="PASS" starttime="20211202 20:08:45.274" endtime="20211202 20:08:45.274"></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="20211202 20:08:45.275" level="INFO">${所属仓库} = 江高仓</msg>
<status status="PASS" starttime="20211202 20:08:45.274" endtime="20211202 20:08:45.275"></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="20211202 20:08:45.275" endtime="20211202 20:08:45.275"></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="20211202 20:08:45.276" level="INFO">${所属仓库} = 江高仓</msg>
<status status="PASS" starttime="20211202 20:08:45.276" endtime="20211202 20:08:45.276"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.231" endtime="20211202 20:08:45.276" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.277" 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="20211202 20:08:45.277" endtime="20211202 20:08:45.278"></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="20211202 20:08:45.344" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
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="20211202 20:08:45.344" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderId":"663876360007192576","orderItemId":"663876360049135616","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":"京R76859","settleUtiPriceIncludeTax":null,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
</msg>
<msg timestamp="20211202 20:08:45.344" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.278" endtime="20211202 20:08:45.344"></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="20211202 20:08:45.345" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '663876360007192576', 'orderItemId': '663876360049135616', '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': '京R76859', 'settleUtiPriceIncludeTax': None, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
<status status="PASS" starttime="20211202 20:08:45.344" endtime="20211202 20:08:45.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"]}</arg>
<arg>plateNumber</arg>
</arguments>
<assign>
<var>${plateNumber}</var>
</assign>
<msg timestamp="20211202 20:08:45.346" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:45.345" endtime="20211202 20:08:45.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>settleUtiPrice</arg>
</arguments>
<assign>
<var>${settleUtiPrice}</var>
</assign>
<msg timestamp="20211202 20:08:45.346" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:45.346" endtime="20211202 20:08:45.346"></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="20211202 20:08:45.347" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:45.346" endtime="20211202 20:08:45.347"></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="20211202 20:08:45.347" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:45.347" endtime="20211202 20:08:45.347"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.277" endtime="20211202 20:08:45.348" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.349" 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="20211202 20:08:45.348" endtime="20211202 20:08:45.349"></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="20211202 20:08:45.384" 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="20211202 20:08:45.384" 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': 'Thu, 02 Dec 2021 12:08: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":[{"paperMillCategoryId":"661536969788100608","categoryName":"坑卡","inspectionNote":null},{"paperMillCategoryId":"661536965862232064","categoryName":"小白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
</msg>
<msg timestamp="20211202 20:08:45.384" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.349" endtime="20211202 20:08:45.384"></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="20211202 20:08:45.385" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '661536969788100608', 'categoryName': '坑卡', 'inspectionNote': None}, {'paperMillCategoryId': '661536965862232064', 'categoryName': '小白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
<status status="PASS" starttime="20211202 20:08:45.384" endtime="20211202 20:08:45.385"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.348" endtime="20211202 20:08:45.385" critical="yes"></status>
</test>
<test id="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('./20210803.jpg','rb')</arg>
</arguments>
<assign>
<var>${filepath}</var>
</assign>
<msg timestamp="20211202 20:08:45.386" level="INFO">${filepath} = &lt;_io.BufferedReader name='./20210803.jpg'&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.386" endtime="20211202 20:08:45.386"></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="20211202 20:08:45.387" level="INFO">${image} = &lt;_io.BufferedReader name='./20210803.jpg'&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.387" endtime="20211202 20:08:45.387"></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="20211202 20:08:45.388" level="INFO">${file} = {'filepath': &lt;_io.BufferedReader name='./20210803.jpg'&gt;, 'image': &lt;_io.BufferedReader name='./20210803.jpg'&gt;}</msg>
<status status="PASS" starttime="20211202 20:08:45.387" endtime="20211202 20:08:45.388"></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="20211202 20:08:45.388" 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="20211202 20:08:45.388" endtime="20211202 20:08:45.389"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${file}</arg>
</arguments>
<msg timestamp="20211202 20:08:45.389" level="INFO">{'filepath': &lt;_io.BufferedReader name='./20210803.jpg'&gt;, 'image': &lt;_io.BufferedReader name='./20210803.jpg'&gt;}</msg>
<status status="PASS" starttime="20211202 20:08:45.389" endtime="20211202 20:08:45.389"></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="20211202 20:08:45.459" 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=84dd97f5f93305c0a5921a78e6cd95ed'}
body=b'--84dd97f5f93305c0a5921a78e6cd95ed\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&amp;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&amp;\xeeN\xd5_\x98\xf9X{\xf5\xc0O\xbaL\xb4&lt;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&lt;\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\\&amp;\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&lt;\xb4\xbf\xc8\xa8\xa5\x1c\xb3\xf0./v\xb7@x\xf3\xc17G\xe7Rj\x9d9&lt;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&amp;\x83\xe2yt\xd3\x0b\xc2\xb5\xedZ.oh\x85\xe5 ~Ex\xc5\xd6\xd7\x19\x8c\x99~]\r&lt;b\xc2g\xb3\x9by\x0e\xb8\xd2\xbd\x1e\nSKy\xe1)DD\xef$m\xe5\x8a\x1f\xe9+,\xb5p\xd2-\x8cq\x89&gt;\x07\xec\xd4O8\xd4u\xd9\xac\xe5\x86\xe4\x8a\xfe\x08\xfa\x00&lt;\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&amp;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&amp;\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&gt;A\x97\xcc\xa1&amp;\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&gt;g\xfex&amp;\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&lt;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&gt;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&gt;4Q\xa9\xcc)\xe9#\x92:eP\x17\x80\xef\xc78G\x16a(\xac\xa4c{\x97+\xb1\xcd\xb8&gt;v\xfbc\x89\xa9u\x8c\x17\xb3\x1b\xf0@\x04\x908$\x1fNm\x8e\x13&lt;\x9c\xb3x\x162\x18\x02&lt;\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&lt;\xea\xc2\xe6\x95\xb5\xb2x\x91&amp;\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&amp;\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&lt;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&lt;\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@.&gt;a\xd7\x14\x97\xfd\xa7\xfd\xa3\xd3f\xf9&amp;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$&amp;\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&lt;T\xb4\xb0j\x17H\xab*&gt;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&lt;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&lt;g\xa0\xaa\xdc\x14\x93\x80&gt;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&amp;(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&gt;\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&amp;\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&gt;\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&lt;\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&lt;\xd2\xf1F2\xea\x8e\xfe \xc0-&lt;\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&amp;&lt;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&amp;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&lt;\xb5\xb2U\xd7\xd6\xb1\x9aY&amp;\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!&lt;d\xfb\xd8\xcf\x97@*\xb8\xff\x00\xb3\xa7+9Mn\xae\xcbs\nv\xa6\xcd)k&lt;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&gt;{\xad\xfb\xff\x00\xd7\n3L\xcb9\x93S\xe4\xb9v]\x90\xa3\xe5\xf2\x03%vs&lt;\xca \xa6\x8c\xf5]\xa0\xee$\x81\xd7\xc8\x91`y\xc6@\xcbG-\x85\x9e\xa0\xff\x00O\xa1\xf7&gt;g\xdb\x0b\xa5\x81\xbf\x06\xf11\xbc\x92\x86\xdco\xd4\xdb\xfeg\x16\x1a\x84\xe0r\xaa\xe6&amp;H\x9f\xbd\xfc\xaa;\xa9\x1a\x96\x8b;\xa9\x86\x82\xa3\xf1t\xb4\xfe\x01)\xdc\x15\x05\xb9\x00\x0em\x7f?&lt;iIP\xd2B\xdf\x85p\x88\xc3\x96\x84u\xe3\x9b\x1e\xb8\xef&amp;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&amp;\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&lt;\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&lt;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&gt;\x1dh\xbd\xb6\x87\xa8&lt;\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_&lt;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&lt;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-&amp;U[\x96\xc1NM%J\x06V\x0fh\xd9B\xa3y\x16\xe2\xfe\xa6\xd6\xea&gt;\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&amp;\x9a\xcd\xf4\xa5}I\x87&gt;\xc9\xa5j\n\xeav6\x96"?\xcb\x7fp\xcbfV\x1c\x10~\xb8Y\xd9nu\x0e]\x97WC\\\xe2H\x9d\x07t\x8c\x84\xdd\xadb&gt;\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&lt;5\xa5\x13\xac\x9e\x06b\x0f=8\xf7\xfd1\xd3\xfcu\x99B\x1eI\xb2b\x19Wqh\x9c1\xb7\xe5|8&amp;\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&lt;\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&gt;\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&amp;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&gt;tQ\xdb%\x16Uw\xa7\xaf\xd8\xc9#\xa7Z"dy\r&gt;IB\xf9\x8dr\xee\x98\xdd\xce\xe3{s\xfb\xf4\xc7\x195\x9dT\xf5;aE\x8a z0\xb9=/\x8f\xba\xdb&lt;\x8d@\xcb\xca\x16\x0e\x01$\x1bm\xf4\xc3\x1d&lt;J\xd1\x86V\xb9\xbd\xec\xddp\xc4\xe1\x16\x1c6\xd6\x98\x808\x8f2h+I\xfcL\xbdp&amp;v\xe9\x15\xc70\xcd*Z\xa9\xdai\xdd\xae\xc7m\xda\xddy\x1f\xb6\x1d\xf2\xcdA&amp;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&amp;}\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&lt;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&gt;\xeaZlJ\x95\x10:\x9a:\xe3\xa8e\x05K0\x07Z&amp;vsQS\x06\x87\x96j\xa52\x0e\xf1\xca\x16\xb1,\xa0\x7f\xd0\xe2\xbaR|7\xe6\x1d\xb8v\xb7\x99\xeb&lt;\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&amp;F\x00\x80T\x9d\xb6\xb8\xe9\xc5\xff\x00L~\x81\xb6\xd3T\xd3m\x87\xd5)m!$\xf5&amp;$\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&gt;\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&lt;\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&gt;+\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}&lt;\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&gt;\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^&lt;\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&gt;g\rY%EV]]OV\xd5M\x0c0J\xa7\xbaC{(&gt;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:&amp;\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-&lt;\x95L\xcd"\xecY\x16-\xdb\x0f\xaf=\x7f\\7jl\xa8C\x1aU\xc5zX\xa5\x90\xc4\xe6V\x1b\xdc\x80-`&lt;\x8d\x89?\xf2\xc7\xc5\x8f\xf0\xd0&lt;\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&gt;\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&lt;_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\'&amp;&amp; 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&amp;\xaa\xcb)\xea2!\x05&lt;\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&gt;\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&lt;?~\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&gt;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&gt;\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&lt;\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&gt;\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`&gt;\xb6?\\v\xd2\x94kI\x9eET7CKL\xad+\x96^\x80\x1f\x13_\xcb\xca\xe4\xf9\x9c(\x8aUV-S&gt;\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&lt;{\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&lt;\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&amp;\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="20211202 20:08:45.459" 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': 'Thu, 02 Dec 2021 12:08:45 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/1638446925406.jpg"}
</msg>
<msg timestamp="20211202 20:08:45.460" level="INFO">${result} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.389" endtime="20211202 20:08:45.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>${result.json()}</arg>
<arg>data</arg>
</arguments>
<assign>
<var>${pictures}</var>
</assign>
<msg timestamp="20211202 20:08:45.461" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg</msg>
<status status="PASS" starttime="20211202 20:08:45.460" endtime="20211202 20:08:45.461"></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="20211202 20:08:45.461" level="INFO">{"code":0,"message":"successful","data":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"}</msg>
<status status="PASS" starttime="20211202 20:08:45.461" endtime="20211202 20:08:45.461"></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="20211202 20:08:45.462" level="INFO">${pictures} = https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg</msg>
<status status="PASS" starttime="20211202 20:08:45.461" endtime="20211202 20:08:45.462"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.386" endtime="20211202 20:08:45.462" critical="yes"></status>
</test>
<test id="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="20211202 20:08:45.463" 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="20211202 20:08:45.463" endtime="20211202 20:08:45.464"></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="20211202 20:08:45.464" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:45.464" endtime="20211202 20:08:45.464"></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} &amp;plateNumber=${plateNumber} &amp;netWeight=30000&amp;weighingDate=${datatime}&amp;orderType=3</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:45.550" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616%20&amp;plateNumber=%E4%BA%ACR76859%20&amp;netWeight=30000&amp;weighingDate=2021-12-02&amp;orderType=3
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616%20&amp;plateNumber=%E4%BA%ACR76859%20&amp;netWeight=30000&amp;weighingDate=2021-12-02&amp;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="20211202 20:08:45.550" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616%20&amp;plateNumber=%E4%BA%ACR76859%20&amp;netWeight=30000&amp;weighingDate=2021-12-02&amp;orderType=3
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
</msg>
<msg timestamp="20211202 20:08:45.550" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.464" endtime="20211202 20:08:45.550"></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="20211202 20:08:45.551" 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="20211202 20:08:45.551" endtime="20211202 20:08:45.551"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.462" endtime="20211202 20:08:45.552" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.553" 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="20211202 20:08:45.552" endtime="20211202 20:08:45.553"></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="20211202 20:08:45.554" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:45.553" endtime="20211202 20:08:45.554"></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="20211202 20:08:45.556" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":15500, "settleWeight":null, "unitSurcharge":0.02, "transactionMainEnterpriseId":"15", "transactionMainEnterpri...</msg>
<status status="PASS" starttime="20211202 20:08:45.554" endtime="20211202 20:08:45.556"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:45.556" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675" }</msg>
<status status="PASS" starttime="20211202 20:08:45.556" endtime="20211202 20:08:45.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>recycle-service/admin/proxy-sell/save/weightnote</arg>
<arg>${data.encode('utf-8')}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:45.727" 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': '987'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675" }'
</msg>
<msg timestamp="20211202 20:08:45.728" 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': 'Thu, 02 Dec 2021 12:08: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":{"weightNoteId":"663876366621609984","contractId":"663533697236078592"}}
</msg>
<msg timestamp="20211202 20:08:45.728" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.557" endtime="20211202 20:08:45.728"></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="20211202 20:08:45.729" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': '663533697236078592'}}</msg>
<status status="PASS" starttime="20211202 20:08:45.728" endtime="20211202 20:08:45.729"></status>
</kw>
<kw name="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="20211202 20:08:45.729" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:45.729" endtime="20211202 20:08:45.729"></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="20211202 20:08:45.730" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:45.729" endtime="20211202 20:08:45.730"></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="20211202 20:08:45.730" endtime="20211202 20:08:45.731"></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="20211202 20:08:45.731" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:45.731" endtime="20211202 20:08:45.731"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.552" endtime="20211202 20:08:45.732" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.733" 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="20211202 20:08:45.732" endtime="20211202 20:08:45.733"></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="20211202 20:08:45.868" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:45.869" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:45.869" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.733" endtime="20211202 20:08:45.869"></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="20211202 20:08:45.870" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:45.869" endtime="20211202 20:08:45.870"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.732" endtime="20211202 20:08:45.870" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:45.871" 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="20211202 20:08:45.871" endtime="20211202 20:08:45.871"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.064" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:46.064" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.020000,"surcharge":310.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:46.065" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:45.872" endtime="20211202 20:08:46.065"></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="20211202 20:08:46.066" 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': '2021-12-02', 'paperMillDeliveryTime': '2021-12-02', 'remark': None, 'attenssion': '663876360007192576', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县', 'millSupplierId': '660525241805705216', 'paperMillSupplierName': '测试111', 'millDeliveryOrderId': '663876360007192576', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.675, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '663876360049135616', 'adjustMoney': None, 'unitSurcharge': 0.02, 'surcharge': 310.0, 'unitPrice': 1.675, 'weightnoteInfo': {'id': '663876366621609984', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'type': None, 'weightDay': '2021-12-02', 'settleDay': '2021-12-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/1638446925406.jpg']}, 'logisticcsInfo': {'id': '5337', 'plateNumber': '京R76859'}, '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': '2021-12-02', 'totalOtherAmount': 0, 'paymentType': 1, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': 0, 'unSettleMoney': None, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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': '2021-12-02 20:08:44', 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': '2021-12-02 20:08:44', 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': '2021-12-02 20:08:45', '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': '663876360007192576', 'createTime': '2021-12-02 20:08:44', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司'}}</msg>
<status status="PASS" starttime="20211202 20:08:46.065" endtime="20211202 20:08:46.066"></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="20211202 20:08:46.066" endtime="20211202 20:08:46.067"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:45.870" endtime="20211202 20:08:46.067" critical="yes"></status>
</test>
<doc>上次送货单-两次付款活动</doc>
<status status="PASS" starttime="20211202 20:08:44.605" endtime="20211202 20:08:46.068"></status>
</suite>
<suite id="s1-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-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="20211202 20:08:46.097" 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="20211202 20:08:46.096" endtime="20211202 20:08:46.097"></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&amp;pageSize=10&amp;status=0</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.162" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;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="20211202 20:08:46.163" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"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":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"656956966731649024","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":"2021-11-13 17:53:32","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":753,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":76}}
</msg>
<msg timestamp="20211202 20:08:46.163" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.097" endtime="20211202 20:08:46.163"></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="20211202 20:08:46.165" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'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': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '656956966731649024', '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': '2021-11-13 17:53:32', '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': 753, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 76}}</msg>
<status status="PASS" starttime="20211202 20:08:46.164" endtime="20211202 20:08:46.165"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.096" endtime="20211202 20:08:46.165" critical="yes"></status>
</test>
<test id="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="20211202 20:08:46.167" 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="20211202 20:08:46.167" endtime="20211202 20:08:46.168"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.219" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
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="20211202 20:08:46.219" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876367238172672","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":21758.130000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:46.219" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.168" endtime="20211202 20:08:46.219"></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="20211202 20:08:46.220" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876367238172672', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'categoryName': '花纸', 'settlePrice': 21758.13, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663876366621609984', '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="20211202 20:08:46.220" endtime="20211202 20:08:46.220"></status>
</kw>
<kw name="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="20211202 20:08:46.221" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:46.221" endtime="20211202 20:08:46.221"></status>
</kw>
<kw name="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="20211202 20:08:46.222" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:46.221" endtime="20211202 20:08:46.222"></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="20211202 20:08:46.222" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:46.222" endtime="20211202 20:08:46.222"></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="20211202 20:08:46.223" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:46.223" endtime="20211202 20:08:46.223"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.166" endtime="20211202 20:08:46.223" critical="yes"></status>
</test>
<test id="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="20211202 20:08:46.225" 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="20211202 20:08:46.224" endtime="20211202 20:08:46.225"></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}&amp;weightNoteId=${weightNoteId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.276" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
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="20211202 20:08:46.276" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[{"logId":"1466378804724387842","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:45","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378799997407234","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:44","operatorName":"赖勇兰","logContent":"订单预约","remark":null},{"logId":"1466378798177079298","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:44","operatorName":"赖勇兰","logContent":"下单","remark":null}]}
</msg>
<msg timestamp="20211202 20:08:46.276" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.225" endtime="20211202 20:08:46.276"></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="20211202 20:08:46.277" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '1466378804724387842', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:45', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378799997407234', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:44', 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}, {'logId': '1466378798177079298', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:44', 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}]}</msg>
<status status="PASS" starttime="20211202 20:08:46.276" endtime="20211202 20:08:46.277"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.224" endtime="20211202 20:08:46.277" critical="yes"></status>
</test>
<test id="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="20211202 20:08:46.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="20211202 20:08:46.278" endtime="20211202 20:08:46.279"></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="20211202 20:08:46.279" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:46.279" endtime="20211202 20:08:46.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="20211202 20:08:46.482" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
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="20211202 20:08:46.482" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876367238172672","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876367317864448","driverName":null,"plateNumber":"京R76859","netWeight":15500.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:46.483" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.279" endtime="20211202 20:08:46.483"></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="20211202 20:08:46.484" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876367238172672', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876367317864448', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 15500.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:46.483" endtime="20211202 20:08:46.484"></status>
</kw>
<kw name="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="20211202 20:08:46.485" level="INFO">${auditRequestItemId} = 663876367317864448</msg>
<status status="PASS" starttime="20211202 20:08:46.484" endtime="20211202 20:08:46.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"]["items"][0]}</arg>
<arg>categoryName</arg>
</arguments>
<assign>
<var>${categoryName}</var>
</assign>
<msg timestamp="20211202 20:08:46.485" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:46.485" endtime="20211202 20:08:46.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"]}</arg>
<arg>paperCategoryId</arg>
</arguments>
<assign>
<var>${paperCategoryId}</var>
</assign>
<msg timestamp="20211202 20:08:46.486" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:46.486" endtime="20211202 20:08:46.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"]["items"][0]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:46.487" level="INFO">${netWeight} = 15500.0</msg>
<status status="PASS" starttime="20211202 20:08:46.486" endtime="20211202 20:08:46.487"></status>
</kw>
<kw name="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="20211202 20:08:46.487" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:46.487" endtime="20211202 20:08:46.487"></status>
</kw>
<kw name="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="20211202 20:08:46.488" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:46.488" endtime="20211202 20:08:46.488"></status>
</kw>
<kw name="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="20211202 20:08:46.489" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:46.488" endtime="20211202 20:08:46.489"></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="20211202 20:08:46.490" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:46.489" endtime="20211202 20:08:46.490"></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="20211202 20:08:46.490" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:46.490" endtime="20211202 20:08:46.490"></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="20211202 20:08:46.491" level="INFO">${auditRequestItemId} = 663876367317864448</msg>
<status status="PASS" starttime="20211202 20:08:46.490" endtime="20211202 20:08:46.491"></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="20211202 20:08:46.491" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:46.491" endtime="20211202 20:08:46.491"></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="20211202 20:08:46.492" level="INFO">${netWeight} = 15500.0</msg>
<status status="PASS" starttime="20211202 20:08:46.492" endtime="20211202 20:08:46.492"></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="20211202 20:08:46.492" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:46.492" endtime="20211202 20:08:46.492"></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="20211202 20:08:46.493" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:46.493" endtime="20211202 20:08:46.493"></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="20211202 20:08:46.493" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:46.493" endtime="20211202 20:08:46.493"></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="20211202 20:08:46.494" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:46.494" endtime="20211202 20:08:46.494"></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="20211202 20:08:46.494" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:46.494" endtime="20211202 20:08:46.494"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.277" endtime="20211202 20:08:46.495" critical="yes"></status>
</test>
<test id="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="20211202 20:08:46.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="20211202 20:08:46.495" endtime="20211202 20:08:46.496"></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="20211202 20:08:46.497" level="INFO">${data} = { "auditRequestItemId":"663876367317864448", "categoryName":"花纸", "netWeight":"15500.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"京R76859", ...</msg>
<status status="PASS" starttime="20211202 20:08:46.496" endtime="20211202 20:08:46.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/edit/order-receipt-audit-details</arg>
<arg>${data.encode('utf-8')}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.835" 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":"663876367317864448", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"15500.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"\xe4\xba\xacR76859", "settlementDate":"2021-12-02", "weighingDate":"2021-12-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="20211202 20:08:46.835" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:46.835" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.498" endtime="20211202 20:08:46.835"></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="20211202 20:08:46.836" endtime="20211202 20:08:46.836"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.495" endtime="20211202 20:08:46.837" critical="yes"></status>
</test>
<test id="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="20211202 20:08:46.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="20211202 20:08:46.837" endtime="20211202 20:08:46.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}&amp;weightNoteId=${weightNoteId} &amp;operationStatus=2</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.894" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;operationStatus=2
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;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="20211202 20:08:46.894" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;operationStatus=2
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[]}
</msg>
<msg timestamp="20211202 20:08:46.894" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.839" endtime="20211202 20:08:46.894"></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="20211202 20:08:46.895" level="INFO">{'code': 0, 'message': 'successful', 'data': []}</msg>
<status status="PASS" starttime="20211202 20:08:46.895" endtime="20211202 20:08:46.895"></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="20211202 20:08:46.895" endtime="20211202 20:08:46.896"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.837" endtime="20211202 20:08:46.896" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:46.899" 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="20211202 20:08:46.899" endtime="20211202 20:08:46.900"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:46.968" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:46.968" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876367238172672","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":21758.130000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:46.968" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.900" endtime="20211202 20:08:46.968"></status>
</kw>
<kw name="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="20211202 20:08:46.969" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:46.968" endtime="20211202 20:08:46.969"></status>
</kw>
<kw name="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="20211202 20:08:46.969" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:46.969" endtime="20211202 20:08:46.969"></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="20211202 20:08:46.970" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:46.970" endtime="20211202 20:08:46.970"></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="20211202 20:08:46.970" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:46.970" endtime="20211202 20:08:46.970"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.899" endtime="20211202 20:08:46.971"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.898" endtime="20211202 20:08:46.971"></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="20211202 20:08:46.972" 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="20211202 20:08:46.971" endtime="20211202 20:08:46.972"></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="20211202 20:08:47.164" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
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="20211202 20:08:47.164" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876367238172672/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876367238172672","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876367317864448","driverName":null,"plateNumber":"京R76859","netWeight":15500.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-02","paperMillPayAt":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:47.164" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:46.972" endtime="20211202 20:08:47.164"></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="20211202 20:08:47.165" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876367238172672', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876367317864448', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 15500.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-02', 'paperMillPayAt': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:47.164" endtime="20211202 20:08:47.165"></status>
</kw>
<kw name="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="20211202 20:08:47.166" level="INFO">${auditRequestItemId} = 663876367317864448</msg>
<status status="PASS" starttime="20211202 20:08:47.165" endtime="20211202 20:08:47.166"></status>
</kw>
<kw name="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="20211202 20:08:47.167" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:47.166" endtime="20211202 20:08:47.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>paperCategoryId</arg>
</arguments>
<assign>
<var>${paperCategoryId}</var>
</assign>
<msg timestamp="20211202 20:08:47.167" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:47.167" endtime="20211202 20:08:47.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>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:47.168" level="INFO">${netWeight} = 15500.0</msg>
<status status="PASS" starttime="20211202 20:08:47.167" endtime="20211202 20:08:47.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>paperMillPayAt</arg>
</arguments>
<assign>
<var>${paperMillPayAt}</var>
</assign>
<msg timestamp="20211202 20:08:47.168" level="INFO">${paperMillPayAt} = 2021-12-27</msg>
<status status="PASS" starttime="20211202 20:08:47.168" endtime="20211202 20:08:47.169"></status>
</kw>
<kw name="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="20211202 20:08:47.169" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:47.169" endtime="20211202 20:08:47.169"></status>
</kw>
<kw name="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="20211202 20:08:47.170" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:47.169" endtime="20211202 20:08:47.170"></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="20211202 20:08:47.170" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:47.170" endtime="20211202 20:08:47.170"></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="20211202 20:08:47.171" level="INFO">${surcharge1} = 310.0</msg>
<status status="PASS" starttime="20211202 20:08:47.170" endtime="20211202 20:08:47.171"></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="20211202 20:08:47.171" level="INFO">${surcharge2} = 0.0</msg>
<status status="PASS" starttime="20211202 20:08:47.171" endtime="20211202 20:08:47.171"></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="20211202 20:08:47.172" level="INFO">${surcharge} = 310.0</msg>
<status status="PASS" starttime="20211202 20:08:47.172" endtime="20211202 20:08:47.172"></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="20211202 20:08:47.172" level="INFO">${paperMillPayAt} = 2021-12-27</msg>
<status status="PASS" starttime="20211202 20:08:47.172" endtime="20211202 20:08:47.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>auditRequestId</arg>
</arguments>
<assign>
<var>${auditRequestId}</var>
</assign>
<msg timestamp="20211202 20:08:47.173" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:47.173" endtime="20211202 20:08:47.173"></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="20211202 20:08:47.174" level="INFO">${auditRequestItemId} = 663876367317864448</msg>
<status status="PASS" starttime="20211202 20:08:47.173" endtime="20211202 20:08:47.174"></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="20211202 20:08:47.174" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:47.174" endtime="20211202 20:08:47.174"></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="20211202 20:08:47.175" level="INFO">${netWeight} = 15500.0</msg>
<status status="PASS" starttime="20211202 20:08:47.174" endtime="20211202 20:08:47.175"></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="20211202 20:08:47.175" level="INFO">${paperMillPayAt} = 2021-12-27</msg>
<status status="PASS" starttime="20211202 20:08:47.175" endtime="20211202 20:08:47.175"></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="20211202 20:08:47.176" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:47.175" endtime="20211202 20:08:47.176"></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="20211202 20:08:47.176" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:47.176" endtime="20211202 20:08:47.176"></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="20211202 20:08:47.177" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:47.176" endtime="20211202 20:08:47.177"></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="20211202 20:08:47.177" level="INFO">${surcharge} = 310.0</msg>
<status status="PASS" starttime="20211202 20:08:47.177" endtime="20211202 20:08:47.177"></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="20211202 20:08:47.178" level="INFO">${auditRequestId} = 663876367238172672</msg>
<status status="PASS" starttime="20211202 20:08:47.177" endtime="20211202 20:08:47.178"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.971" endtime="20211202 20:08:47.178"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.971" endtime="20211202 20:08:47.178"></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="20211202 20:08:47.179" 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="20211202 20:08:47.179" endtime="20211202 20:08:47.180"></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="20211202 20:08:47.180" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:47.180" endtime="20211202 20:08:47.180"></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="20211202 20:08:47.181" level="INFO">${data} = { "auditRequestId":"663876367238172672", "isPass":2, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:47.180" endtime="20211202 20:08:47.181"></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="20211202 20:08:47.333" 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":"663876367238172672", "isPass":2, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:47.333" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:47.333" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:47.181" endtime="20211202 20:08:47.333"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:47.179" endtime="20211202 20:08:47.333"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:47.178" endtime="20211202 20:08:47.334"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:47.178" endtime="20211202 20:08:47.334"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:08:48.334" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:47.334" endtime="20211202 20:08:48.335"></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="20211202 20:08:48.336" 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="20211202 20:08:48.336" endtime="20211202 20:08:48.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/proxy-order/${orderId}</arg>
<arg>params=orderId=${orderId} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:48.557" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:48.557" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.020000,"surcharge":310.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"江高仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2021-12-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:48.558" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:48.337" endtime="20211202 20:08:48.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"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:48.559" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:48.558" endtime="20211202 20:08:48.559"></status>
</kw>
<kw name="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="20211202 20:08:48.559" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:48.559" endtime="20211202 20:08:48.559"></status>
</kw>
<kw name="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="20211202 20:08:48.560" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:48.560" endtime="20211202 20:08:48.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"]["orderItems"][0]}</arg>
<arg>publicSubsidies</arg>
</arguments>
<assign>
<var>${publicSubsidies}</var>
</assign>
<msg timestamp="20211202 20:08:48.561" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:48.560" endtime="20211202 20:08:48.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>activitySettleType</arg>
</arguments>
<assign>
<var>${activitySettleType}</var>
</assign>
<msg timestamp="20211202 20:08:48.561" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:48.561" endtime="20211202 20:08:48.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>proxySellerSettleType</arg>
</arguments>
<assign>
<var>${proxySellerSettleType}</var>
</assign>
<msg timestamp="20211202 20:08:48.562" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:48.562" endtime="20211202 20:08:48.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"]}</arg>
<arg>transactionMainEnterpriseId</arg>
</arguments>
<assign>
<var>${交易主体id}</var>
</assign>
<msg timestamp="20211202 20:08:48.563" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:48.562" endtime="20211202 20:08:48.563"></status>
</kw>
<kw name="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="20211202 20:08:48.563" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:48.563" endtime="20211202 20:08:48.563"></status>
</kw>
<kw name="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="20211202 20:08:48.564" level="INFO">${unitSurcharge} = 0.02</msg>
<status status="PASS" starttime="20211202 20:08:48.564" endtime="20211202 20:08:48.564"></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="20211202 20:08:48.565" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:48.564" endtime="20211202 20:08:48.565"></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="20211202 20:08:48.565" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:48.565" endtime="20211202 20:08:48.565"></status>
</kw>
<kw name="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="20211202 20:08:48.566" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:48.565" endtime="20211202 20:08:48.566"></status>
</kw>
<kw name="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="20211202 20:08:48.566" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:48.566" endtime="20211202 20:08:48.566"></status>
</kw>
<kw name="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="20211202 20:08:48.567" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:48.567" endtime="20211202 20:08:48.567"></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="20211202 20:08:48.568" level="INFO">${unitSurcharge3} = 0.021</msg>
<status status="PASS" starttime="20211202 20:08:48.567" endtime="20211202 20:08:48.568"></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="20211202 20:08:48.568" endtime="20211202 20:08:48.569"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.568" endtime="20211202 20:08:48.569"></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="20211202 20:08:48.569" endtime="20211202 20:08:48.569"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.569" endtime="20211202 20:08:48.569"></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="20211202 20:08:48.570" endtime="20211202 20:08:48.570"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.569" endtime="20211202 20:08:48.570"></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="20211202 20:08:48.570" endtime="20211202 20:08:48.571"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.570" endtime="20211202 20:08:48.571"></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="20211202 20:08:48.571" endtime="20211202 20:08:48.571"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.571" endtime="20211202 20:08:48.571"></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="20211202 20:08:48.571" endtime="20211202 20:08:48.572"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.571" endtime="20211202 20:08:48.572"></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="20211202 20:08:48.572" endtime="20211202 20:08:48.572"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.572" endtime="20211202 20:08:48.572"></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="20211202 20:08:48.573" endtime="20211202 20:08:48.573"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.572" endtime="20211202 20:08:48.573"></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="20211202 20:08:48.573" endtime="20211202 20:08:48.573"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.573" endtime="20211202 20:08:48.574"></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="20211202 20:08:48.574" endtime="20211202 20:08:48.574"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.574" endtime="20211202 20:08:48.574"></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="20211202 20:08:48.574" endtime="20211202 20:08:48.575"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.574" endtime="20211202 20:08:48.575"></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="20211202 20:08:48.575" endtime="20211202 20:08:48.575"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.575" endtime="20211202 20:08:48.575"></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="20211202 20:08:48.576" endtime="20211202 20:08:48.576"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.575" endtime="20211202 20:08:48.576"></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="20211202 20:08:48.576" endtime="20211202 20:08:48.576"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.576" endtime="20211202 20:08:48.577"></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="20211202 20:08:48.577" endtime="20211202 20:08:48.577"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.577" endtime="20211202 20:08:48.577"></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="20211202 20:08:48.577" endtime="20211202 20:08:48.578"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.577" endtime="20211202 20:08:48.578"></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="20211202 20:08:48.578" endtime="20211202 20:08:48.578"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.578" endtime="20211202 20:08:48.578"></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="20211202 20:08:48.579" endtime="20211202 20:08:48.579"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.578" endtime="20211202 20:08:48.579"></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="20211202 20:08:48.579" endtime="20211202 20:08:48.579"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.579" endtime="20211202 20:08:48.580"></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="20211202 20:08:48.580" endtime="20211202 20:08:48.580"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.580" endtime="20211202 20:08:48.580"></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="20211202 20:08:48.580" endtime="20211202 20:08:48.581"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.580" endtime="20211202 20:08:48.581"></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="20211202 20:08:48.581" endtime="20211202 20:08:48.582"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.581" endtime="20211202 20:08:48.582"></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="20211202 20:08:48.582" endtime="20211202 20:08:48.582"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.582" endtime="20211202 20:08:48.582"></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="20211202 20:08:48.582" endtime="20211202 20:08:48.583"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.582" endtime="20211202 20:08:48.583"></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="20211202 20:08:48.583" endtime="20211202 20:08:48.583"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.583" endtime="20211202 20:08:48.583"></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="20211202 20:08:48.584" endtime="20211202 20:08:48.584"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.584" endtime="20211202 20:08:48.584"></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="20211202 20:08:48.584" endtime="20211202 20:08:48.585"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.584" endtime="20211202 20:08:48.585"></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="20211202 20:08:48.585" endtime="20211202 20:08:48.585"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.585" endtime="20211202 20:08:48.585"></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="20211202 20:08:48.585" endtime="20211202 20:08:48.586"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.585" endtime="20211202 20:08:48.586"></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="20211202 20:08:48.586" endtime="20211202 20:08:48.586"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.586" endtime="20211202 20:08:48.586"></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="20211202 20:08:48.587" endtime="20211202 20:08:48.587"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.586" endtime="20211202 20:08:48.587"></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="20211202 20:08:48.587" endtime="20211202 20:08:48.587"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.587" endtime="20211202 20:08:48.587"></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="20211202 20:08:48.588" endtime="20211202 20:08:48.588"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.588" endtime="20211202 20:08:48.588"></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="20211202 20:08:48.588" endtime="20211202 20:08:48.589"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.588" endtime="20211202 20:08:48.589"></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="20211202 20:08:48.589" endtime="20211202 20:08:48.589"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.589" endtime="20211202 20:08:48.589"></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="20211202 20:08:48.589" endtime="20211202 20:08:48.590"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.589" endtime="20211202 20:08:48.590"></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="20211202 20:08:48.590" endtime="20211202 20:08:48.590"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.590" endtime="20211202 20:08:48.590"></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="20211202 20:08:48.591" endtime="20211202 20:08:48.591"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.590" endtime="20211202 20:08:48.591"></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="20211202 20:08:48.591" endtime="20211202 20:08:48.592"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.591" endtime="20211202 20:08:48.592"></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="20211202 20:08:48.592" endtime="20211202 20:08:48.592"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.592" endtime="20211202 20:08:48.592"></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="20211202 20:08:48.592" endtime="20211202 20:08:48.593"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.592" endtime="20211202 20:08:48.593"></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="20211202 20:08:48.593" endtime="20211202 20:08:48.594"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.593" endtime="20211202 20:08:48.594"></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="20211202 20:08:48.594" endtime="20211202 20:08:48.594"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.594" endtime="20211202 20:08:48.594"></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="20211202 20:08:48.594" endtime="20211202 20:08:48.595"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.594" endtime="20211202 20:08:48.595"></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="20211202 20:08:48.595" endtime="20211202 20:08:48.595"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.595" endtime="20211202 20:08:48.595"></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="20211202 20:08:48.596" endtime="20211202 20:08:48.596"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.595" endtime="20211202 20:08:48.596"></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="20211202 20:08:48.596" endtime="20211202 20:08:48.596"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.596" endtime="20211202 20:08:48.597"></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="20211202 20:08:48.597" endtime="20211202 20:08:48.597"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.597" endtime="20211202 20:08:48.597"></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="20211202 20:08:48.597" endtime="20211202 20:08:48.598"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.597" endtime="20211202 20:08:48.598"></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="20211202 20:08:48.598" endtime="20211202 20:08:48.598"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.598" endtime="20211202 20:08:48.598"></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="20211202 20:08:48.599" endtime="20211202 20:08:48.599"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.598" endtime="20211202 20:08:48.599"></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="20211202 20:08:48.599" endtime="20211202 20:08:48.600"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.599" endtime="20211202 20:08:48.600"></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="20211202 20:08:48.600" endtime="20211202 20:08:48.600"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.600" endtime="20211202 20:08:48.600"></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="20211202 20:08:48.600" endtime="20211202 20:08:48.601"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.600" endtime="20211202 20:08:48.601"></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="20211202 20:08:48.601" endtime="20211202 20:08:48.601"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.601" endtime="20211202 20:08:48.601"></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="20211202 20:08:48.602" endtime="20211202 20:08:48.602"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.601" endtime="20211202 20:08:48.602"></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="20211202 20:08:48.602" endtime="20211202 20:08:48.603"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.602" endtime="20211202 20:08:48.603"></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="20211202 20:08:48.603" endtime="20211202 20:08:48.603"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.603" endtime="20211202 20:08:48.603"></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="20211202 20:08:48.603" endtime="20211202 20:08:48.604"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.603" endtime="20211202 20:08:48.604"></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="20211202 20:08:48.604" endtime="20211202 20:08:48.604"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.604" endtime="20211202 20:08:48.604"></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="20211202 20:08:48.605" endtime="20211202 20:08:48.605"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.605" endtime="20211202 20:08:48.605"></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="20211202 20:08:48.605" endtime="20211202 20:08:48.606"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.605" endtime="20211202 20:08:48.606"></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="20211202 20:08:48.606" endtime="20211202 20:08:48.606"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.606" endtime="20211202 20:08:48.606"></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="20211202 20:08:48.607" endtime="20211202 20:08:48.607"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.606" endtime="20211202 20:08:48.607"></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="20211202 20:08:48.607" endtime="20211202 20:08:48.608"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.607" endtime="20211202 20:08:48.608"></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="20211202 20:08:48.608" endtime="20211202 20:08:48.608"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.608" endtime="20211202 20:08:48.608"></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="20211202 20:08:48.608" endtime="20211202 20:08:48.609"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.608" endtime="20211202 20:08:48.609"></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="20211202 20:08:48.609" endtime="20211202 20:08:48.609"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.609" endtime="20211202 20:08:48.609"></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="20211202 20:08:48.610" endtime="20211202 20:08:48.610"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.609" endtime="20211202 20:08:48.610"></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="20211202 20:08:48.610" endtime="20211202 20:08:48.610"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.610" endtime="20211202 20:08:48.610"></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="20211202 20:08:48.611" endtime="20211202 20:08:48.611"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.611" endtime="20211202 20:08:48.611"></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="20211202 20:08:48.611" endtime="20211202 20:08:48.612"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.611" endtime="20211202 20:08:48.612"></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="20211202 20:08:48.612" endtime="20211202 20:08:48.612"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.612" endtime="20211202 20:08:48.612"></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="20211202 20:08:48.613" endtime="20211202 20:08:48.613"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.612" endtime="20211202 20:08:48.613"></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="20211202 20:08:48.613" endtime="20211202 20:08:48.614"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.613" endtime="20211202 20:08:48.614"></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="20211202 20:08:48.614" endtime="20211202 20:08:48.614"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.614" endtime="20211202 20:08:48.614"></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="20211202 20:08:48.614" endtime="20211202 20:08:48.615"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.614" endtime="20211202 20:08:48.615"></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="20211202 20:08:48.615" endtime="20211202 20:08:48.615"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.615" endtime="20211202 20:08:48.615"></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="20211202 20:08:48.616" endtime="20211202 20:08:48.616"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.615" endtime="20211202 20:08:48.616"></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="20211202 20:08:48.616" endtime="20211202 20:08:48.617"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.616" endtime="20211202 20:08:48.617"></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="20211202 20:08:48.617" endtime="20211202 20:08:48.618"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.617" endtime="20211202 20:08:48.618"></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="20211202 20:08:48.619" endtime="20211202 20:08:48.619"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.618" endtime="20211202 20:08:48.619"></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="20211202 20:08:48.619" endtime="20211202 20:08:48.620"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.619" endtime="20211202 20:08:48.620"></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="20211202 20:08:48.620" endtime="20211202 20:08:48.620"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.620" endtime="20211202 20:08:48.620"></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="20211202 20:08:48.620" endtime="20211202 20:08:48.621"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.620" endtime="20211202 20:08:48.621"></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="20211202 20:08:48.621" endtime="20211202 20:08:48.621"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.621" endtime="20211202 20:08:48.621"></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="20211202 20:08:48.622" endtime="20211202 20:08:48.622"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.621" endtime="20211202 20:08:48.622"></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="20211202 20:08:48.622" endtime="20211202 20:08:48.622"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.622" endtime="20211202 20:08:48.623"></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="20211202 20:08:48.623" endtime="20211202 20:08:48.623"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.623" endtime="20211202 20:08:48.623"></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="20211202 20:08:48.623" endtime="20211202 20:08:48.624"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.623" endtime="20211202 20:08:48.624"></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="20211202 20:08:48.624" endtime="20211202 20:08:48.624"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.624" endtime="20211202 20:08:48.624"></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="20211202 20:08:48.625" endtime="20211202 20:08:48.625"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.624" endtime="20211202 20:08:48.625"></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="20211202 20:08:48.625" endtime="20211202 20:08:48.625"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.625" endtime="20211202 20:08:48.626"></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="20211202 20:08:48.626" endtime="20211202 20:08:48.626"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.626" endtime="20211202 20:08:48.626"></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="20211202 20:08:48.626" endtime="20211202 20:08:48.627"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.626" endtime="20211202 20:08:48.627"></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="20211202 20:08:48.627" endtime="20211202 20:08:48.627"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.627" endtime="20211202 20:08:48.627"></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="20211202 20:08:48.627" endtime="20211202 20:08:48.628"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.627" endtime="20211202 20:08:48.628"></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="20211202 20:08:48.628" endtime="20211202 20:08:48.628"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.628" endtime="20211202 20:08:48.628"></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="20211202 20:08:48.629" endtime="20211202 20:08:48.629"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.628" endtime="20211202 20:08:48.629"></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="20211202 20:08:48.629" endtime="20211202 20:08:48.630"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.629" endtime="20211202 20:08:48.630"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.568" endtime="20211202 20:08:48.630"></status>
</kw>
<kw name="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="20211202 20:08:48.630" level="INFO">${netWeight} = 15500.0</msg>
<status status="PASS" starttime="20211202 20:08:48.630" endtime="20211202 20:08:48.630"></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="20211202 20:08:48.631" level="INFO">${netWeight3} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:48.631" endtime="20211202 20:08:48.631"></status>
</kw>
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
<status status="PASS" starttime="20211202 20:08:48.631" endtime="20211202 20:08:48.631"></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="20211202 20:08:48.632" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:48.632" endtime="20211202 20:08:48.632"></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="20211202 20:08:48.632" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:48.632" endtime="20211202 20:08:48.632"></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="20211202 20:08:48.633" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:48.633" endtime="20211202 20:08:48.633"></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="20211202 20:08:48.633" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:48.633" endtime="20211202 20:08:48.633"></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="20211202 20:08:48.634" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:48.634" endtime="20211202 20:08:48.634"></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="20211202 20:08:48.634" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:48.634" endtime="20211202 20:08:48.634"></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="20211202 20:08:48.635" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:48.635" endtime="20211202 20:08:48.635"></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="20211202 20:08:48.635" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:48.635" endtime="20211202 20:08:48.635"></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="20211202 20:08:48.636" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:48.636" endtime="20211202 20:08:48.636"></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="20211202 20:08:48.636" level="INFO">${unitSurcharge3} = 0.021</msg>
<status status="PASS" starttime="20211202 20:08:48.636" endtime="20211202 20:08:48.636"></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="20211202 20:08:48.637" level="INFO">${netWeight3} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:48.637" endtime="20211202 20:08:48.637"></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="20211202 20:08:48.637" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:48.637" endtime="20211202 20:08:48.637"></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="20211202 20:08:48.638" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:48.638" endtime="20211202 20:08:48.638"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.335" endtime="20211202 20:08:48.638"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.335" endtime="20211202 20:08:48.638"></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="20211202 20:08:48.639" 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="20211202 20:08:48.639" endtime="20211202 20:08:48.640"></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="20211202 20:08:48.640" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:48.640" endtime="20211202 20:08:48.640"></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="20211202 20:08:48.642" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"15800.0", "settleWeight":null, "unitSurcharge":0.021, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
<status status="PASS" starttime="20211202 20:08:48.640" endtime="20211202 20:08:48.642"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:48.642" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }</msg>
<status status="PASS" starttime="20211202 20:08:48.642" endtime="20211202 20:08:48.643"></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="20211202 20:08:48.844" 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': '1028'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }'
</msg>
<msg timestamp="20211202 20:08:48.845" 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': 'Thu, 02 Dec 2021 12:08: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":{"weightNoteId":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:08:48.845" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:48.643" endtime="20211202 20:08:48.845"></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="20211202 20:08:48.846" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': None}}</msg>
<status status="PASS" starttime="20211202 20:08:48.845" endtime="20211202 20:08:48.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"]}</arg>
<arg>weightNoteId</arg>
</arguments>
<assign>
<var>${weightNoteId}</var>
</assign>
<msg timestamp="20211202 20:08:48.846" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:48.846" endtime="20211202 20:08:48.846"></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="20211202 20:08:48.847" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:48.847" endtime="20211202 20:08:48.847"></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="20211202 20:08:48.847" endtime="20211202 20:08:48.848"></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="20211202 20:08:48.848" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:48.848" endtime="20211202 20:08:48.848"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.639" endtime="20211202 20:08:48.848"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.638" endtime="20211202 20:08:48.848"></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="20211202 20:08:48.850" 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="20211202 20:08:48.849" endtime="20211202 20:08:48.850"></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="20211202 20:08:49.003" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:49.003" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:49.003" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:48.850" endtime="20211202 20:08:49.003"></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="20211202 20:08:49.004" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:49.003" endtime="20211202 20:08:49.004"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.849" endtime="20211202 20:08:49.004"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:48.848" endtime="20211202 20:08:49.004"></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="20211202 20:08:49.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="20211202 20:08:49.005" endtime="20211202 20:08:49.006"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:49.199" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:49.199" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.021000,"surcharge":331.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:49.200" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:49.006" endtime="20211202 20:08:49.200"></status>
</kw>
<kw name="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="20211202 20:08:49.201" level="INFO">${netWeight} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:49.200" endtime="20211202 20:08:49.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>${reps.json()["data"]["orderItems"][0]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:49.201" level="INFO">${unitSurcharge} = 0.021</msg>
<status status="PASS" starttime="20211202 20:08:49.201" endtime="20211202 20:08:49.202"></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="20211202 20:08:49.202" level="INFO">${netWeight} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:49.202" endtime="20211202 20:08:49.202"></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="20211202 20:08:49.202" level="INFO">${unitSurcharge} = 0.021</msg>
<status status="PASS" starttime="20211202 20:08:49.202" endtime="20211202 20:08:49.203"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.005" endtime="20211202 20:08:49.203"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.005" endtime="20211202 20:08:49.203"></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="20211202 20:08:49.204" 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="20211202 20:08:49.203" endtime="20211202 20:08:49.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/parameter/get/parameter</arg>
<arg>params=pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:49.317" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
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="20211202 20:08:49.317" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"id":"46057","orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876380345372672","weightNoteId":"663876366621609984","orderCreateTime":"2021-12-02 20:08:44","bizName":"张山","bizId":"498985714587930624","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京R76859","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":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2021-12-02","refundSubsidy":null,"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="20211202 20:08:49.317" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:49.204" endtime="20211202 20:08:49.317"></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="20211202 20:08:49.318" level="INFO">${台账列表数据} = {'id': '46057', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876380345372672', 'weightNoteId': '663876366621609984', 'orderCreateTime': '2021-12-02 20:08...</msg>
<status status="PASS" starttime="20211202 20:08:49.318" endtime="20211202 20:08:49.318"></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="20211202 20:08:49.319" endtime="20211202 20:08:49.319"></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="20211202 20:08:49.319" endtime="20211202 20:08:49.320"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.203" endtime="20211202 20:08:49.320"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.203" endtime="20211202 20:08:49.320"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.898" endtime="20211202 20:08:49.320"></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="20211202 20:08:49.321" 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="20211202 20:08:49.321" endtime="20211202 20:08:49.322"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:49.385" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:49.385" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876380345372672","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":22163.450000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:49.385" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:49.322" endtime="20211202 20:08:49.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"]["records"][0]}</arg>
<arg>status</arg>
</arguments>
<assign>
<var>${audit_status}</var>
</assign>
<msg timestamp="20211202 20:08:49.386" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:49.385" endtime="20211202 20:08:49.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"]["records"][0]}</arg>
<arg>auditRequestId</arg>
</arguments>
<assign>
<var>${auditRequestId}</var>
</assign>
<msg timestamp="20211202 20:08:49.387" level="INFO">${auditRequestId} = 663876380345372672</msg>
<status status="PASS" starttime="20211202 20:08:49.386" endtime="20211202 20:08:49.387"></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="20211202 20:08:49.387" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:49.387" endtime="20211202 20:08:49.387"></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="20211202 20:08:49.388" level="INFO">${auditRequestId} = 663876380345372672</msg>
<status status="PASS" starttime="20211202 20:08:49.388" endtime="20211202 20:08:49.388"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.320" endtime="20211202 20:08:49.388"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.320" endtime="20211202 20:08:49.388"></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="20211202 20:08:49.389" 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="20211202 20:08:49.389" endtime="20211202 20:08:49.389"></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="20211202 20:08:49.598" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876380345372672/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876380345372672/663876366621609984
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="20211202 20:08:49.598" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876380345372672/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876380345372672","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876380433453056","driverName":null,"plateNumber":"京R76859","netWeight":15800.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:49.598" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:49.390" endtime="20211202 20:08:49.599"></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="20211202 20:08:49.599" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876380345372672', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876380433453056', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 15800.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:49.599" endtime="20211202 20:08:49.600"></status>
</kw>
<kw name="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="20211202 20:08:49.600" level="INFO">${auditRequestItemId} = 663876380433453056</msg>
<status status="PASS" starttime="20211202 20:08:49.600" endtime="20211202 20:08:49.600"></status>
</kw>
<kw name="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="20211202 20:08:49.601" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:49.600" endtime="20211202 20:08:49.601"></status>
</kw>
<kw name="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="20211202 20:08:49.601" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:49.601" endtime="20211202 20:08:49.601"></status>
</kw>
<kw name="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="20211202 20:08:49.602" level="INFO">${netWeight} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:49.601" endtime="20211202 20:08:49.602"></status>
</kw>
<kw name="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="20211202 20:08:49.603" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:49.602" endtime="20211202 20:08:49.603"></status>
</kw>
<kw name="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="20211202 20:08:49.603" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:49.603" endtime="20211202 20:08:49.603"></status>
</kw>
<kw name="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="20211202 20:08:49.604" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:49.603" endtime="20211202 20:08:49.604"></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="20211202 20:08:49.604" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:49.604" endtime="20211202 20:08:49.604"></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="20211202 20:08:49.605" level="INFO">${surcharge1} = 331.8</msg>
<status status="PASS" starttime="20211202 20:08:49.604" endtime="20211202 20:08:49.605"></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="20211202 20:08:49.605" level="INFO">${surcharge2} = 0.0</msg>
<status status="PASS" starttime="20211202 20:08:49.605" endtime="20211202 20:08:49.605"></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="20211202 20:08:49.606" level="INFO">${surcharge} = 331.8</msg>
<status status="PASS" starttime="20211202 20:08:49.605" endtime="20211202 20:08:49.606"></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="20211202 20:08:49.606" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:49.606" endtime="20211202 20:08:49.606"></status>
</kw>
<kw name="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="20211202 20:08:49.607" level="INFO">${auditRequestId} = 663876380345372672</msg>
<status status="PASS" starttime="20211202 20:08:49.606" endtime="20211202 20:08:49.607"></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="20211202 20:08:49.607" level="INFO">${auditRequestItemId} = 663876380433453056</msg>
<status status="PASS" starttime="20211202 20:08:49.607" endtime="20211202 20:08:49.608"></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="20211202 20:08:49.608" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:49.608" endtime="20211202 20:08:49.608"></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="20211202 20:08:49.608" level="INFO">${netWeight} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:49.608" endtime="20211202 20:08:49.608"></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="20211202 20:08:49.609" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:49.609" endtime="20211202 20:08:49.609"></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="20211202 20:08:49.609" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:49.609" endtime="20211202 20:08:49.609"></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="20211202 20:08:49.610" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:49.609" endtime="20211202 20:08:49.610"></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="20211202 20:08:49.610" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:49.610" endtime="20211202 20:08:49.610"></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="20211202 20:08:49.611" level="INFO">${surcharge} = 331.8</msg>
<status status="PASS" starttime="20211202 20:08:49.610" endtime="20211202 20:08:49.611"></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="20211202 20:08:49.611" level="INFO">${auditRequestId} = 663876380345372672</msg>
<status status="PASS" starttime="20211202 20:08:49.611" endtime="20211202 20:08:49.611"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.388" endtime="20211202 20:08:49.611"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.388" endtime="20211202 20:08:49.611"></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="20211202 20:08:49.613" 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="20211202 20:08:49.612" endtime="20211202 20:08:49.613"></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="20211202 20:08:49.613" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:49.613" endtime="20211202 20:08:49.613"></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="20211202 20:08:49.614" level="INFO">${data} = { "auditRequestId":"663876380345372672", "isPass":2, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:49.613" endtime="20211202 20:08:49.614"></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="20211202 20:08:49.759" 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":"663876380345372672", "isPass":2, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:49.759" 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': 'Thu, 02 Dec 2021 12:08: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":null}
</msg>
<msg timestamp="20211202 20:08:49.759" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:49.614" endtime="20211202 20:08:49.759"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.612" endtime="20211202 20:08:49.759"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.612" endtime="20211202 20:08:49.760"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.611" endtime="20211202 20:08:49.760"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:08:50.760" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:49.760" endtime="20211202 20:08:50.761"></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="20211202 20:08:50.763" 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="20211202 20:08:50.762" endtime="20211202 20:08:50.764"></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} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:50.988" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:50.988" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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.021,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.021000,"surcharge":331.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"江高仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2021-12-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:50.988" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:50.764" endtime="20211202 20:08:50.988"></status>
</kw>
<kw name="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="20211202 20:08:50.989" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:50.989" endtime="20211202 20:08:50.989"></status>
</kw>
<kw name="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="20211202 20:08:50.990" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:50.990" endtime="20211202 20:08:50.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>paperCategoryPrice</arg>
</arguments>
<assign>
<var>${paperCategoryPrice}</var>
</assign>
<msg timestamp="20211202 20:08:50.991" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:50.991" endtime="20211202 20:08:50.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"]["orderItems"][0]}</arg>
<arg>publicSubsidies</arg>
</arguments>
<assign>
<var>${publicSubsidies}</var>
</assign>
<msg timestamp="20211202 20:08:50.992" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:50.991" endtime="20211202 20:08:50.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>activitySettleType</arg>
</arguments>
<assign>
<var>${activitySettleType}</var>
</assign>
<msg timestamp="20211202 20:08:50.992" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:50.992" endtime="20211202 20:08:50.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>proxySellerSettleType</arg>
</arguments>
<assign>
<var>${proxySellerSettleType}</var>
</assign>
<msg timestamp="20211202 20:08:50.993" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:50.993" endtime="20211202 20:08:50.993"></status>
</kw>
<kw name="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="20211202 20:08:50.994" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:50.993" endtime="20211202 20:08:50.994"></status>
</kw>
<kw name="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="20211202 20:08:50.994" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:50.994" endtime="20211202 20:08:50.994"></status>
</kw>
<kw name="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="20211202 20:08:50.995" level="INFO">${unitSurcharge} = 0.021</msg>
<status status="PASS" starttime="20211202 20:08:50.994" endtime="20211202 20:08:50.995"></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="20211202 20:08:50.995" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:50.995" endtime="20211202 20:08:50.996"></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="20211202 20:08:50.996" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:50.996" endtime="20211202 20:08:50.996"></status>
</kw>
<kw name="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="20211202 20:08:50.997" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:50.996" endtime="20211202 20:08:50.997"></status>
</kw>
<kw name="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="20211202 20:08:50.997" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:50.997" endtime="20211202 20:08:50.997"></status>
</kw>
<kw name="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="20211202 20:08:50.998" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:50.997" endtime="20211202 20:08:50.998"></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="20211202 20:08:50.998" level="INFO">${unitSurcharge3} = 0.022000000000000002</msg>
<status status="PASS" starttime="20211202 20:08:50.998" endtime="20211202 20:08:50.999"></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="20211202 20:08:50.999" endtime="20211202 20:08:50.999"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:50.999" endtime="20211202 20:08:50.999"></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="20211202 20:08:51.000" endtime="20211202 20:08:51.000"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:50.999" endtime="20211202 20:08:51.000"></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="20211202 20:08:51.000" endtime="20211202 20:08:51.001"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.000" endtime="20211202 20:08:51.001"></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="20211202 20:08:51.001" endtime="20211202 20:08:51.001"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.001" endtime="20211202 20:08:51.001"></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="20211202 20:08:51.002" endtime="20211202 20:08:51.002"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.001" endtime="20211202 20:08:51.002"></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="20211202 20:08:51.002" endtime="20211202 20:08:51.003"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.002" endtime="20211202 20:08:51.003"></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="20211202 20:08:51.003" endtime="20211202 20:08:51.003"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.003" endtime="20211202 20:08:51.003"></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="20211202 20:08:51.003" endtime="20211202 20:08:51.004"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.003" endtime="20211202 20:08:51.004"></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="20211202 20:08:51.004" endtime="20211202 20:08:51.004"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.004" endtime="20211202 20:08:51.004"></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="20211202 20:08:51.005" endtime="20211202 20:08:51.005"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.004" endtime="20211202 20:08:51.005"></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="20211202 20:08:51.005" endtime="20211202 20:08:51.005"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.005" endtime="20211202 20:08:51.005"></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="20211202 20:08:51.006" endtime="20211202 20:08:51.006"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.006" endtime="20211202 20:08:51.006"></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="20211202 20:08:51.006" endtime="20211202 20:08:51.007"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.006" endtime="20211202 20:08:51.007"></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="20211202 20:08:51.007" endtime="20211202 20:08:51.007"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.007" endtime="20211202 20:08:51.007"></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="20211202 20:08:51.008" endtime="20211202 20:08:51.008"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.007" endtime="20211202 20:08:51.008"></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="20211202 20:08:51.008" endtime="20211202 20:08:51.008"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.008" endtime="20211202 20:08:51.008"></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="20211202 20:08:51.009" endtime="20211202 20:08:51.009"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.009" endtime="20211202 20:08:51.009"></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="20211202 20:08:51.009" endtime="20211202 20:08:51.010"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.009" endtime="20211202 20:08:51.010"></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="20211202 20:08:51.010" endtime="20211202 20:08:51.010"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.010" endtime="20211202 20:08:51.010"></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="20211202 20:08:51.010" endtime="20211202 20:08:51.011"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.010" endtime="20211202 20:08:51.011"></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="20211202 20:08:51.011" endtime="20211202 20:08:51.011"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.011" endtime="20211202 20:08:51.011"></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="20211202 20:08:51.011" endtime="20211202 20:08:51.012"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.011" endtime="20211202 20:08:51.012"></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="20211202 20:08:51.012" endtime="20211202 20:08:51.012"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.012" endtime="20211202 20:08:51.012"></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="20211202 20:08:51.013" endtime="20211202 20:08:51.013"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.012" endtime="20211202 20:08:51.013"></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="20211202 20:08:51.013" endtime="20211202 20:08:51.013"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.013" endtime="20211202 20:08:51.013"></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="20211202 20:08:51.014" endtime="20211202 20:08:51.014"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.013" endtime="20211202 20:08:51.014"></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="20211202 20:08:51.014" endtime="20211202 20:08:51.014"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.014" endtime="20211202 20:08:51.014"></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="20211202 20:08:51.015" endtime="20211202 20:08:51.015"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.015" endtime="20211202 20:08:51.015"></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="20211202 20:08:51.015" endtime="20211202 20:08:51.016"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.015" endtime="20211202 20:08:51.016"></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="20211202 20:08:51.016" endtime="20211202 20:08:51.016"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.016" endtime="20211202 20:08:51.016"></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="20211202 20:08:51.016" endtime="20211202 20:08:51.017"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.016" endtime="20211202 20:08:51.017"></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="20211202 20:08:51.017" endtime="20211202 20:08:51.017"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.017" endtime="20211202 20:08:51.017"></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="20211202 20:08:51.018" endtime="20211202 20:08:51.018"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.017" endtime="20211202 20:08:51.018"></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="20211202 20:08:51.018" endtime="20211202 20:08:51.019"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.018" endtime="20211202 20:08:51.019"></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="20211202 20:08:51.019" endtime="20211202 20:08:51.019"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.019" endtime="20211202 20:08:51.019"></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="20211202 20:08:51.019" endtime="20211202 20:08:51.020"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.019" endtime="20211202 20:08:51.020"></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="20211202 20:08:51.020" endtime="20211202 20:08:51.020"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.020" endtime="20211202 20:08:51.020"></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="20211202 20:08:51.020" endtime="20211202 20:08:51.021"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.020" endtime="20211202 20:08:51.021"></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="20211202 20:08:51.021" endtime="20211202 20:08:51.021"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.021" endtime="20211202 20:08:51.021"></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="20211202 20:08:51.022" endtime="20211202 20:08:51.022"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.021" endtime="20211202 20:08:51.022"></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="20211202 20:08:51.022" endtime="20211202 20:08:51.022"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.022" endtime="20211202 20:08:51.022"></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="20211202 20:08:51.023" endtime="20211202 20:08:51.023"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.022" endtime="20211202 20:08:51.023"></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="20211202 20:08:51.023" endtime="20211202 20:08:51.023"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.023" endtime="20211202 20:08:51.023"></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="20211202 20:08:51.024" endtime="20211202 20:08:51.024"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.024" endtime="20211202 20:08:51.024"></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="20211202 20:08:51.024" endtime="20211202 20:08:51.025"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.024" endtime="20211202 20:08:51.025"></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="20211202 20:08:51.025" endtime="20211202 20:08:51.025"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.025" endtime="20211202 20:08:51.025"></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="20211202 20:08:51.025" endtime="20211202 20:08:51.026"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.025" endtime="20211202 20:08:51.026"></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="20211202 20:08:51.026" endtime="20211202 20:08:51.026"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.026" endtime="20211202 20:08:51.026"></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="20211202 20:08:51.026" endtime="20211202 20:08:51.027"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.026" endtime="20211202 20:08:51.027"></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="20211202 20:08:51.027" endtime="20211202 20:08:51.027"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.027" endtime="20211202 20:08:51.027"></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="20211202 20:08:51.027" endtime="20211202 20:08:51.028"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.027" endtime="20211202 20:08:51.028"></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="20211202 20:08:51.028" endtime="20211202 20:08:51.029"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.028" endtime="20211202 20:08:51.029"></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="20211202 20:08:51.029" endtime="20211202 20:08:51.029"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.029" endtime="20211202 20:08:51.029"></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="20211202 20:08:51.029" endtime="20211202 20:08:51.030"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.029" endtime="20211202 20:08:51.030"></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="20211202 20:08:51.030" endtime="20211202 20:08:51.030"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.030" endtime="20211202 20:08:51.030"></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="20211202 20:08:51.030" endtime="20211202 20:08:51.031"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.030" endtime="20211202 20:08:51.031"></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="20211202 20:08:51.031" endtime="20211202 20:08:51.031"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.031" endtime="20211202 20:08:51.031"></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="20211202 20:08:51.032" endtime="20211202 20:08:51.032"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.031" endtime="20211202 20:08:51.032"></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="20211202 20:08:51.032" endtime="20211202 20:08:51.032"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.032" endtime="20211202 20:08:51.032"></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="20211202 20:08:51.033" endtime="20211202 20:08:51.033"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.033" endtime="20211202 20:08:51.033"></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="20211202 20:08:51.033" endtime="20211202 20:08:51.033"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.033" endtime="20211202 20:08:51.034"></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="20211202 20:08:51.034" endtime="20211202 20:08:51.034"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.034" endtime="20211202 20:08:51.034"></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="20211202 20:08:51.034" endtime="20211202 20:08:51.035"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.034" endtime="20211202 20:08:51.035"></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="20211202 20:08:51.035" endtime="20211202 20:08:51.035"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.035" endtime="20211202 20:08:51.035"></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="20211202 20:08:51.035" endtime="20211202 20:08:51.036"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.035" endtime="20211202 20:08:51.036"></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="20211202 20:08:51.036" endtime="20211202 20:08:51.036"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.036" endtime="20211202 20:08:51.036"></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="20211202 20:08:51.036" endtime="20211202 20:08:51.037"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.036" endtime="20211202 20:08:51.037"></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="20211202 20:08:51.037" endtime="20211202 20:08:51.037"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.037" endtime="20211202 20:08:51.037"></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="20211202 20:08:51.038" endtime="20211202 20:08:51.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.037" endtime="20211202 20:08:51.038"></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="20211202 20:08:51.038" endtime="20211202 20:08:51.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.038" endtime="20211202 20:08:51.038"></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="20211202 20:08:51.039" endtime="20211202 20:08:51.039"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.038" endtime="20211202 20:08:51.039"></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="20211202 20:08:51.039" endtime="20211202 20:08:51.040"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.039" endtime="20211202 20:08:51.040"></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="20211202 20:08:51.040" endtime="20211202 20:08:51.040"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.040" endtime="20211202 20:08:51.040"></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="20211202 20:08:51.041" endtime="20211202 20:08:51.041"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.040" endtime="20211202 20:08:51.041"></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="20211202 20:08:51.041" endtime="20211202 20:08:51.041"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.041" endtime="20211202 20:08:51.041"></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="20211202 20:08:51.042" endtime="20211202 20:08:51.042"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.042" endtime="20211202 20:08:51.042"></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="20211202 20:08:51.042" endtime="20211202 20:08:51.043"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.042" endtime="20211202 20:08:51.043"></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="20211202 20:08:51.043" endtime="20211202 20:08:51.043"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.043" endtime="20211202 20:08:51.043"></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="20211202 20:08:51.043" endtime="20211202 20:08:51.044"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.043" endtime="20211202 20:08:51.044"></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="20211202 20:08:51.044" endtime="20211202 20:08:51.044"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.044" endtime="20211202 20:08:51.044"></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="20211202 20:08:51.044" endtime="20211202 20:08:51.045"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.044" endtime="20211202 20:08:51.045"></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="20211202 20:08:51.045" endtime="20211202 20:08:51.045"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.045" endtime="20211202 20:08:51.045"></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="20211202 20:08:51.046" endtime="20211202 20:08:51.046"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.045" endtime="20211202 20:08:51.046"></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="20211202 20:08:51.046" endtime="20211202 20:08:51.046"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.046" endtime="20211202 20:08:51.046"></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="20211202 20:08:51.047" endtime="20211202 20:08:51.047"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.047" endtime="20211202 20:08:51.047"></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="20211202 20:08:51.047" endtime="20211202 20:08:51.048"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.047" endtime="20211202 20:08:51.048"></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="20211202 20:08:51.048" endtime="20211202 20:08:51.048"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.048" endtime="20211202 20:08:51.048"></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="20211202 20:08:51.048" endtime="20211202 20:08:51.049"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.048" endtime="20211202 20:08:51.049"></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="20211202 20:08:51.049" endtime="20211202 20:08:51.049"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.049" endtime="20211202 20:08:51.049"></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="20211202 20:08:51.049" endtime="20211202 20:08:51.050"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.049" endtime="20211202 20:08:51.050"></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="20211202 20:08:51.050" endtime="20211202 20:08:51.050"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.050" endtime="20211202 20:08:51.050"></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="20211202 20:08:51.051" endtime="20211202 20:08:51.051"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.050" endtime="20211202 20:08:51.051"></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="20211202 20:08:51.051" endtime="20211202 20:08:51.052"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.051" endtime="20211202 20:08:51.052"></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="20211202 20:08:51.052" endtime="20211202 20:08:51.052"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.052" endtime="20211202 20:08:51.052"></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="20211202 20:08:51.052" endtime="20211202 20:08:51.053"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.052" endtime="20211202 20:08:51.053"></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="20211202 20:08:51.053" endtime="20211202 20:08:51.053"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.053" endtime="20211202 20:08:51.053"></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="20211202 20:08:51.054" endtime="20211202 20:08:51.054"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.053" endtime="20211202 20:08:51.054"></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="20211202 20:08:51.054" endtime="20211202 20:08:51.054"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.054" endtime="20211202 20:08:51.054"></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="20211202 20:08:51.055" endtime="20211202 20:08:51.055"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.054" endtime="20211202 20:08:51.055"></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="20211202 20:08:51.055" endtime="20211202 20:08:51.055"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.055" endtime="20211202 20:08:51.056"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:50.999" endtime="20211202 20:08:51.056"></status>
</kw>
<kw name="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="20211202 20:08:51.056" level="INFO">${netWeight} = 15800.0</msg>
<status status="PASS" starttime="20211202 20:08:51.056" endtime="20211202 20:08:51.056"></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="20211202 20:08:51.057" level="INFO">${netWeight3} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:51.056" endtime="20211202 20:08:51.057"></status>
</kw>
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
<status status="PASS" starttime="20211202 20:08:51.057" endtime="20211202 20:08:51.057"></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="20211202 20:08:51.057" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:51.057" endtime="20211202 20:08:51.057"></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="20211202 20:08:51.058" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:51.058" endtime="20211202 20:08:51.058"></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="20211202 20:08:51.058" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:51.058" endtime="20211202 20:08:51.058"></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="20211202 20:08:51.059" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:51.058" endtime="20211202 20:08:51.059"></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="20211202 20:08:51.059" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:51.059" endtime="20211202 20:08:51.059"></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="20211202 20:08:51.060" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:51.059" endtime="20211202 20:08:51.060"></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="20211202 20:08:51.060" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:51.060" endtime="20211202 20:08:51.060"></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="20211202 20:08:51.061" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:51.060" endtime="20211202 20:08:51.061"></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="20211202 20:08:51.061" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:51.061" endtime="20211202 20:08:51.061"></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="20211202 20:08:51.061" level="INFO">${unitSurcharge3} = 0.022000000000000002</msg>
<status status="PASS" starttime="20211202 20:08:51.061" endtime="20211202 20:08:51.062"></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="20211202 20:08:51.062" level="INFO">${netWeight3} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:51.062" endtime="20211202 20:08:51.062"></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="20211202 20:08:51.062" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:51.062" endtime="20211202 20:08:51.062"></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="20211202 20:08:51.063" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:51.063" endtime="20211202 20:08:51.063"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:50.762" endtime="20211202 20:08:51.063"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:50.761" endtime="20211202 20:08:51.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>'${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="20211202 20:08:51.064" 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="20211202 20:08:51.064" endtime="20211202 20:08:51.064"></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="20211202 20:08:51.065" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:51.065" endtime="20211202 20:08:51.065"></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="20211202 20:08:51.067" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16100.0", "settleWeight":null, "unitSurcharge":0.022000000000000002, "transactionMainEnterpriseId":"15", "tra...</msg>
<status status="PASS" starttime="20211202 20:08:51.065" endtime="20211202 20:08:51.067"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:51.067" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }</msg>
<status status="PASS" starttime="20211202 20:08:51.067" endtime="20211202 20:08:51.067"></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="20211202 20:08:51.278" 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': '1043'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }'
</msg>
<msg timestamp="20211202 20:08:51.279" 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': 'Thu, 02 Dec 2021 12:08:51 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":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:08:51.279" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.067" endtime="20211202 20:08:51.279"></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="20211202 20:08:51.280" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': None}}</msg>
<status status="PASS" starttime="20211202 20:08:51.279" endtime="20211202 20:08:51.280"></status>
</kw>
<kw name="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="20211202 20:08:51.281" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:51.280" endtime="20211202 20:08:51.281"></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="20211202 20:08:51.281" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:51.281" endtime="20211202 20:08:51.281"></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="20211202 20:08:51.281" endtime="20211202 20:08:51.282"></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="20211202 20:08:51.282" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:51.282" endtime="20211202 20:08:51.282"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.064" endtime="20211202 20:08:51.282"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.063" endtime="20211202 20:08:51.282"></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="20211202 20:08:51.283" 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="20211202 20:08:51.283" endtime="20211202 20:08:51.284"></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="20211202 20:08:51.430" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:51.430" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08:51 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="20211202 20:08:51.430" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.284" endtime="20211202 20:08:51.430"></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="20211202 20:08:51.431" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:51.431" endtime="20211202 20:08:51.431"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.283" endtime="20211202 20:08:51.431"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.282" endtime="20211202 20:08:51.432"></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="20211202 20:08:51.433" 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="20211202 20:08:51.432" endtime="20211202 20:08:51.433"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:51.640" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:51.640" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08:51 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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.022000,"surcharge":354.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:51.640" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.433" endtime="20211202 20:08:51.640"></status>
</kw>
<kw name="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="20211202 20:08:51.641" level="INFO">${netWeight} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:51.641" endtime="20211202 20:08:51.641"></status>
</kw>
<kw name="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="20211202 20:08:51.642" level="INFO">${unitSurcharge} = 0.022</msg>
<status status="PASS" starttime="20211202 20:08:51.641" endtime="20211202 20:08:51.642"></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="20211202 20:08:51.642" level="INFO">${netWeight} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:51.642" endtime="20211202 20:08:51.643"></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="20211202 20:08:51.643" level="INFO">${unitSurcharge} = 0.022</msg>
<status status="PASS" starttime="20211202 20:08:51.643" endtime="20211202 20:08:51.643"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.432" endtime="20211202 20:08:51.643"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.432" endtime="20211202 20:08:51.643"></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="20211202 20:08:51.644" 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="20211202 20:08:51.644" endtime="20211202 20:08:51.645"></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&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:51.776" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
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="20211202 20:08:51.776" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08:51 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":"46057","orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876390541725696","weightNoteId":"663876366621609984","orderCreateTime":"2021-12-02 20:08:44","bizName":"张山","bizId":"498985714587930624","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京R76859","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":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2021-12-02","refundSubsidy":null,"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="20211202 20:08:51.777" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.645" endtime="20211202 20:08:51.777"></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="20211202 20:08:51.778" level="INFO">${台账列表数据} = {'id': '46057', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876390541725696', 'weightNoteId': '663876366621609984', 'orderCreateTime': '2021-12-02 20:08...</msg>
<status status="PASS" starttime="20211202 20:08:51.777" endtime="20211202 20:08:51.778"></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="20211202 20:08:51.778" endtime="20211202 20:08:51.778"></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="20211202 20:08:51.779" endtime="20211202 20:08:51.779"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.644" endtime="20211202 20:08:51.779"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.643" endtime="20211202 20:08:51.779"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:49.320" endtime="20211202 20:08:51.779"></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="20211202 20:08:51.780" 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="20211202 20:08:51.780" endtime="20211202 20:08:51.781"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:51.856" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:51.856" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08:51 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":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876390541725696","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":22568.180000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:51.856" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.781" endtime="20211202 20:08:51.857"></status>
</kw>
<kw name="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="20211202 20:08:51.857" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:51.857" endtime="20211202 20:08:51.857"></status>
</kw>
<kw name="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="20211202 20:08:51.858" level="INFO">${auditRequestId} = 663876390541725696</msg>
<status status="PASS" starttime="20211202 20:08:51.858" endtime="20211202 20:08:51.858"></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="20211202 20:08:51.859" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:51.858" endtime="20211202 20:08:51.859"></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="20211202 20:08:51.859" level="INFO">${auditRequestId} = 663876390541725696</msg>
<status status="PASS" starttime="20211202 20:08:51.859" endtime="20211202 20:08:51.859"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.780" endtime="20211202 20:08:51.859"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.780" endtime="20211202 20:08:51.859"></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="20211202 20:08:51.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="20211202 20:08:51.860" endtime="20211202 20:08:51.861"></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="20211202 20:08:52.097" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876390541725696/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876390541725696/663876366621609984
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="20211202 20:08:52.097" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876390541725696/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876390541725696","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876390625611776","driverName":null,"plateNumber":"京R76859","netWeight":16100.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:52.097" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:51.861" endtime="20211202 20:08:52.097"></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="20211202 20:08:52.098" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876390541725696', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876390625611776', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 16100.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:52.098" endtime="20211202 20:08:52.099"></status>
</kw>
<kw name="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="20211202 20:08:52.099" level="INFO">${auditRequestItemId} = 663876390625611776</msg>
<status status="PASS" starttime="20211202 20:08:52.099" endtime="20211202 20:08:52.099"></status>
</kw>
<kw name="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="20211202 20:08:52.100" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:52.099" endtime="20211202 20:08:52.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"]}</arg>
<arg>paperCategoryId</arg>
</arguments>
<assign>
<var>${paperCategoryId}</var>
</assign>
<msg timestamp="20211202 20:08:52.101" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:52.100" endtime="20211202 20:08:52.101"></status>
</kw>
<kw name="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="20211202 20:08:52.101" level="INFO">${netWeight} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:52.101" endtime="20211202 20:08:52.101"></status>
</kw>
<kw name="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="20211202 20:08:52.102" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:52.102" endtime="20211202 20:08:52.102"></status>
</kw>
<kw name="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="20211202 20:08:52.103" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:52.102" endtime="20211202 20:08:52.103"></status>
</kw>
<kw name="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="20211202 20:08:52.103" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:52.103" endtime="20211202 20:08:52.103"></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="20211202 20:08:52.104" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:52.104" endtime="20211202 20:08:52.104"></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="20211202 20:08:52.105" level="INFO">${surcharge1} = 354.2</msg>
<status status="PASS" starttime="20211202 20:08:52.104" endtime="20211202 20:08:52.105"></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="20211202 20:08:52.105" level="INFO">${surcharge2} = 0.0</msg>
<status status="PASS" starttime="20211202 20:08:52.105" endtime="20211202 20:08:52.105"></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="20211202 20:08:52.106" level="INFO">${surcharge} = 354.2</msg>
<status status="PASS" starttime="20211202 20:08:52.105" endtime="20211202 20:08:52.106"></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="20211202 20:08:52.106" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:52.106" endtime="20211202 20:08:52.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"]}</arg>
<arg>auditRequestId</arg>
</arguments>
<assign>
<var>${auditRequestId}</var>
</assign>
<msg timestamp="20211202 20:08:52.107" level="INFO">${auditRequestId} = 663876390541725696</msg>
<status status="PASS" starttime="20211202 20:08:52.106" endtime="20211202 20:08:52.107"></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="20211202 20:08:52.107" level="INFO">${auditRequestItemId} = 663876390625611776</msg>
<status status="PASS" starttime="20211202 20:08:52.107" endtime="20211202 20:08:52.108"></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="20211202 20:08:52.108" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:52.108" endtime="20211202 20:08:52.108"></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="20211202 20:08:52.109" level="INFO">${netWeight} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:52.108" endtime="20211202 20:08:52.109"></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="20211202 20:08:52.109" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:52.109" endtime="20211202 20:08:52.109"></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="20211202 20:08:52.110" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:52.110" endtime="20211202 20:08:52.110"></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="20211202 20:08:52.111" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:52.110" endtime="20211202 20:08:52.111"></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="20211202 20:08:52.112" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:52.111" endtime="20211202 20:08:52.112"></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="20211202 20:08:52.112" level="INFO">${surcharge} = 354.2</msg>
<status status="PASS" starttime="20211202 20:08:52.112" endtime="20211202 20:08:52.112"></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="20211202 20:08:52.113" level="INFO">${auditRequestId} = 663876390541725696</msg>
<status status="PASS" starttime="20211202 20:08:52.113" endtime="20211202 20:08:52.113"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.860" endtime="20211202 20:08:52.113"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.860" endtime="20211202 20:08:52.113"></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="20211202 20:08:52.115" 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="20211202 20:08:52.115" endtime="20211202 20:08:52.115"></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="20211202 20:08:52.116" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:52.116" endtime="20211202 20:08:52.116"></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="20211202 20:08:52.116" level="INFO">${data} = { "auditRequestId":"663876390541725696", "isPass":2, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:52.116" endtime="20211202 20:08:52.116"></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="20211202 20:08:52.268" 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":"663876390541725696", "isPass":2, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:52.268" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:52.268" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:52.117" endtime="20211202 20:08:52.268"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:52.114" endtime="20211202 20:08:52.268"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:52.114" endtime="20211202 20:08:52.268"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:52.114" endtime="20211202 20:08:52.268"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:08:53.269" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:52.269" endtime="20211202 20:08:53.269"></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="20211202 20:08:53.271" 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="20211202 20:08:53.271" endtime="20211202 20:08:53.271"></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} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:53.481" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:53.482" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.022000,"surcharge":354.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"江高仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2021-12-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:53.482" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:53.272" endtime="20211202 20:08:53.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"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:53.483" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:53.482" endtime="20211202 20:08:53.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"]}</arg>
<arg>paperMillId</arg>
</arguments>
<assign>
<var>${paperMillId}</var>
</assign>
<msg timestamp="20211202 20:08:53.484" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:53.483" endtime="20211202 20:08:53.484"></status>
</kw>
<kw name="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="20211202 20:08:53.484" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:53.484" endtime="20211202 20:08:53.484"></status>
</kw>
<kw name="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="20211202 20:08:53.485" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:53.485" endtime="20211202 20:08:53.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"]}</arg>
<arg>activitySettleType</arg>
</arguments>
<assign>
<var>${activitySettleType}</var>
</assign>
<msg timestamp="20211202 20:08:53.486" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:53.485" endtime="20211202 20:08:53.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>proxySellerSettleType</arg>
</arguments>
<assign>
<var>${proxySellerSettleType}</var>
</assign>
<msg timestamp="20211202 20:08:53.486" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:53.486" endtime="20211202 20:08:53.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>transactionMainEnterpriseId</arg>
</arguments>
<assign>
<var>${交易主体id}</var>
</assign>
<msg timestamp="20211202 20:08:53.487" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:53.487" endtime="20211202 20:08:53.487"></status>
</kw>
<kw name="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="20211202 20:08:53.488" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:53.487" endtime="20211202 20:08:53.488"></status>
</kw>
<kw name="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="20211202 20:08:53.488" level="INFO">${unitSurcharge} = 0.022</msg>
<status status="PASS" starttime="20211202 20:08:53.488" endtime="20211202 20:08:53.488"></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="20211202 20:08:53.489" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:53.488" endtime="20211202 20:08:53.489"></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="20211202 20:08:53.490" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:53.489" endtime="20211202 20:08:53.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"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:53.490" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:53.490" endtime="20211202 20:08:53.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"]["orderItems"][0]["weightnoteInfo"]}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${磅单id}</var>
</assign>
<msg timestamp="20211202 20:08:53.491" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:53.490" endtime="20211202 20:08:53.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"]}</arg>
<arg>status</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<msg timestamp="20211202 20:08:53.492" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:53.491" endtime="20211202 20:08:53.492"></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="20211202 20:08:53.492" level="INFO">${unitSurcharge3} = 0.023</msg>
<status status="PASS" starttime="20211202 20:08:53.492" endtime="20211202 20:08:53.492"></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="20211202 20:08:53.493" endtime="20211202 20:08:53.493"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.493" endtime="20211202 20:08:53.493"></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="20211202 20:08:53.493" endtime="20211202 20:08:53.494"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.493" endtime="20211202 20:08:53.494"></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="20211202 20:08:53.495" endtime="20211202 20:08:53.495"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.494" endtime="20211202 20:08:53.495"></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="20211202 20:08:53.495" endtime="20211202 20:08:53.496"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.495" endtime="20211202 20:08:53.496"></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="20211202 20:08:53.496" endtime="20211202 20:08:53.497"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.496" endtime="20211202 20:08:53.497"></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="20211202 20:08:53.497" endtime="20211202 20:08:53.497"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.497" endtime="20211202 20:08:53.497"></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="20211202 20:08:53.498" endtime="20211202 20:08:53.498"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.497" endtime="20211202 20:08:53.498"></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="20211202 20:08:53.498" endtime="20211202 20:08:53.499"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.498" endtime="20211202 20:08:53.499"></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="20211202 20:08:53.499" endtime="20211202 20:08:53.499"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.499" endtime="20211202 20:08:53.500"></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="20211202 20:08:53.500" endtime="20211202 20:08:53.500"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.500" endtime="20211202 20:08:53.500"></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="20211202 20:08:53.501" endtime="20211202 20:08:53.501"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.501" endtime="20211202 20:08:53.501"></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="20211202 20:08:53.501" endtime="20211202 20:08:53.502"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.501" endtime="20211202 20:08:53.502"></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="20211202 20:08:53.502" endtime="20211202 20:08:53.502"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.502" endtime="20211202 20:08:53.502"></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="20211202 20:08:53.503" endtime="20211202 20:08:53.503"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.502" endtime="20211202 20:08:53.503"></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="20211202 20:08:53.503" endtime="20211202 20:08:53.504"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.503" endtime="20211202 20:08:53.504"></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="20211202 20:08:53.504" endtime="20211202 20:08:53.504"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.504" endtime="20211202 20:08:53.504"></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="20211202 20:08:53.505" endtime="20211202 20:08:53.505"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.504" endtime="20211202 20:08:53.505"></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="20211202 20:08:53.505" endtime="20211202 20:08:53.506"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.505" endtime="20211202 20:08:53.506"></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="20211202 20:08:53.506" endtime="20211202 20:08:53.506"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.506" endtime="20211202 20:08:53.506"></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="20211202 20:08:53.506" endtime="20211202 20:08:53.507"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.506" endtime="20211202 20:08:53.507"></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="20211202 20:08:53.507" endtime="20211202 20:08:53.508"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.507" endtime="20211202 20:08:53.508"></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="20211202 20:08:53.508" endtime="20211202 20:08:53.508"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.508" endtime="20211202 20:08:53.508"></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="20211202 20:08:53.509" endtime="20211202 20:08:53.509"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.509" endtime="20211202 20:08:53.509"></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="20211202 20:08:53.509" endtime="20211202 20:08:53.510"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.509" endtime="20211202 20:08:53.510"></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="20211202 20:08:53.510" endtime="20211202 20:08:53.510"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.510" endtime="20211202 20:08:53.510"></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="20211202 20:08:53.511" endtime="20211202 20:08:53.511"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.510" endtime="20211202 20:08:53.511"></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="20211202 20:08:53.511" endtime="20211202 20:08:53.512"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.511" endtime="20211202 20:08:53.512"></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="20211202 20:08:53.512" endtime="20211202 20:08:53.512"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.512" endtime="20211202 20:08:53.512"></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="20211202 20:08:53.512" endtime="20211202 20:08:53.513"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.512" endtime="20211202 20:08:53.513"></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="20211202 20:08:53.513" endtime="20211202 20:08:53.513"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.513" endtime="20211202 20:08:53.513"></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="20211202 20:08:53.514" endtime="20211202 20:08:53.514"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.513" endtime="20211202 20:08:53.514"></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="20211202 20:08:53.514" endtime="20211202 20:08:53.515"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.514" endtime="20211202 20:08:53.515"></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="20211202 20:08:53.515" endtime="20211202 20:08:53.515"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.515" endtime="20211202 20:08:53.515"></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="20211202 20:08:53.515" endtime="20211202 20:08:53.516"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.515" endtime="20211202 20:08:53.516"></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="20211202 20:08:53.516" endtime="20211202 20:08:53.516"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.516" endtime="20211202 20:08:53.516"></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="20211202 20:08:53.517" endtime="20211202 20:08:53.517"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.516" endtime="20211202 20:08:53.517"></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="20211202 20:08:53.517" endtime="20211202 20:08:53.518"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.517" endtime="20211202 20:08:53.518"></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="20211202 20:08:53.518" endtime="20211202 20:08:53.518"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.518" endtime="20211202 20:08:53.518"></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="20211202 20:08:53.518" endtime="20211202 20:08:53.519"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.518" endtime="20211202 20:08:53.519"></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="20211202 20:08:53.519" endtime="20211202 20:08:53.520"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.519" endtime="20211202 20:08:53.520"></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="20211202 20:08:53.520" endtime="20211202 20:08:53.520"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.520" endtime="20211202 20:08:53.520"></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="20211202 20:08:53.520" endtime="20211202 20:08:53.521"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.520" endtime="20211202 20:08:53.521"></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="20211202 20:08:53.521" endtime="20211202 20:08:53.522"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.521" endtime="20211202 20:08:53.522"></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="20211202 20:08:53.522" endtime="20211202 20:08:53.522"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.522" endtime="20211202 20:08:53.522"></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="20211202 20:08:53.522" endtime="20211202 20:08:53.523"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.522" endtime="20211202 20:08:53.523"></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="20211202 20:08:53.523" endtime="20211202 20:08:53.523"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.523" endtime="20211202 20:08:53.523"></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="20211202 20:08:53.524" endtime="20211202 20:08:53.524"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.524" endtime="20211202 20:08:53.524"></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="20211202 20:08:53.524" endtime="20211202 20:08:53.525"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.524" endtime="20211202 20:08:53.525"></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="20211202 20:08:53.525" endtime="20211202 20:08:53.525"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.525" endtime="20211202 20:08:53.525"></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="20211202 20:08:53.526" endtime="20211202 20:08:53.526"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.525" endtime="20211202 20:08:53.526"></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="20211202 20:08:53.526" endtime="20211202 20:08:53.527"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.526" endtime="20211202 20:08:53.527"></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="20211202 20:08:53.527" endtime="20211202 20:08:53.527"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.527" endtime="20211202 20:08:53.527"></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="20211202 20:08:53.527" endtime="20211202 20:08:53.528"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.527" endtime="20211202 20:08:53.528"></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="20211202 20:08:53.528" endtime="20211202 20:08:53.528"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.528" endtime="20211202 20:08:53.528"></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="20211202 20:08:53.529" endtime="20211202 20:08:53.529"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.528" endtime="20211202 20:08:53.529"></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="20211202 20:08:53.529" endtime="20211202 20:08:53.530"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.529" endtime="20211202 20:08:53.530"></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="20211202 20:08:53.530" endtime="20211202 20:08:53.530"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.530" endtime="20211202 20:08:53.530"></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="20211202 20:08:53.531" endtime="20211202 20:08:53.531"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.530" endtime="20211202 20:08:53.531"></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="20211202 20:08:53.531" endtime="20211202 20:08:53.531"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.531" endtime="20211202 20:08:53.532"></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="20211202 20:08:53.532" endtime="20211202 20:08:53.532"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.532" endtime="20211202 20:08:53.532"></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="20211202 20:08:53.532" endtime="20211202 20:08:53.533"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.532" endtime="20211202 20:08:53.533"></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="20211202 20:08:53.533" endtime="20211202 20:08:53.534"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.533" endtime="20211202 20:08:53.534"></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="20211202 20:08:53.534" endtime="20211202 20:08:53.534"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.534" endtime="20211202 20:08:53.534"></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="20211202 20:08:53.534" endtime="20211202 20:08:53.535"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.534" endtime="20211202 20:08:53.535"></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="20211202 20:08:53.535" endtime="20211202 20:08:53.535"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.535" endtime="20211202 20:08:53.535"></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="20211202 20:08:53.536" endtime="20211202 20:08:53.536"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.535" endtime="20211202 20:08:53.536"></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="20211202 20:08:53.536" endtime="20211202 20:08:53.537"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.536" endtime="20211202 20:08:53.537"></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="20211202 20:08:53.537" endtime="20211202 20:08:53.537"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.537" endtime="20211202 20:08:53.537"></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="20211202 20:08:53.537" endtime="20211202 20:08:53.538"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.537" endtime="20211202 20:08:53.538"></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="20211202 20:08:53.538" endtime="20211202 20:08:53.538"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.538" endtime="20211202 20:08:53.538"></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="20211202 20:08:53.539" endtime="20211202 20:08:53.539"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.538" endtime="20211202 20:08:53.539"></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="20211202 20:08:53.539" endtime="20211202 20:08:53.540"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.539" endtime="20211202 20:08:53.540"></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="20211202 20:08:53.540" endtime="20211202 20:08:53.540"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.540" endtime="20211202 20:08:53.540"></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="20211202 20:08:53.541" endtime="20211202 20:08:53.541"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.540" endtime="20211202 20:08:53.541"></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="20211202 20:08:53.541" endtime="20211202 20:08:53.542"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.541" endtime="20211202 20:08:53.542"></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="20211202 20:08:53.542" endtime="20211202 20:08:53.542"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.542" endtime="20211202 20:08:53.542"></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="20211202 20:08:53.542" endtime="20211202 20:08:53.543"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.542" endtime="20211202 20:08:53.543"></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="20211202 20:08:53.543" endtime="20211202 20:08:53.544"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.543" endtime="20211202 20:08:53.544"></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="20211202 20:08:53.544" endtime="20211202 20:08:53.544"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.544" endtime="20211202 20:08:53.544"></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="20211202 20:08:53.544" endtime="20211202 20:08:53.545"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.544" endtime="20211202 20:08:53.545"></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="20211202 20:08:53.545" endtime="20211202 20:08:53.545"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.545" endtime="20211202 20:08:53.545"></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="20211202 20:08:53.546" endtime="20211202 20:08:53.546"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.545" endtime="20211202 20:08:53.546"></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="20211202 20:08:53.547" endtime="20211202 20:08:53.547"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.546" endtime="20211202 20:08:53.547"></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="20211202 20:08:53.547" endtime="20211202 20:08:53.547"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.547" endtime="20211202 20:08:53.548"></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="20211202 20:08:53.548" endtime="20211202 20:08:53.548"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.548" endtime="20211202 20:08:53.548"></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="20211202 20:08:53.548" endtime="20211202 20:08:53.549"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.548" endtime="20211202 20:08:53.549"></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="20211202 20:08:53.549" endtime="20211202 20:08:53.549"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.549" endtime="20211202 20:08:53.549"></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="20211202 20:08:53.550" endtime="20211202 20:08:53.550"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.550" endtime="20211202 20:08:53.550"></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="20211202 20:08:53.550" endtime="20211202 20:08:53.551"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.550" endtime="20211202 20:08:53.551"></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="20211202 20:08:53.551" endtime="20211202 20:08:53.551"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.551" endtime="20211202 20:08:53.551"></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="20211202 20:08:53.551" endtime="20211202 20:08:53.552"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.551" endtime="20211202 20:08:53.552"></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="20211202 20:08:53.552" endtime="20211202 20:08:53.553"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.552" endtime="20211202 20:08:53.553"></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="20211202 20:08:53.553" endtime="20211202 20:08:53.553"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.553" endtime="20211202 20:08:53.553"></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="20211202 20:08:53.553" endtime="20211202 20:08:53.554"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.553" endtime="20211202 20:08:53.554"></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="20211202 20:08:53.554" endtime="20211202 20:08:53.554"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.554" endtime="20211202 20:08:53.554"></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="20211202 20:08:53.555" endtime="20211202 20:08:53.555"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.555" endtime="20211202 20:08:53.555"></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="20211202 20:08:53.555" endtime="20211202 20:08:53.556"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.555" endtime="20211202 20:08:53.556"></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="20211202 20:08:53.556" endtime="20211202 20:08:53.556"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.556" endtime="20211202 20:08:53.556"></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="20211202 20:08:53.556" endtime="20211202 20:08:53.557"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.556" endtime="20211202 20:08:53.557"></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="20211202 20:08:53.557" endtime="20211202 20:08:53.558"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.557" endtime="20211202 20:08:53.558"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.492" endtime="20211202 20:08:53.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"]["orderItems"][0]["weightnoteInfo"]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:53.558" level="INFO">${netWeight} = 16100.0</msg>
<status status="PASS" starttime="20211202 20:08:53.558" endtime="20211202 20:08:53.558"></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="20211202 20:08:53.559" level="INFO">${netWeight3} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:53.559" endtime="20211202 20:08:53.559"></status>
</kw>
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
<status status="PASS" starttime="20211202 20:08:53.559" endtime="20211202 20:08:53.559"></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="20211202 20:08:53.560" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:53.559" endtime="20211202 20:08:53.560"></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="20211202 20:08:53.560" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:53.560" endtime="20211202 20:08:53.560"></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="20211202 20:08:53.561" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:53.561" endtime="20211202 20:08:53.561"></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="20211202 20:08:53.562" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:53.561" endtime="20211202 20:08:53.562"></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="20211202 20:08:53.562" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:53.562" endtime="20211202 20:08:53.562"></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="20211202 20:08:53.563" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:53.562" endtime="20211202 20:08:53.563"></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="20211202 20:08:53.563" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:53.563" endtime="20211202 20:08:53.563"></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="20211202 20:08:53.564" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:53.564" endtime="20211202 20:08:53.564"></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="20211202 20:08:53.564" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:53.564" endtime="20211202 20:08:53.564"></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="20211202 20:08:53.565" level="INFO">${unitSurcharge3} = 0.023</msg>
<status status="PASS" starttime="20211202 20:08:53.565" endtime="20211202 20:08:53.565"></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="20211202 20:08:53.565" level="INFO">${netWeight3} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:53.565" endtime="20211202 20:08:53.565"></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="20211202 20:08:53.566" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:53.565" endtime="20211202 20:08:53.566"></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="20211202 20:08:53.566" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:53.566" endtime="20211202 20:08:53.566"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.270" endtime="20211202 20:08:53.566"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.270" endtime="20211202 20:08:53.567"></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="20211202 20:08:53.568" 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="20211202 20:08:53.567" endtime="20211202 20:08:53.568"></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="20211202 20:08:53.569" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:53.568" endtime="20211202 20:08:53.569"></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="20211202 20:08:53.570" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16400.0", "settleWeight":null, "unitSurcharge":0.023, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
<status status="PASS" starttime="20211202 20:08:53.569" endtime="20211202 20:08:53.571"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:53.571" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }</msg>
<status status="PASS" starttime="20211202 20:08:53.571" endtime="20211202 20:08:53.571"></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="20211202 20:08:53.763" 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': '1028'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }'
</msg>
<msg timestamp="20211202 20:08:53.763" 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': 'Thu, 02 Dec 2021 12:08: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":{"weightNoteId":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:08:53.764" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:53.571" endtime="20211202 20:08:53.764"></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="20211202 20:08:53.764" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': None}}</msg>
<status status="PASS" starttime="20211202 20:08:53.764" endtime="20211202 20:08:53.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"]}</arg>
<arg>weightNoteId</arg>
</arguments>
<assign>
<var>${weightNoteId}</var>
</assign>
<msg timestamp="20211202 20:08:53.765" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:53.765" endtime="20211202 20:08:53.765"></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="20211202 20:08:53.766" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:53.765" endtime="20211202 20:08:53.766"></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="20211202 20:08:53.766" endtime="20211202 20:08:53.766"></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="20211202 20:08:53.767" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:53.766" endtime="20211202 20:08:53.767"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.567" endtime="20211202 20:08:53.767"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.567" endtime="20211202 20:08:53.767"></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="20211202 20:08:53.768" 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="20211202 20:08:53.768" endtime="20211202 20:08:53.768"></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="20211202 20:08:53.910" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:53.911" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:53.911" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:53.768" endtime="20211202 20:08:53.911"></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="20211202 20:08:53.912" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:53.911" endtime="20211202 20:08:53.912"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.767" endtime="20211202 20:08:53.912"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.767" endtime="20211202 20:08:53.912"></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="20211202 20:08:53.913" 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="20211202 20:08:53.913" endtime="20211202 20:08:53.914"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:54.108" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:54.108" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.023000,"surcharge":377.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:54.108" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:53.914" endtime="20211202 20:08:54.108"></status>
</kw>
<kw name="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="20211202 20:08:54.109" level="INFO">${netWeight} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:54.108" endtime="20211202 20:08:54.109"></status>
</kw>
<kw name="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="20211202 20:08:54.110" level="INFO">${unitSurcharge} = 0.023</msg>
<status status="PASS" starttime="20211202 20:08:54.109" endtime="20211202 20:08:54.110"></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="20211202 20:08:54.110" level="INFO">${netWeight} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:54.110" endtime="20211202 20:08:54.110"></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="20211202 20:08:54.111" level="INFO">${unitSurcharge} = 0.023</msg>
<status status="PASS" starttime="20211202 20:08:54.110" endtime="20211202 20:08:54.111"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.912" endtime="20211202 20:08:54.111"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:53.912" endtime="20211202 20:08:54.111"></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="20211202 20:08:54.112" 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="20211202 20:08:54.112" endtime="20211202 20:08:54.112"></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&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:54.223" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
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="20211202 20:08:54.223" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"id":"46057","orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876400951988224","weightNoteId":"663876366621609984","orderCreateTime":"2021-12-02 20:08:44","bizName":"张山","bizId":"498985714587930624","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京R76859","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":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2021-12-02","refundSubsidy":null,"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="20211202 20:08:54.224" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:54.112" endtime="20211202 20:08:54.224"></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="20211202 20:08:54.225" level="INFO">${台账列表数据} = {'id': '46057', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876400951988224', 'weightNoteId': '663876366621609984', 'orderCreateTime': '2021-12-02 20:08...</msg>
<status status="PASS" starttime="20211202 20:08:54.224" endtime="20211202 20:08:54.225"></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="20211202 20:08:54.225" endtime="20211202 20:08:54.226"></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="20211202 20:08:54.226" endtime="20211202 20:08:54.227"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.111" endtime="20211202 20:08:54.227"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.111" endtime="20211202 20:08:54.227"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:51.779" endtime="20211202 20:08:54.227"></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="20211202 20:08:54.229" 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="20211202 20:08:54.228" endtime="20211202 20:08:54.229"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:54.291" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:54.292" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876400951988224","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":22972.300000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:54.292" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:54.230" endtime="20211202 20:08:54.292"></status>
</kw>
<kw name="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="20211202 20:08:54.294" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:54.293" endtime="20211202 20:08:54.294"></status>
</kw>
<kw name="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="20211202 20:08:54.294" level="INFO">${auditRequestId} = 663876400951988224</msg>
<status status="PASS" starttime="20211202 20:08:54.294" endtime="20211202 20:08:54.295"></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="20211202 20:08:54.295" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:54.295" endtime="20211202 20:08:54.295"></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="20211202 20:08:54.296" level="INFO">${auditRequestId} = 663876400951988224</msg>
<status status="PASS" starttime="20211202 20:08:54.296" endtime="20211202 20:08:54.296"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.228" endtime="20211202 20:08:54.296"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.228" endtime="20211202 20:08:54.297"></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="20211202 20:08:54.298" 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="20211202 20:08:54.298" endtime="20211202 20:08:54.299"></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="20211202 20:08:54.498" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876400951988224/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876400951988224/663876366621609984
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="20211202 20:08:54.498" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876400951988224/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876400951988224","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876401035874304","driverName":null,"plateNumber":"京R76859","netWeight":16400.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:54.498" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:54.299" endtime="20211202 20:08:54.498"></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="20211202 20:08:54.499" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876400951988224', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876401035874304', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 16400.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:54.499" endtime="20211202 20:08:54.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"]["items"][0]}</arg>
<arg>auditRequestItemId</arg>
</arguments>
<assign>
<var>${auditRequestItemId}</var>
</assign>
<msg timestamp="20211202 20:08:54.500" level="INFO">${auditRequestItemId} = 663876401035874304</msg>
<status status="PASS" starttime="20211202 20:08:54.500" endtime="20211202 20:08:54.500"></status>
</kw>
<kw name="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="20211202 20:08:54.501" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:54.500" endtime="20211202 20:08:54.501"></status>
</kw>
<kw name="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="20211202 20:08:54.501" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:54.501" endtime="20211202 20:08:54.501"></status>
</kw>
<kw name="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="20211202 20:08:54.502" level="INFO">${netWeight} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:54.501" endtime="20211202 20:08:54.502"></status>
</kw>
<kw name="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="20211202 20:08:54.502" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:54.502" endtime="20211202 20:08:54.502"></status>
</kw>
<kw name="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="20211202 20:08:54.503" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:54.503" endtime="20211202 20:08:54.503"></status>
</kw>
<kw name="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="20211202 20:08:54.504" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:54.503" endtime="20211202 20:08:54.504"></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="20211202 20:08:54.504" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:54.504" endtime="20211202 20:08:54.504"></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="20211202 20:08:54.505" level="INFO">${surcharge1} = 377.2</msg>
<status status="PASS" starttime="20211202 20:08:54.504" endtime="20211202 20:08:54.505"></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="20211202 20:08:54.505" level="INFO">${surcharge2} = 0.0</msg>
<status status="PASS" starttime="20211202 20:08:54.505" endtime="20211202 20:08:54.505"></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="20211202 20:08:54.506" level="INFO">${surcharge} = 377.2</msg>
<status status="PASS" starttime="20211202 20:08:54.505" endtime="20211202 20:08:54.506"></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="20211202 20:08:54.506" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:54.506" endtime="20211202 20:08:54.506"></status>
</kw>
<kw name="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="20211202 20:08:54.507" level="INFO">${auditRequestId} = 663876400951988224</msg>
<status status="PASS" starttime="20211202 20:08:54.506" endtime="20211202 20:08:54.507"></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="20211202 20:08:54.507" level="INFO">${auditRequestItemId} = 663876401035874304</msg>
<status status="PASS" starttime="20211202 20:08:54.507" endtime="20211202 20:08:54.508"></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="20211202 20:08:54.508" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:54.508" endtime="20211202 20:08:54.508"></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="20211202 20:08:54.508" level="INFO">${netWeight} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:54.508" endtime="20211202 20:08:54.508"></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="20211202 20:08:54.509" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:54.509" endtime="20211202 20:08:54.509"></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="20211202 20:08:54.509" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:54.509" endtime="20211202 20:08:54.509"></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="20211202 20:08:54.510" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:54.509" endtime="20211202 20:08:54.510"></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="20211202 20:08:54.510" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:54.510" endtime="20211202 20:08:54.510"></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="20211202 20:08:54.511" level="INFO">${surcharge} = 377.2</msg>
<status status="PASS" starttime="20211202 20:08:54.510" endtime="20211202 20:08:54.511"></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="20211202 20:08:54.511" level="INFO">${auditRequestId} = 663876400951988224</msg>
<status status="PASS" starttime="20211202 20:08:54.511" endtime="20211202 20:08:54.511"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.297" endtime="20211202 20:08:54.511"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.297" endtime="20211202 20:08:54.511"></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="20211202 20:08:54.513" 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="20211202 20:08:54.512" endtime="20211202 20:08:54.513"></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="20211202 20:08:54.513" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:54.513" endtime="20211202 20:08:54.513"></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="20211202 20:08:54.514" level="INFO">${data} = { "auditRequestId":"663876400951988224", "isPass":2, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:54.514" endtime="20211202 20:08:54.514"></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="20211202 20:08:54.652" 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":"663876400951988224", "isPass":2, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:54.652" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:54.652" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:54.514" endtime="20211202 20:08:54.652"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.512" endtime="20211202 20:08:54.652"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.512" endtime="20211202 20:08:54.652"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.511" endtime="20211202 20:08:54.652"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:08:55.653" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:54.653" endtime="20211202 20:08:55.653"></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="20211202 20:08:55.655" 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="20211202 20:08:55.655" endtime="20211202 20:08:55.655"></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} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:55.871" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:55.872" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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.023,"surcharge":null,"totalEstimatedWeight":30000.000,"deliveryTime":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.023000,"surcharge":377.200000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"江高仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2021-12-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:55.872" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:55.656" endtime="20211202 20:08:55.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>${reps.json()["data"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:55.873" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:55.872" endtime="20211202 20:08:55.873"></status>
</kw>
<kw name="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="20211202 20:08:55.874" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:55.873" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>paperCategoryPrice</arg>
</arguments>
<assign>
<var>${paperCategoryPrice}</var>
</assign>
<msg timestamp="20211202 20:08:55.875" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:55.875" endtime="20211202 20:08:55.875"></status>
</kw>
<kw name="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="20211202 20:08:55.876" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:55.875" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>activitySettleType</arg>
</arguments>
<assign>
<var>${activitySettleType}</var>
</assign>
<msg timestamp="20211202 20:08:55.876" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:55.876" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>proxySellerSettleType</arg>
</arguments>
<assign>
<var>${proxySellerSettleType}</var>
</assign>
<msg timestamp="20211202 20:08:55.877" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:55.876" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>transactionMainEnterpriseId</arg>
</arguments>
<assign>
<var>${交易主体id}</var>
</assign>
<msg timestamp="20211202 20:08:55.877" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:55.877" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>transactionMainEnterpriseName</arg>
</arguments>
<assign>
<var>${交易主体name}</var>
</assign>
<msg timestamp="20211202 20:08:55.878" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:55.878" endtime="20211202 20:08:55.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>${reps.json()["data"]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:55.879" level="INFO">${unitSurcharge} = 0.023</msg>
<status status="PASS" starttime="20211202 20:08:55.878" endtime="20211202 20:08:55.879"></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="20211202 20:08:55.879" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:55.879" endtime="20211202 20:08:55.879"></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="20211202 20:08:55.880" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:55.879" endtime="20211202 20:08:55.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"]["orderItems"][0]}</arg>
<arg>contractId</arg>
</arguments>
<assign>
<var>${contractId}</var>
</assign>
<msg timestamp="20211202 20:08:55.880" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:55.880" endtime="20211202 20:08:55.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"]["orderItems"][0]["weightnoteInfo"]}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${磅单id}</var>
</assign>
<msg timestamp="20211202 20:08:55.881" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:55.881" endtime="20211202 20:08:55.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"]}</arg>
<arg>status</arg>
</arguments>
<assign>
<var>${status}</var>
</assign>
<msg timestamp="20211202 20:08:55.882" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:55.881" endtime="20211202 20:08:55.882"></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="20211202 20:08:55.882" level="INFO">${unitSurcharge3} = 0.024</msg>
<status status="PASS" starttime="20211202 20:08:55.882" endtime="20211202 20:08:55.882"></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="20211202 20:08:55.883" endtime="20211202 20:08:55.883"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.882" endtime="20211202 20:08:55.883"></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="20211202 20:08:55.883" endtime="20211202 20:08:55.884"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.883" endtime="20211202 20:08:55.884"></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="20211202 20:08:55.884" endtime="20211202 20:08:55.884"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.884" endtime="20211202 20:08:55.884"></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="20211202 20:08:55.884" endtime="20211202 20:08:55.885"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.884" endtime="20211202 20:08:55.885"></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="20211202 20:08:55.885" endtime="20211202 20:08:55.885"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.885" endtime="20211202 20:08:55.885"></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="20211202 20:08:55.886" endtime="20211202 20:08:55.886"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.885" endtime="20211202 20:08:55.886"></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="20211202 20:08:55.886" endtime="20211202 20:08:55.886"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.886" endtime="20211202 20:08:55.887"></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="20211202 20:08:55.887" endtime="20211202 20:08:55.887"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.887" endtime="20211202 20:08:55.887"></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="20211202 20:08:55.887" endtime="20211202 20:08:55.888"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.887" endtime="20211202 20:08:55.888"></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="20211202 20:08:55.888" endtime="20211202 20:08:55.888"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.888" endtime="20211202 20:08:55.888"></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="20211202 20:08:55.889" endtime="20211202 20:08:55.889"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.888" endtime="20211202 20:08:55.889"></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="20211202 20:08:55.889" endtime="20211202 20:08:55.890"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.889" endtime="20211202 20:08:55.890"></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="20211202 20:08:55.890" endtime="20211202 20:08:55.890"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.890" endtime="20211202 20:08:55.890"></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="20211202 20:08:55.891" endtime="20211202 20:08:55.891"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.890" endtime="20211202 20:08:55.891"></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="20211202 20:08:55.891" endtime="20211202 20:08:55.891"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.891" endtime="20211202 20:08:55.891"></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="20211202 20:08:55.892" endtime="20211202 20:08:55.892"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.891" endtime="20211202 20:08:55.892"></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="20211202 20:08:55.892" endtime="20211202 20:08:55.892"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.892" endtime="20211202 20:08:55.892"></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="20211202 20:08:55.893" endtime="20211202 20:08:55.893"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.893" endtime="20211202 20:08:55.893"></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="20211202 20:08:55.893" endtime="20211202 20:08:55.894"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.893" endtime="20211202 20:08:55.894"></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="20211202 20:08:55.894" endtime="20211202 20:08:55.894"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.894" endtime="20211202 20:08:55.894"></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="20211202 20:08:55.895" endtime="20211202 20:08:55.895"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.894" endtime="20211202 20:08:55.895"></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="20211202 20:08:55.895" endtime="20211202 20:08:55.895"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.895" endtime="20211202 20:08:55.895"></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="20211202 20:08:55.896" endtime="20211202 20:08:55.896"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.896" endtime="20211202 20:08:55.896"></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="20211202 20:08:55.896" endtime="20211202 20:08:55.897"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.896" endtime="20211202 20:08:55.897"></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="20211202 20:08:55.897" endtime="20211202 20:08:55.897"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.897" endtime="20211202 20:08:55.897"></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="20211202 20:08:55.897" endtime="20211202 20:08:55.898"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.897" endtime="20211202 20:08:55.898"></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="20211202 20:08:55.898" endtime="20211202 20:08:55.898"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.898" endtime="20211202 20:08:55.898"></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="20211202 20:08:55.899" endtime="20211202 20:08:55.899"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.898" endtime="20211202 20:08:55.899"></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="20211202 20:08:55.899" endtime="20211202 20:08:55.899"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.899" endtime="20211202 20:08:55.900"></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="20211202 20:08:55.900" endtime="20211202 20:08:55.900"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.900" endtime="20211202 20:08:55.900"></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="20211202 20:08:55.900" endtime="20211202 20:08:55.901"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.900" endtime="20211202 20:08:55.901"></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="20211202 20:08:55.901" endtime="20211202 20:08:55.901"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.901" endtime="20211202 20:08:55.901"></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="20211202 20:08:55.902" endtime="20211202 20:08:55.902"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.902" endtime="20211202 20:08:55.902"></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="20211202 20:08:55.902" endtime="20211202 20:08:55.903"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.902" endtime="20211202 20:08:55.903"></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="20211202 20:08:55.903" endtime="20211202 20:08:55.903"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.903" endtime="20211202 20:08:55.903"></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="20211202 20:08:55.904" endtime="20211202 20:08:55.904"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.903" endtime="20211202 20:08:55.904"></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="20211202 20:08:55.904" endtime="20211202 20:08:55.904"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.904" endtime="20211202 20:08:55.904"></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="20211202 20:08:55.905" endtime="20211202 20:08:55.905"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.904" endtime="20211202 20:08:55.905"></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="20211202 20:08:55.905" endtime="20211202 20:08:55.906"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.905" endtime="20211202 20:08:55.906"></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="20211202 20:08:55.906" endtime="20211202 20:08:55.906"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.906" endtime="20211202 20:08:55.906"></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="20211202 20:08:55.906" endtime="20211202 20:08:55.907"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.906" endtime="20211202 20:08:55.907"></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="20211202 20:08:55.907" endtime="20211202 20:08:55.907"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.907" endtime="20211202 20:08:55.907"></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="20211202 20:08:55.908" endtime="20211202 20:08:55.908"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.908" endtime="20211202 20:08:55.908"></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="20211202 20:08:55.908" endtime="20211202 20:08:55.909"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.908" endtime="20211202 20:08:55.909"></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="20211202 20:08:55.909" endtime="20211202 20:08:55.909"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.909" endtime="20211202 20:08:55.909"></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="20211202 20:08:55.910" endtime="20211202 20:08:55.910"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.910" endtime="20211202 20:08:55.910"></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="20211202 20:08:55.910" endtime="20211202 20:08:55.911"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.910" endtime="20211202 20:08:55.911"></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="20211202 20:08:55.911" endtime="20211202 20:08:55.911"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.911" endtime="20211202 20:08:55.911"></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="20211202 20:08:55.912" endtime="20211202 20:08:55.912"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.911" endtime="20211202 20:08:55.912"></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="20211202 20:08:55.912" endtime="20211202 20:08:55.913"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.912" endtime="20211202 20:08:55.913"></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="20211202 20:08:55.913" endtime="20211202 20:08:55.913"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.913" endtime="20211202 20:08:55.913"></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="20211202 20:08:55.914" endtime="20211202 20:08:55.914"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.913" endtime="20211202 20:08:55.914"></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="20211202 20:08:55.914" endtime="20211202 20:08:55.915"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.914" endtime="20211202 20:08:55.915"></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="20211202 20:08:55.915" endtime="20211202 20:08:55.916"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.915" endtime="20211202 20:08:55.916"></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="20211202 20:08:55.916" endtime="20211202 20:08:55.916"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.916" endtime="20211202 20:08:55.916"></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="20211202 20:08:55.917" endtime="20211202 20:08:55.917"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.916" endtime="20211202 20:08:55.917"></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="20211202 20:08:55.917" endtime="20211202 20:08:55.918"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.917" endtime="20211202 20:08:55.918"></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="20211202 20:08:55.918" endtime="20211202 20:08:55.918"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.918" endtime="20211202 20:08:55.918"></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="20211202 20:08:55.918" endtime="20211202 20:08:55.919"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.918" endtime="20211202 20:08:55.919"></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="20211202 20:08:55.919" endtime="20211202 20:08:55.919"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.919" endtime="20211202 20:08:55.919"></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="20211202 20:08:55.920" endtime="20211202 20:08:55.920"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.919" endtime="20211202 20:08:55.920"></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="20211202 20:08:55.920" endtime="20211202 20:08:55.920"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.920" endtime="20211202 20:08:55.920"></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="20211202 20:08:55.921" endtime="20211202 20:08:55.921"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.920" endtime="20211202 20:08:55.921"></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="20211202 20:08:55.921" endtime="20211202 20:08:55.921"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.921" endtime="20211202 20:08:55.922"></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="20211202 20:08:55.922" endtime="20211202 20:08:55.922"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.922" endtime="20211202 20:08:55.922"></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="20211202 20:08:55.922" endtime="20211202 20:08:55.923"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.922" endtime="20211202 20:08:55.923"></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="20211202 20:08:55.923" endtime="20211202 20:08:55.923"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.923" endtime="20211202 20:08:55.923"></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="20211202 20:08:55.924" endtime="20211202 20:08:55.924"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.923" endtime="20211202 20:08:55.924"></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="20211202 20:08:55.924" endtime="20211202 20:08:55.925"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.924" endtime="20211202 20:08:55.925"></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="20211202 20:08:55.925" endtime="20211202 20:08:55.925"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.925" endtime="20211202 20:08:55.925"></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="20211202 20:08:55.925" endtime="20211202 20:08:55.926"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.925" endtime="20211202 20:08:55.926"></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="20211202 20:08:55.926" endtime="20211202 20:08:55.927"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.926" endtime="20211202 20:08:55.927"></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="20211202 20:08:55.927" endtime="20211202 20:08:55.927"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.927" endtime="20211202 20:08:55.928"></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="20211202 20:08:55.928" endtime="20211202 20:08:55.928"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.928" endtime="20211202 20:08:55.928"></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="20211202 20:08:55.928" endtime="20211202 20:08:55.929"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.928" endtime="20211202 20:08:55.929"></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="20211202 20:08:55.929" endtime="20211202 20:08:55.929"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.929" endtime="20211202 20:08:55.929"></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="20211202 20:08:55.929" endtime="20211202 20:08:55.930"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.929" endtime="20211202 20:08:55.930"></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="20211202 20:08:55.930" endtime="20211202 20:08:55.930"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.930" endtime="20211202 20:08:55.930"></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="20211202 20:08:55.931" endtime="20211202 20:08:55.931"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.930" endtime="20211202 20:08:55.931"></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="20211202 20:08:55.931" endtime="20211202 20:08:55.932"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.931" endtime="20211202 20:08:55.932"></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="20211202 20:08:55.932" endtime="20211202 20:08:55.932"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.932" endtime="20211202 20:08:55.932"></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="20211202 20:08:55.933" endtime="20211202 20:08:55.933"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.932" endtime="20211202 20:08:55.933"></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="20211202 20:08:55.933" endtime="20211202 20:08:55.933"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.933" endtime="20211202 20:08:55.934"></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="20211202 20:08:55.934" endtime="20211202 20:08:55.934"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.934" endtime="20211202 20:08:55.934"></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="20211202 20:08:55.934" endtime="20211202 20:08:55.935"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.934" endtime="20211202 20:08:55.935"></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="20211202 20:08:55.935" endtime="20211202 20:08:55.935"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.935" endtime="20211202 20:08:55.935"></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="20211202 20:08:55.935" endtime="20211202 20:08:55.936"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.935" endtime="20211202 20:08:55.936"></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="20211202 20:08:55.936" endtime="20211202 20:08:55.936"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.936" endtime="20211202 20:08:55.936"></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="20211202 20:08:55.937" endtime="20211202 20:08:55.937"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.937" endtime="20211202 20:08:55.937"></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="20211202 20:08:55.937" endtime="20211202 20:08:55.938"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.937" endtime="20211202 20:08:55.938"></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="20211202 20:08:55.938" endtime="20211202 20:08:55.938"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.938" endtime="20211202 20:08:55.938"></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="20211202 20:08:55.939" endtime="20211202 20:08:55.939"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.938" endtime="20211202 20:08:55.939"></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="20211202 20:08:55.939" endtime="20211202 20:08:55.940"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.939" endtime="20211202 20:08:55.940"></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="20211202 20:08:55.940" endtime="20211202 20:08:55.940"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.940" endtime="20211202 20:08:55.940"></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="20211202 20:08:55.940" endtime="20211202 20:08:55.941"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.940" endtime="20211202 20:08:55.941"></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="20211202 20:08:55.941" endtime="20211202 20:08:55.941"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.941" endtime="20211202 20:08:55.941"></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="20211202 20:08:55.942" endtime="20211202 20:08:55.942"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.942" endtime="20211202 20:08:55.942"></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="20211202 20:08:55.942" endtime="20211202 20:08:55.943"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.942" endtime="20211202 20:08:55.943"></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="20211202 20:08:55.943" endtime="20211202 20:08:55.943"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.943" endtime="20211202 20:08:55.943"></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="20211202 20:08:55.943" endtime="20211202 20:08:55.944"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.943" endtime="20211202 20:08:55.944"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.882" endtime="20211202 20:08:55.944"></status>
</kw>
<kw name="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="20211202 20:08:55.944" level="INFO">${netWeight} = 16400.0</msg>
<status status="PASS" starttime="20211202 20:08:55.944" endtime="20211202 20:08:55.944"></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="20211202 20:08:55.945" level="INFO">${netWeight3} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:55.945" endtime="20211202 20:08:55.945"></status>
</kw>
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
<status status="PASS" starttime="20211202 20:08:55.945" endtime="20211202 20:08:55.945"></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="20211202 20:08:55.946" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:55.945" endtime="20211202 20:08:55.946"></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="20211202 20:08:55.946" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:55.946" endtime="20211202 20:08:55.946"></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="20211202 20:08:55.947" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:55.946" endtime="20211202 20:08:55.947"></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="20211202 20:08:55.947" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:55.947" endtime="20211202 20:08:55.947"></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="20211202 20:08:55.948" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:55.947" endtime="20211202 20:08:55.948"></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="20211202 20:08:55.948" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:55.948" endtime="20211202 20:08:55.948"></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="20211202 20:08:55.949" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:55.948" endtime="20211202 20:08:55.949"></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="20211202 20:08:55.949" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:55.949" endtime="20211202 20:08:55.949"></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="20211202 20:08:55.950" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:55.949" endtime="20211202 20:08:55.950"></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="20211202 20:08:55.950" level="INFO">${unitSurcharge3} = 0.024</msg>
<status status="PASS" starttime="20211202 20:08:55.950" endtime="20211202 20:08:55.950"></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="20211202 20:08:55.951" level="INFO">${netWeight3} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:55.950" endtime="20211202 20:08:55.951"></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="20211202 20:08:55.951" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:55.951" endtime="20211202 20:08:55.951"></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="20211202 20:08:55.952" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:55.951" endtime="20211202 20:08:55.952"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.654" endtime="20211202 20:08:55.952"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.654" endtime="20211202 20:08:55.952"></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="20211202 20:08:55.953" 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="20211202 20:08:55.953" endtime="20211202 20:08:55.953"></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="20211202 20:08:55.954" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:55.954" endtime="20211202 20:08:55.954"></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="20211202 20:08:55.956" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"16700.0", "settleWeight":null, "unitSurcharge":0.024, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
<status status="PASS" starttime="20211202 20:08:55.954" endtime="20211202 20:08:55.956"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:55.957" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }</msg>
<status status="PASS" starttime="20211202 20:08:55.956" endtime="20211202 20:08:55.957"></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="20211202 20:08:56.161" 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': '1028'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }'
</msg>
<msg timestamp="20211202 20:08:56.161" 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': 'Thu, 02 Dec 2021 12:08: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":{"weightNoteId":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:08:56.161" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:55.957" endtime="20211202 20:08:56.161"></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="20211202 20:08:56.162" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': None}}</msg>
<status status="PASS" starttime="20211202 20:08:56.162" endtime="20211202 20:08:56.162"></status>
</kw>
<kw name="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="20211202 20:08:56.163" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:56.162" endtime="20211202 20:08:56.163"></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="20211202 20:08:56.163" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:56.163" endtime="20211202 20:08:56.163"></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="20211202 20:08:56.164" endtime="20211202 20:08:56.164"></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="20211202 20:08:56.164" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:56.164" endtime="20211202 20:08:56.164"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.952" endtime="20211202 20:08:56.165"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:55.952" endtime="20211202 20:08:56.165"></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="20211202 20:08:56.166" 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="20211202 20:08:56.166" endtime="20211202 20:08:56.167"></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="20211202 20:08:56.305" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:56.306" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":null}
</msg>
<msg timestamp="20211202 20:08:56.306" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.167" endtime="20211202 20:08:56.306"></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="20211202 20:08:56.307" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:56.306" endtime="20211202 20:08:56.307"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.165" endtime="20211202 20:08:56.307"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.165" endtime="20211202 20:08:56.307"></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="20211202 20:08:56.308" 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="20211202 20:08:56.308" endtime="20211202 20:08:56.308"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:56.492" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:56.492" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.024000,"surcharge":400.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:56.492" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.309" endtime="20211202 20:08:56.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"]["orderItems"][0]["weightnoteInfo"]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:56.493" level="INFO">${netWeight} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:56.492" endtime="20211202 20:08:56.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"]["orderItems"][0]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:56.494" level="INFO">${unitSurcharge} = 0.024</msg>
<status status="PASS" starttime="20211202 20:08:56.493" endtime="20211202 20:08:56.494"></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="20211202 20:08:56.495" level="INFO">${netWeight} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:56.494" endtime="20211202 20:08:56.495"></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="20211202 20:08:56.495" level="INFO">${unitSurcharge} = 0.024</msg>
<status status="PASS" starttime="20211202 20:08:56.495" endtime="20211202 20:08:56.495"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.307" endtime="20211202 20:08:56.495"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.307" endtime="20211202 20:08:56.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="20211202 20:08:56.497" 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="20211202 20:08:56.496" endtime="20211202 20:08:56.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/parameter/get/parameter</arg>
<arg>params=pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:56.610" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
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="20211202 20:08:56.610" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"id":"46057","orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876411009929216","weightNoteId":"663876366621609984","orderCreateTime":"2021-12-02 20:08:44","bizName":"张山","bizId":"498985714587930624","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京R76859","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":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2021-12-02","refundSubsidy":null,"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="20211202 20:08:56.611" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.498" endtime="20211202 20:08:56.611"></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="20211202 20:08:56.612" level="INFO">${台账列表数据} = {'id': '46057', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876411009929216', 'weightNoteId': '663876366621609984', 'orderCreateTime': '2021-12-02 20:08...</msg>
<status status="PASS" starttime="20211202 20:08:56.611" endtime="20211202 20:08:56.612"></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="20211202 20:08:56.612" endtime="20211202 20:08:56.612"></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="20211202 20:08:56.613" endtime="20211202 20:08:56.613"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.496" endtime="20211202 20:08:56.613"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.495" endtime="20211202 20:08:56.613"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:54.227" endtime="20211202 20:08:56.613"></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="20211202 20:08:56.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="20211202 20:08:56.614" endtime="20211202 20:08:56.615"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:56.677" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:56.677" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876411009929216","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":23375.830000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:56.677" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.615" endtime="20211202 20:08:56.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"]["records"][0]}</arg>
<arg>status</arg>
</arguments>
<assign>
<var>${audit_status}</var>
</assign>
<msg timestamp="20211202 20:08:56.678" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:56.677" endtime="20211202 20:08:56.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"]["records"][0]}</arg>
<arg>auditRequestId</arg>
</arguments>
<assign>
<var>${auditRequestId}</var>
</assign>
<msg timestamp="20211202 20:08:56.679" level="INFO">${auditRequestId} = 663876411009929216</msg>
<status status="PASS" starttime="20211202 20:08:56.678" endtime="20211202 20:08:56.679"></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="20211202 20:08:56.679" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:56.679" endtime="20211202 20:08:56.679"></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="20211202 20:08:56.680" level="INFO">${auditRequestId} = 663876411009929216</msg>
<status status="PASS" starttime="20211202 20:08:56.679" endtime="20211202 20:08:56.680"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.614" endtime="20211202 20:08:56.680"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.613" endtime="20211202 20:08:56.680"></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="20211202 20:08:56.681" 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="20211202 20:08:56.681" endtime="20211202 20:08:56.681"></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="20211202 20:08:56.879" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876411009929216/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876411009929216/663876366621609984
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="20211202 20:08:56.879" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876411009929216/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876411009929216","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876411093815296","driverName":null,"plateNumber":"京R76859","netWeight":16700.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:56.879" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.682" endtime="20211202 20:08:56.879"></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="20211202 20:08:56.880" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876411009929216', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876411093815296', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 16700.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:56.879" endtime="20211202 20:08:56.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="20211202 20:08:56.881" level="INFO">${auditRequestItemId} = 663876411093815296</msg>
<status status="PASS" starttime="20211202 20:08:56.880" endtime="20211202 20:08:56.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>categoryName</arg>
</arguments>
<assign>
<var>${categoryName}</var>
</assign>
<msg timestamp="20211202 20:08:56.881" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:56.881" endtime="20211202 20:08:56.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"]}</arg>
<arg>paperCategoryId</arg>
</arguments>
<assign>
<var>${paperCategoryId}</var>
</assign>
<msg timestamp="20211202 20:08:56.882" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:56.882" endtime="20211202 20:08:56.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="20211202 20:08:56.883" level="INFO">${netWeight} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:56.882" endtime="20211202 20:08:56.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>paperMillPayAt</arg>
</arguments>
<assign>
<var>${paperMillPayAt}</var>
</assign>
<msg timestamp="20211202 20:08:56.883" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:56.883" endtime="20211202 20:08:56.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="20211202 20:08:56.884" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:56.883" endtime="20211202 20:08:56.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="20211202 20:08:56.884" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:56.884" endtime="20211202 20:08:56.885"></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="20211202 20:08:56.885" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:56.885" endtime="20211202 20:08:56.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="20211202 20:08:56.886" level="INFO">${surcharge1} = 400.8</msg>
<status status="PASS" starttime="20211202 20:08:56.885" endtime="20211202 20:08:56.886"></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="20211202 20:08:56.886" level="INFO">${surcharge2} = 0.0</msg>
<status status="PASS" starttime="20211202 20:08:56.886" endtime="20211202 20:08:56.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="20211202 20:08:56.887" level="INFO">${surcharge} = 400.8</msg>
<status status="PASS" starttime="20211202 20:08:56.886" endtime="20211202 20:08:56.887"></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="20211202 20:08:56.887" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:56.887" endtime="20211202 20:08:56.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="20211202 20:08:56.888" level="INFO">${auditRequestId} = 663876411009929216</msg>
<status status="PASS" starttime="20211202 20:08:56.887" endtime="20211202 20:08:56.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="20211202 20:08:56.888" level="INFO">${auditRequestItemId} = 663876411093815296</msg>
<status status="PASS" starttime="20211202 20:08:56.888" endtime="20211202 20:08:56.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="20211202 20:08:56.889" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:56.888" endtime="20211202 20:08:56.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="20211202 20:08:56.889" level="INFO">${netWeight} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:56.889" endtime="20211202 20:08:56.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="20211202 20:08:56.890" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:56.889" endtime="20211202 20:08:56.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="20211202 20:08:56.890" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:56.890" endtime="20211202 20:08:56.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="20211202 20:08:56.891" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:56.890" endtime="20211202 20:08:56.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="20211202 20:08:56.891" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:56.891" endtime="20211202 20:08:56.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="20211202 20:08:56.891" level="INFO">${surcharge} = 400.8</msg>
<status status="PASS" starttime="20211202 20:08:56.891" endtime="20211202 20:08:56.891"></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="20211202 20:08:56.892" level="INFO">${auditRequestId} = 663876411009929216</msg>
<status status="PASS" starttime="20211202 20:08:56.892" endtime="20211202 20:08:56.892"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.680" endtime="20211202 20:08:56.892"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.680" endtime="20211202 20:08:56.892"></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="20211202 20:08:56.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="20211202 20:08:56.893" endtime="20211202 20:08:56.894"></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="20211202 20:08:56.894" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:56.894" endtime="20211202 20:08:56.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>{ \ \ \ \ "auditRequestId":"${auditRequestId}", \ \ \ \ "isPass":2, \ \ \ \ "remark":"${datatime}" }</arg>
</arguments>
<assign>
<var>${data}</var>
</assign>
<msg timestamp="20211202 20:08:56.895" level="INFO">${data} = { "auditRequestId":"663876411009929216", "isPass":2, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:56.895" endtime="20211202 20:08:56.895"></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="20211202 20:08:57.043" 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":"663876411009929216", "isPass":2, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:57.043" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:57.043" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:56.895" endtime="20211202 20:08:57.043"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.893" endtime="20211202 20:08:57.044"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.893" endtime="20211202 20:08:57.044"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.892" endtime="20211202 20:08:57.044"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:08:58.044" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:57.044" endtime="20211202 20:08:58.045"></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="20211202 20:08:58.046" 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="20211202 20:08:58.046" endtime="20211202 20:08:58.047"></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} &amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:58.269" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
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="20211202 20:08:58.269" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576%20&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.024000,"surcharge":400.800000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":0,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":null,"transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":"江高仓","publicSubsidies":null,"isSubsidyIncludeTax":0,"unitPriceIncludeTax":null,"publicSubsidiesIncludeTax":null,"settleUnitPrice":1.675000,"settleUnitPriceIncludeTax":1.835800,"operationsAuditNotPassedRemark":"2021-12-02","promptMessage":null,"orderItemTimeList":[{"description":"订单已提交,待预约","time":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:58.270" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:58.047" endtime="20211202 20:08:58.270"></status>
</kw>
<kw name="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="20211202 20:08:58.271" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:58.270" endtime="20211202 20:08:58.271"></status>
</kw>
<kw name="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="20211202 20:08:58.271" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:58.271" endtime="20211202 20:08:58.271"></status>
</kw>
<kw name="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="20211202 20:08:58.272" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:58.271" endtime="20211202 20:08:58.272"></status>
</kw>
<kw name="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="20211202 20:08:58.273" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:08:58.272" endtime="20211202 20:08:58.273"></status>
</kw>
<kw name="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="20211202 20:08:58.274" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:58.273" endtime="20211202 20:08:58.274"></status>
</kw>
<kw name="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="20211202 20:08:58.274" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:58.274" endtime="20211202 20:08:58.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"]}</arg>
<arg>transactionMainEnterpriseId</arg>
</arguments>
<assign>
<var>${交易主体id}</var>
</assign>
<msg timestamp="20211202 20:08:58.275" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:58.275" endtime="20211202 20:08:58.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"]}</arg>
<arg>transactionMainEnterpriseName</arg>
</arguments>
<assign>
<var>${交易主体name}</var>
</assign>
<msg timestamp="20211202 20:08:58.276" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:58.275" endtime="20211202 20:08:58.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"]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:58.276" level="INFO">${unitSurcharge} = 0.024</msg>
<status status="PASS" starttime="20211202 20:08:58.276" endtime="20211202 20:08:58.277"></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="20211202 20:08:58.277" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:58.277" endtime="20211202 20:08:58.277"></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="20211202 20:08:58.278" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:58.277" endtime="20211202 20:08:58.278"></status>
</kw>
<kw name="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="20211202 20:08:58.279" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:58.278" endtime="20211202 20:08:58.279"></status>
</kw>
<kw name="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="20211202 20:08:58.280" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:58.279" endtime="20211202 20:08:58.280"></status>
</kw>
<kw name="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="20211202 20:08:58.281" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:58.280" endtime="20211202 20:08:58.281"></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="20211202 20:08:58.281" level="INFO">${unitSurcharge3} = 0.025</msg>
<status status="PASS" starttime="20211202 20:08:58.281" endtime="20211202 20:08:58.281"></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="20211202 20:08:58.282" endtime="20211202 20:08:58.282"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.281" endtime="20211202 20:08:58.282"></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="20211202 20:08:58.282" endtime="20211202 20:08:58.283"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.282" endtime="20211202 20:08:58.283"></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="20211202 20:08:58.283" endtime="20211202 20:08:58.284"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.283" endtime="20211202 20:08:58.284"></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="20211202 20:08:58.284" endtime="20211202 20:08:58.284"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.284" endtime="20211202 20:08:58.284"></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="20211202 20:08:58.285" endtime="20211202 20:08:58.285"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.284" endtime="20211202 20:08:58.285"></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="20211202 20:08:58.285" endtime="20211202 20:08:58.286"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.285" endtime="20211202 20:08:58.286"></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="20211202 20:08:58.286" endtime="20211202 20:08:58.286"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.286" endtime="20211202 20:08:58.286"></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="20211202 20:08:58.286" endtime="20211202 20:08:58.287"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.286" endtime="20211202 20:08:58.287"></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="20211202 20:08:58.287" endtime="20211202 20:08:58.287"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.287" endtime="20211202 20:08:58.287"></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="20211202 20:08:58.288" endtime="20211202 20:08:58.288"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.288" endtime="20211202 20:08:58.288"></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="20211202 20:08:58.288" endtime="20211202 20:08:58.289"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.288" endtime="20211202 20:08:58.289"></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="20211202 20:08:58.289" endtime="20211202 20:08:58.289"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.289" endtime="20211202 20:08:58.289"></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="20211202 20:08:58.289" endtime="20211202 20:08:58.290"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.289" endtime="20211202 20:08:58.290"></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="20211202 20:08:58.290" endtime="20211202 20:08:58.291"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.290" endtime="20211202 20:08:58.291"></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="20211202 20:08:58.291" endtime="20211202 20:08:58.291"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.291" endtime="20211202 20:08:58.291"></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="20211202 20:08:58.291" endtime="20211202 20:08:58.292"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.291" endtime="20211202 20:08:58.292"></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="20211202 20:08:58.292" endtime="20211202 20:08:58.293"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.292" endtime="20211202 20:08:58.293"></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="20211202 20:08:58.293" endtime="20211202 20:08:58.293"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.293" endtime="20211202 20:08:58.293"></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="20211202 20:08:58.293" endtime="20211202 20:08:58.294"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.293" endtime="20211202 20:08:58.294"></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="20211202 20:08:58.294" endtime="20211202 20:08:58.294"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.294" endtime="20211202 20:08:58.294"></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="20211202 20:08:58.295" endtime="20211202 20:08:58.295"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.295" endtime="20211202 20:08:58.295"></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="20211202 20:08:58.295" endtime="20211202 20:08:58.296"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.295" endtime="20211202 20:08:58.296"></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="20211202 20:08:58.297" endtime="20211202 20:08:58.297"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.296" endtime="20211202 20:08:58.297"></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="20211202 20:08:58.297" endtime="20211202 20:08:58.298"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.297" endtime="20211202 20:08:58.298"></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="20211202 20:08:58.298" endtime="20211202 20:08:58.299"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.298" endtime="20211202 20:08:58.299"></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="20211202 20:08:58.299" endtime="20211202 20:08:58.299"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.299" endtime="20211202 20:08:58.299"></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="20211202 20:08:58.300" endtime="20211202 20:08:58.300"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.299" endtime="20211202 20:08:58.300"></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="20211202 20:08:58.300" endtime="20211202 20:08:58.301"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.300" endtime="20211202 20:08:58.301"></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="20211202 20:08:58.301" endtime="20211202 20:08:58.301"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.301" endtime="20211202 20:08:58.301"></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="20211202 20:08:58.302" endtime="20211202 20:08:58.302"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.301" endtime="20211202 20:08:58.302"></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="20211202 20:08:58.302" endtime="20211202 20:08:58.303"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.302" endtime="20211202 20:08:58.303"></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="20211202 20:08:58.303" endtime="20211202 20:08:58.303"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.303" endtime="20211202 20:08:58.303"></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="20211202 20:08:58.304" endtime="20211202 20:08:58.304"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.303" endtime="20211202 20:08:58.304"></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="20211202 20:08:58.304" endtime="20211202 20:08:58.305"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.304" endtime="20211202 20:08:58.305"></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="20211202 20:08:58.305" endtime="20211202 20:08:58.305"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.305" endtime="20211202 20:08:58.305"></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="20211202 20:08:58.305" endtime="20211202 20:08:58.306"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.305" endtime="20211202 20:08:58.306"></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="20211202 20:08:58.306" endtime="20211202 20:08:58.306"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.306" endtime="20211202 20:08:58.306"></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="20211202 20:08:58.307" endtime="20211202 20:08:58.307"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.306" endtime="20211202 20:08:58.307"></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="20211202 20:08:58.308" endtime="20211202 20:08:58.308"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.307" endtime="20211202 20:08:58.308"></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="20211202 20:08:58.308" endtime="20211202 20:08:58.309"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.308" endtime="20211202 20:08:58.309"></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="20211202 20:08:58.309" endtime="20211202 20:08:58.309"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.309" endtime="20211202 20:08:58.309"></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="20211202 20:08:58.309" endtime="20211202 20:08:58.311"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.309" endtime="20211202 20:08:58.311"></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="20211202 20:08:58.311" endtime="20211202 20:08:58.311"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.311" endtime="20211202 20:08:58.312"></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="20211202 20:08:58.312" endtime="20211202 20:08:58.312"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.312" endtime="20211202 20:08:58.312"></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="20211202 20:08:58.313" endtime="20211202 20:08:58.313"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.312" endtime="20211202 20:08:58.313"></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="20211202 20:08:58.313" endtime="20211202 20:08:58.314"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.313" endtime="20211202 20:08:58.314"></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="20211202 20:08:58.314" endtime="20211202 20:08:58.314"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.314" endtime="20211202 20:08:58.314"></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="20211202 20:08:58.314" endtime="20211202 20:08:58.315"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.314" endtime="20211202 20:08:58.315"></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="20211202 20:08:58.315" endtime="20211202 20:08:58.315"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.315" endtime="20211202 20:08:58.315"></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="20211202 20:08:58.316" endtime="20211202 20:08:58.316"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.315" endtime="20211202 20:08:58.316"></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="20211202 20:08:58.316" endtime="20211202 20:08:58.317"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.316" endtime="20211202 20:08:58.317"></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="20211202 20:08:58.317" endtime="20211202 20:08:58.317"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.317" endtime="20211202 20:08:58.317"></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="20211202 20:08:58.317" endtime="20211202 20:08:58.318"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.317" endtime="20211202 20:08:58.318"></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="20211202 20:08:58.318" endtime="20211202 20:08:58.318"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.318" endtime="20211202 20:08:58.318"></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="20211202 20:08:58.319" endtime="20211202 20:08:58.319"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.318" endtime="20211202 20:08:58.319"></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="20211202 20:08:58.319" endtime="20211202 20:08:58.320"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.319" endtime="20211202 20:08:58.320"></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="20211202 20:08:58.320" endtime="20211202 20:08:58.320"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.320" endtime="20211202 20:08:58.320"></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="20211202 20:08:58.320" endtime="20211202 20:08:58.321"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.320" endtime="20211202 20:08:58.321"></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="20211202 20:08:58.321" endtime="20211202 20:08:58.321"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.321" endtime="20211202 20:08:58.321"></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="20211202 20:08:58.322" endtime="20211202 20:08:58.322"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.321" endtime="20211202 20:08:58.322"></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="20211202 20:08:58.322" endtime="20211202 20:08:58.322"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.322" endtime="20211202 20:08:58.323"></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="20211202 20:08:58.323" endtime="20211202 20:08:58.323"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.323" endtime="20211202 20:08:58.323"></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="20211202 20:08:58.324" endtime="20211202 20:08:58.324"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.323" endtime="20211202 20:08:58.324"></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="20211202 20:08:58.324" endtime="20211202 20:08:58.325"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.324" endtime="20211202 20:08:58.325"></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="20211202 20:08:58.325" endtime="20211202 20:08:58.325"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.325" endtime="20211202 20:08:58.325"></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="20211202 20:08:58.325" endtime="20211202 20:08:58.326"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.325" endtime="20211202 20:08:58.326"></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="20211202 20:08:58.326" endtime="20211202 20:08:58.326"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.326" endtime="20211202 20:08:58.326"></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="20211202 20:08:58.327" endtime="20211202 20:08:58.327"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.326" endtime="20211202 20:08:58.327"></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="20211202 20:08:58.327" endtime="20211202 20:08:58.328"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.327" endtime="20211202 20:08:58.328"></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="20211202 20:08:58.328" endtime="20211202 20:08:58.328"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.328" endtime="20211202 20:08:58.328"></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="20211202 20:08:58.329" endtime="20211202 20:08:58.329"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.328" endtime="20211202 20:08:58.329"></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="20211202 20:08:58.329" endtime="20211202 20:08:58.330"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.329" endtime="20211202 20:08:58.330"></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="20211202 20:08:58.330" endtime="20211202 20:08:58.331"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.330" endtime="20211202 20:08:58.331"></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="20211202 20:08:58.331" endtime="20211202 20:08:58.331"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.331" endtime="20211202 20:08:58.331"></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="20211202 20:08:58.331" endtime="20211202 20:08:58.332"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.331" endtime="20211202 20:08:58.332"></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="20211202 20:08:58.332" endtime="20211202 20:08:58.332"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.332" endtime="20211202 20:08:58.332"></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="20211202 20:08:58.333" endtime="20211202 20:08:58.333"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.333" endtime="20211202 20:08:58.333"></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="20211202 20:08:58.333" endtime="20211202 20:08:58.334"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.333" endtime="20211202 20:08:58.334"></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="20211202 20:08:58.334" endtime="20211202 20:08:58.334"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.334" endtime="20211202 20:08:58.334"></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="20211202 20:08:58.335" endtime="20211202 20:08:58.335"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.334" endtime="20211202 20:08:58.335"></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="20211202 20:08:58.335" endtime="20211202 20:08:58.336"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.335" endtime="20211202 20:08:58.336"></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="20211202 20:08:58.336" endtime="20211202 20:08:58.336"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.336" endtime="20211202 20:08:58.336"></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="20211202 20:08:58.337" endtime="20211202 20:08:58.337"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.336" endtime="20211202 20:08:58.337"></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="20211202 20:08:58.337" endtime="20211202 20:08:58.338"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.337" endtime="20211202 20:08:58.338"></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="20211202 20:08:58.338" endtime="20211202 20:08:58.339"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.338" endtime="20211202 20:08:58.339"></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="20211202 20:08:58.339" endtime="20211202 20:08:58.339"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.339" endtime="20211202 20:08:58.339"></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="20211202 20:08:58.340" endtime="20211202 20:08:58.340"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.340" endtime="20211202 20:08:58.340"></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="20211202 20:08:58.340" endtime="20211202 20:08:58.341"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.340" endtime="20211202 20:08:58.341"></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="20211202 20:08:58.341" endtime="20211202 20:08:58.341"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.341" endtime="20211202 20:08:58.342"></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="20211202 20:08:58.342" endtime="20211202 20:08:58.342"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.342" endtime="20211202 20:08:58.342"></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="20211202 20:08:58.342" endtime="20211202 20:08:58.343"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.342" endtime="20211202 20:08:58.343"></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="20211202 20:08:58.343" endtime="20211202 20:08:58.344"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.343" endtime="20211202 20:08:58.344"></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="20211202 20:08:58.344" endtime="20211202 20:08:58.344"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.344" endtime="20211202 20:08:58.344"></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="20211202 20:08:58.344" endtime="20211202 20:08:58.345"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.344" endtime="20211202 20:08:58.345"></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="20211202 20:08:58.345" endtime="20211202 20:08:58.345"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.345" endtime="20211202 20:08:58.345"></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="20211202 20:08:58.346" endtime="20211202 20:08:58.346"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.346" endtime="20211202 20:08:58.346"></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="20211202 20:08:58.346" endtime="20211202 20:08:58.347"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.346" endtime="20211202 20:08:58.347"></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="20211202 20:08:58.347" endtime="20211202 20:08:58.348"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.347" endtime="20211202 20:08:58.348"></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="20211202 20:08:58.348" endtime="20211202 20:08:58.348"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.348" endtime="20211202 20:08:58.348"></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="20211202 20:08:58.349" endtime="20211202 20:08:58.349"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.348" endtime="20211202 20:08:58.349"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.281" endtime="20211202 20:08:58.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"]["orderItems"][0]["weightnoteInfo"]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:58.350" level="INFO">${netWeight} = 16700.0</msg>
<status status="PASS" starttime="20211202 20:08:58.349" endtime="20211202 20:08:58.350"></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="20211202 20:08:58.350" level="INFO">${netWeight3} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:58.350" endtime="20211202 20:08:58.350"></status>
</kw>
<kw name="${净重index} IN RANGE [ ${netWeight} | 30 ]" type="for">
<status status="PASS" starttime="20211202 20:08:58.350" endtime="20211202 20:08:58.351"></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="20211202 20:08:58.351" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:08:58.351" endtime="20211202 20:08:58.351"></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="20211202 20:08:58.352" level="INFO">${paperMillId} = 660525241717624832</msg>
<status status="PASS" starttime="20211202 20:08:58.351" endtime="20211202 20:08:58.352"></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="20211202 20:08:58.353" level="INFO">${paperCategoryPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:58.352" endtime="20211202 20:08:58.353"></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="20211202 20:08:58.353" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:08:58.353" endtime="20211202 20:08:58.353"></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="20211202 20:08:58.354" level="INFO">${activitySettleType} = 1</msg>
<status status="PASS" starttime="20211202 20:08:58.353" endtime="20211202 20:08:58.354"></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="20211202 20:08:58.354" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:08:58.354" endtime="20211202 20:08:58.354"></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="20211202 20:08:58.355" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:08:58.354" endtime="20211202 20:08:58.355"></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="20211202 20:08:58.355" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:08:58.355" endtime="20211202 20:08:58.355"></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="20211202 20:08:58.356" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:08:58.355" endtime="20211202 20:08:58.356"></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="20211202 20:08:58.356" level="INFO">${unitSurcharge3} = 0.025</msg>
<status status="PASS" starttime="20211202 20:08:58.356" endtime="20211202 20:08:58.356"></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="20211202 20:08:58.357" level="INFO">${netWeight3} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:58.356" endtime="20211202 20:08:58.357"></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="20211202 20:08:58.357" level="INFO">${磅单id} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:58.357" endtime="20211202 20:08:58.357"></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="20211202 20:08:58.358" level="INFO">${status} = 51</msg>
<status status="PASS" starttime="20211202 20:08:58.357" endtime="20211202 20:08:58.358"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.045" endtime="20211202 20:08:58.358"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.045" endtime="20211202 20:08:58.358"></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="20211202 20:08:58.359" 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="20211202 20:08:58.359" endtime="20211202 20:08:58.360"></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="20211202 20:08:58.360" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:58.360" endtime="20211202 20:08:58.360"></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="20211202 20:08:58.362" level="INFO">${data} = { "settleUtiPrice":"1.675", "publicSubsidies":0, "netWeight":"17000.0", "settleWeight":null, "unitSurcharge":0.025, "transactionMainEnterpriseId":"15", "transactionMainEnt...</msg>
<status status="PASS" starttime="20211202 20:08:58.360" endtime="20211202 20:08:58.362"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:08:58.362" 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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"测试111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"江高仓", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"京R76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }</msg>
<status status="PASS" starttime="20211202 20:08:58.362" endtime="20211202 20:08:58.362"></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="20211202 20:08:58.570" 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': '1028'}
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/1638446925406.jpg" ], "orderItemId":"663876360049135616", "orderId":"663876360007192576", "settleDay":"2021-12-02", "settlePrice":0, "contractId":"663533697236078592", "millSupplierId":"660525241805705216", "millSupplierName":"\xe6\xb5\x8b\xe8\xaf\x95111", "invoicePoint":"9.6", "orderType":"2", "weightDay":"2021-12-02", "isInvoice":"1", "warehouseName":"\xe6\xb1\x9f\xe9\xab\x98\xe4\xbb\x93", "deductionNotes":"2021-12-02", "receivableSettlementRules":"0", "plateNumber":"\xe4\xba\xacR76859", "otherAmountList":[ ], "unitPrice":"1.675", "id":"663876366621609984" }'
</msg>
<msg timestamp="20211202 20:08:58.570" 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': 'Thu, 02 Dec 2021 12:08: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":{"weightNoteId":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:08:58.570" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:58.363" endtime="20211202 20:08:58.570"></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="20211202 20:08:58.571" level="INFO">{'code': 0, 'message': 'successful', 'data': {'weightNoteId': '663876366621609984', 'contractId': None}}</msg>
<status status="PASS" starttime="20211202 20:08:58.571" endtime="20211202 20:08:58.571"></status>
</kw>
<kw name="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="20211202 20:08:58.572" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:58.571" endtime="20211202 20:08:58.572"></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="20211202 20:08:58.572" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:08:58.572" endtime="20211202 20:08:58.572"></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="20211202 20:08:58.572" endtime="20211202 20:08:58.573"></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="20211202 20:08:58.573" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:58.573" endtime="20211202 20:08:58.573"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.358" endtime="20211202 20:08:58.573"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.358" endtime="20211202 20:08:58.573"></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="20211202 20:08:58.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="20211202 20:08:58.574" endtime="20211202 20:08:58.575"></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="20211202 20:08:58.712" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:08:58.712" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:58.712" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:58.575" endtime="20211202 20:08:58.712"></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="20211202 20:08:58.713" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:08:58.713" endtime="20211202 20:08:58.713"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.574" endtime="20211202 20:08:58.713"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.574" endtime="20211202 20:08:58.714"></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="20211202 20:08:58.715" 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="20211202 20:08:58.714" endtime="20211202 20:08:58.715"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:58.904" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:08:58.904" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":1,"activityNoteStatus":1,"activityOrderAuditPassNum":0,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:08:58.905" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:58.715" endtime="20211202 20:08:58.905"></status>
</kw>
<kw name="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="20211202 20:08:58.906" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:58.905" endtime="20211202 20:08:58.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>${reps.json()["data"]["orderItems"][0]}</arg>
<arg>unitSurcharge</arg>
</arguments>
<assign>
<var>${unitSurcharge}</var>
</assign>
<msg timestamp="20211202 20:08:58.906" level="INFO">${unitSurcharge} = 0.025</msg>
<status status="PASS" starttime="20211202 20:08:58.906" endtime="20211202 20:08:58.906"></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="20211202 20:08:58.907" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:58.906" endtime="20211202 20:08:58.907"></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="20211202 20:08:58.907" level="INFO">${unitSurcharge} = 0.025</msg>
<status status="PASS" starttime="20211202 20:08:58.907" endtime="20211202 20:08:58.907"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.714" endtime="20211202 20:08:58.907"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.714" endtime="20211202 20:08:58.908"></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="20211202 20:08:58.909" 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="20211202 20:08:58.908" endtime="20211202 20:08:58.909"></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&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:59.035" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
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="20211202 20:08:59.035" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/parameter/get/parameter?pageNum=1&amp;pageSize=10&amp;withdrawState=&amp;state=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":[{"id":"46057","orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876421101424640","weightNoteId":"663876366621609984","orderCreateTime":"2021-12-02 20:08:44","bizName":"张山","bizId":"498985714587930624","customerName":"赖勇兰","settlePrice":null,"buzName":"赖勇兰","buzId":"617003842541850624","paperMillName":"Ceshi_factory","paperMillId":"660525241717624832","millSupplierName":"测试111","millSupplierId":"660525241805705216","plateNum":"京R76859","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":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","totalOtherAmount":null,"remark":null,"contractType":2,"settlementType":1,"contractId":null,"contractNo":"Ceshi_factory--代收","activityId":"660531609048584192","activitySettleType":1,"belongsToEnterpriseId":"660158494724460544","belongsToEnterpriseName":"重庆亨乐西餐食品有限公司","firstPayPercent":"85%","settleDay":"2021-12-02","refundSubsidy":null,"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="20211202 20:08:59.036" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:58.909" endtime="20211202 20:08:59.036"></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="20211202 20:08:59.037" level="INFO">${台账列表数据} = {'id': '46057', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876421101424640', 'weightNoteId': '663876366621609984', 'orderCreateTime': '2021-12-02 20:08...</msg>
<status status="PASS" starttime="20211202 20:08:59.036" endtime="20211202 20:08:59.037"></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="20211202 20:08:59.037" endtime="20211202 20:08:59.037"></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="20211202 20:08:59.038" endtime="20211202 20:08:59.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.908" endtime="20211202 20:08:59.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:58.908" endtime="20211202 20:08:59.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:56.613" endtime="20211202 20:08:59.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.898" endtime="20211202 20:08:59.038"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:46.896" endtime="20211202 20:08:59.039" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:59.040" 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="20211202 20:08:59.040" endtime="20211202 20:08:59.041"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:08:59.101" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
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="20211202 20:08:59.102" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876421101424640","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:08:59.102" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:59.041" endtime="20211202 20:08:59.102"></status>
</kw>
<kw name="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="20211202 20:08:59.103" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:59.102" endtime="20211202 20:08:59.103"></status>
</kw>
<kw name="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="20211202 20:08:59.104" level="INFO">${auditRequestId} = 663876421101424640</msg>
<status status="PASS" starttime="20211202 20:08:59.103" endtime="20211202 20:08:59.104"></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="20211202 20:08:59.104" level="INFO">${audit_status} = 0</msg>
<status status="PASS" starttime="20211202 20:08:59.104" endtime="20211202 20:08:59.104"></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="20211202 20:08:59.105" level="INFO">${auditRequestId} = 663876421101424640</msg>
<status status="PASS" starttime="20211202 20:08:59.104" endtime="20211202 20:08:59.105"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:59.039" endtime="20211202 20:08:59.105" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:59.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="20211202 20:08:59.106" endtime="20211202 20:08:59.107"></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="20211202 20:08:59.108" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:59.107" endtime="20211202 20:08:59.108"></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="20211202 20:08:59.394" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
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="20211202 20:08:59.394" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:08: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":{"orderItemId":"663876360049135616","auditType":2,"auditRequestId":"663876421101424640","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876421185310720","driverName":null,"plateNumber":"京R76859","netWeight":17000.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:08:59.395" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:59.108" endtime="20211202 20:08:59.395"></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="20211202 20:08:59.396" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 2, 'auditRequestId': '663876421101424640', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': None, 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876421185310720', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 17000.0, 'settleWeight': None, 'deductedWeight': None, 'deductedWeightPoint': None, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.8358, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:08:59.395" endtime="20211202 20:08:59.396"></status>
</kw>
<kw name="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="20211202 20:08:59.397" level="INFO">${auditRequestItemId} = 663876421185310720</msg>
<status status="PASS" starttime="20211202 20:08:59.396" endtime="20211202 20:08:59.397"></status>
</kw>
<kw name="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="20211202 20:08:59.397" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:59.397" endtime="20211202 20:08:59.397"></status>
</kw>
<kw name="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="20211202 20:08:59.398" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:59.398" endtime="20211202 20:08:59.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.json()["data"]["items"][0]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:08:59.399" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:59.398" endtime="20211202 20:08:59.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.json()["data"]["items"][0]}</arg>
<arg>paperMillPayAt</arg>
</arguments>
<assign>
<var>${paperMillPayAt}</var>
</assign>
<msg timestamp="20211202 20:08:59.399" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:59.399" endtime="20211202 20:08:59.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.json()["data"]["items"][0]}</arg>
<arg>plateNumber</arg>
</arguments>
<assign>
<var>${plateNumber}</var>
</assign>
<msg timestamp="20211202 20:08:59.400" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:59.400" endtime="20211202 20:08:59.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.json()["data"]["items"][0]}</arg>
<arg>settleWeight</arg>
</arguments>
<assign>
<var>${settleWeight}</var>
</assign>
<msg timestamp="20211202 20:08:59.401" level="INFO">${settleWeight} = None</msg>
<status status="PASS" starttime="20211202 20:08:59.400" endtime="20211202 20:08:59.401"></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="20211202 20:08:59.402" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:59.401" endtime="20211202 20:08:59.402"></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="20211202 20:08:59.402" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:59.402" endtime="20211202 20:08:59.402"></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="20211202 20:08:59.403" level="INFO">${auditRequestItemId} = 663876421185310720</msg>
<status status="PASS" starttime="20211202 20:08:59.402" endtime="20211202 20:08:59.403"></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="20211202 20:08:59.403" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:08:59.403" endtime="20211202 20:08:59.403"></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="20211202 20:08:59.404" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:08:59.404" endtime="20211202 20:08:59.404"></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="20211202 20:08:59.405" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:08:59.404" endtime="20211202 20:08:59.405"></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="20211202 20:08:59.405" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:08:59.405" endtime="20211202 20:08:59.405"></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="20211202 20:08:59.406" level="INFO">${settleWeight} = 0</msg>
<status status="PASS" starttime="20211202 20:08:59.405" endtime="20211202 20:08:59.406"></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="20211202 20:08:59.406" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:08:59.406" endtime="20211202 20:08:59.406"></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="20211202 20:08:59.407" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:08:59.407" endtime="20211202 20:08:59.407"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:59.105" endtime="20211202 20:08:59.407" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:08:59.409" 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="20211202 20:08:59.408" endtime="20211202 20:08:59.409"></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="20211202 20:08:59.410" level="INFO">${data} = { "auditRequestItemId":"663876421185310720", "categoryName":"花纸", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"京R76859", ...</msg>
<status status="PASS" starttime="20211202 20:08:59.409" endtime="20211202 20:08:59.410"></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="20211202 20:08:59.771" 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":"663876421185310720", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":"", "plateNumber":"\xe4\xba\xacR76859", "settlementDate":"2021-12-02", "weighingDate":"2021-12-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="20211202 20:08:59.771" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:59.772" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:59.411" endtime="20211202 20:08:59.772"></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="20211202 20:08:59.772" endtime="20211202 20:08:59.773"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:59.407" endtime="20211202 20:08:59.773" critical="yes"></status>
</test>
<test id="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="20211202 20:08:59.774" 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="20211202 20:08:59.774" endtime="20211202 20:08:59.775"></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="20211202 20:08:59.775" level="INFO">${data} = { "auditRequestId":"663876421101424640", "isPass":1, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:08:59.775" endtime="20211202 20:08:59.775"></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="20211202 20:08:59.977" 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":"663876421101424640", "isPass":1, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:08:59.977" 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': 'Thu, 02 Dec 2021 12:08: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="20211202 20:08:59.977" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:08:59.776" endtime="20211202 20:08:59.977"></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="20211202 20:08:59.978" endtime="20211202 20:08:59.978"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:09:00.979" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:08:59.978" endtime="20211202 20:09:00.979"></status>
</kw>
<status status="PASS" starttime="20211202 20:08:59.773" endtime="20211202 20:09:00.980" critical="yes"></status>
</test>
<doc>运营审核-两次付款活动</doc>
<status status="PASS" starttime="20211202 20:08:46.071" endtime="20211202 20:09:00.981"></status>
</suite>
<status status="PASS" starttime="20211202 20:08:44.320" endtime="20211202 20:09:00.984"></status>
</suite>
<suite id="s1-s2-s3" name="3-Withdrawal application" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/3-Withdrawal_application">
<suite id="s1-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-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="20211202 20:09:01.007" 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="20211202 20:09:01.007" endtime="20211202 20:09:01.008"></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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:01.112" 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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
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="20211202 20:09:01.112" 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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876421101424640","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","weighingDate":"2021-12-02 00:00:00","settlePrice":23778.750000,"bizOwnerName":"张山","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"663876366621609984","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":1,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2021-12-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":1,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
</msg>
<msg timestamp="20211202 20:09:01.113" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:01.008" endtime="20211202 20:09:01.113"></status>
</kw>
<kw name="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="20211202 20:09:01.114" level="INFO">${auditedTime} = None</msg>
<status status="PASS" starttime="20211202 20:09:01.113" endtime="20211202 20:09:01.114"></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="20211202 20:09:01.114" endtime="20211202 20:09:01.115"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:01.006" endtime="20211202 20:09:01.115" critical="yes"></status>
</test>
<test id="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="20211202 20:09:01.117" 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="20211202 20:09:01.116" endtime="20211202 20:09:01.117"></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}&amp;weightNoteId=${weightNoteId}&amp;operationStatus=3</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:01.178" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;operationStatus=3
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;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="20211202 20:09:01.178" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;operationStatus=3
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[]}
</msg>
<msg timestamp="20211202 20:09:01.178" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:01.117" endtime="20211202 20:09:01.178"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:01.115" endtime="20211202 20:09:01.179" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:01.180" 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="20211202 20:09:01.179" endtime="20211202 20:09:01.180"></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="20211202 20:09:01.181" level="INFO">${data} = {"auditRequestId":"663876421101424640","adminId":null,"isPass":1,"remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:09:01.180" endtime="20211202 20:09:01.181"></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="20211202 20:09:01.252" 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":"663876421101424640","adminId":null,"isPass":1,"remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:09:01.253" 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': 'Thu, 02 Dec 2021 12:09: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":null}
</msg>
<msg timestamp="20211202 20:09:01.253" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:01.181" endtime="20211202 20:09:01.253"></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="20211202 20:09:01.254" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:09:01.254" endtime="20211202 20:09:01.254"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:09:02.255" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:09:01.255" endtime="20211202 20:09:02.256"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:01.179" endtime="20211202 20:09:02.256" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:02.258" 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="20211202 20:09:02.257" endtime="20211202 20:09:02.258"></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="20211202 20:09:02.259" level="INFO">${data} = { "id":"663876421101424640", "adminId":null }</msg>
<status status="PASS" starttime="20211202 20:09:02.259" endtime="20211202 20:09:02.259"></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="20211202 20:09:02.356" 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":"663876421101424640", "adminId":null }'
</msg>
<msg timestamp="20211202 20:09:02.356" 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': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:02.356" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:02.259" endtime="20211202 20:09:02.356"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:09:03.357" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:09:02.356" endtime="20211202 20:09:03.357"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:02.256" endtime="20211202 20:09:03.358" critical="yes"></status>
</test>
<doc>代卖应付</doc>
<status status="PASS" starttime="20211202 20:09:00.991" endtime="20211202 20:09:03.358"></status>
</suite>
<suite id="s1-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-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="20211202 20:09:03.365" 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="20211202 20:09:03.365" endtime="20211202 20:09:03.366"></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&amp;pageSize=10&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:03.446" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
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="20211202 20:09:03.446" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09:03 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":"663876426428190720","orderId":"663876360007192576","orderItemId":"663876360049135616","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","settlementDate":"2021-12-02","settlePrice":23778.75,"bizOwnerName":"张山","paperMillPayAt":"2021-12-27","status":0,"isInvalid":0,"weighingDate":"2021-12-02","paidPrice":null,"bankFlowNo":null,"remark":null,"auditRequestId":"663876421101424640","receivablePrice":26527.310,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"663876366621609984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"663876360007192576","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="20211202 20:09:03.446" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:03.366" endtime="20211202 20:09:03.446"></status>
</kw>
<kw name="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="20211202 20:09:03.447" level="INFO">${paymentOrderId} = 663876426428190720</msg>
<status status="PASS" starttime="20211202 20:09:03.446" endtime="20211202 20:09:03.447"></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="20211202 20:09:03.448" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '663876426428190720', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'settlementDate': '2021-12-02', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'paperMillPayAt': '2021-12-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2021-12-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '663876421101424640', 'receivablePrice': 26527.31, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '663876366621609984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '663876360007192576', '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="20211202 20:09:03.447" endtime="20211202 20:09:03.448"></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="20211202 20:09:03.449" level="INFO">${paymentOrderId} = 663876426428190720</msg>
<status status="PASS" starttime="20211202 20:09:03.448" endtime="20211202 20:09:03.449"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:03.364" endtime="20211202 20:09:03.449" critical="yes"></status>
</test>
<test id="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="20211202 20:09:03.450" 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="20211202 20:09:03.450" endtime="20211202 20:09:03.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/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:03.657" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
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="20211202 20:09:03.657" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876421101424640/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09:03 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":"663876360049135616","auditType":2,"auditRequestId":"663876421101424640","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":1,"auditStatus":2,"settleStatus":2,"weightNoteImageUrlList":null,"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876421185310720","driverName":null,"plateNumber":"京R76859","netWeight":17000.000,"settleWeight":null,"deductedWeight":null,"deductedWeightPoint":null,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-02","paperMillPayAt":"2021-12-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/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.835800,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:09:03.657" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:03.452" endtime="20211202 20:09:03.657"></status>
</kw>
<kw name="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="20211202 20:09:03.658" level="INFO">${receivablePriceIncludeTax} = 26527.31</msg>
<status status="PASS" starttime="20211202 20:09:03.658" endtime="20211202 20:09:03.658"></status>
</kw>
<kw name="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="20211202 20:09:03.659" level="INFO">${noReceivablePrice} = 26527.31</msg>
<status status="PASS" starttime="20211202 20:09:03.659" endtime="20211202 20:09:03.659"></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="20211202 20:09:03.660" level="INFO">${receivablePriceIncludeTax} = 26527.31</msg>
<status status="PASS" starttime="20211202 20:09:03.659" endtime="20211202 20:09:03.660"></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="20211202 20:09:03.660" level="INFO">${noReceivablePrice} = 26527.31</msg>
<status status="PASS" starttime="20211202 20:09:03.660" endtime="20211202 20:09:03.660"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:03.449" endtime="20211202 20:09:03.660" critical="yes"></status>
</test>
<test id="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="20211202 20:09:03.662" 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="20211202 20:09:03.661" endtime="20211202 20:09:03.662"></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="20211202 20:09:03.663" level="INFO">${data} = { "paymentOrderId":"663876426428190720", "receivablePrice":"26527.31", "paidPrice":"26527.31", "noReceiveblePrice":"26527.31", "bankFlowNo":null, "paymentAdjustmentFee":null, ...</msg>
<status status="PASS" starttime="20211202 20:09:03.662" endtime="20211202 20:09:03.663"></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="20211202 20:09:03.758" 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":"663876426428190720", "receivablePrice":"26527.31", "paidPrice":"26527.31", "noReceiveblePrice":"26527.31", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:09:03.759" 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': 'Thu, 02 Dec 2021 12:09:03 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="20211202 20:09:03.759" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:03.663" endtime="20211202 20:09:03.759"></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="20211202 20:09:03.759" endtime="20211202 20:09:03.760"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>5</arg>
</arguments>
<msg timestamp="20211202 20:09:08.761" level="INFO">Slept 5 seconds</msg>
<status status="PASS" starttime="20211202 20:09:03.760" endtime="20211202 20:09:08.761"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:03.661" endtime="20211202 20:09:08.761" critical="yes"></status>
</test>
<doc>代卖应收</doc>
<status status="PASS" starttime="20211202 20:09:03.361" endtime="20211202 20:09:08.762"></status>
</suite>
<status status="PASS" starttime="20211202 20:09:00.988" endtime="20211202 20:09:08.764"></status>
</suite>
<suite id="s1-s2-s4" name="4-Consignment management" source="/root/ztb-trading-rf-api/002-Activeorder/2-Background_system(Test)/4-Consignment_management">
<suite id="s1-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-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="20211202 20:09:08.773" 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="20211202 20:09:08.773" endtime="20211202 20:09:08.774"></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&amp;pageSize=10&amp;orderType=2&amp;status=51&amp;weightNoteType=2&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:08.937" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&amp;pageSize=10&amp;orderType=2&amp;status=51&amp;weightNoteType=2&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&amp;pageSize=10&amp;orderType=2&amp;status=51&amp;weightNoteType=2&amp;orderItemId=663876360049135616
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="20211202 20:09:08.938" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order-item-list?pageNum=1&amp;pageSize=10&amp;orderType=2&amp;status=51&amp;weightNoteType=2&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":"663876360007192576","orderItemId":"663876360049135616","weightNoteId":"663876366621609984","orderPlacerName":"赖勇兰","paperMillName":"Ceshi_factory","paperCategoryName":"花纸","deliveryTime":"2021-12-02","millSupplierName":"测试111","plateNumber":"京R76859","operationReviewStatus":51,"createTime":"2021-12-02 20:08:44","bizOwnerId":"498985714587930624","bizOwnerName":"张山","reviewTime":"2021-12-02 20:08:59","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="20211202 20:09:08.938" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:08.774" endtime="20211202 20:09:08.938"></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="20211202 20:09:08.939" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'weightNoteId': '663876366621609984', 'orderPlacerName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'paperCategoryName': '花纸', 'deliveryTime': '2021-12-02', 'millSupplierName': '测试111', 'plateNumber': '京R76859', 'operationReviewStatus': 51, 'createTime': '2021-12-02 20:08:44', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'reviewTime': '2021-12-02 20:08:59', '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="20211202 20:09:08.938" endtime="20211202 20:09:08.939"></status>
</kw>
<kw name="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="20211202 20:09:08.940" level="INFO">${orderItemId} = 663876360049135616</msg>
<status status="PASS" starttime="20211202 20:09:08.939" endtime="20211202 20:09:08.940"></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="20211202 20:09:08.940" level="INFO">${orderItemId} = 663876360049135616</msg>
<status status="PASS" starttime="20211202 20:09:08.940" endtime="20211202 20:09:08.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()["data"]["records"][0]["orderId"]}</arg>
<arg>${orderId}</arg>
</arguments>
<status status="PASS" starttime="20211202 20:09:08.940" endtime="20211202 20:09:08.941"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:08.773" endtime="20211202 20:09:08.941" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:08.942" 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="20211202 20:09:08.942" endtime="20211202 20:09:08.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/customer-service/get/proxy-order/${orderId}</arg>
<arg>params=orderId=${orderId}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:09.157" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:09:09.157" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":null,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":null,"deductedPoint":null,"settlePrice":0.000,"remark":null,"imageUrls":null},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":0,"paymentType":2,"activityNoteStatus":0,"activityOrderAuditPassNum":1,"unSettleMoney":null,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","rank":2,"status":1},{"description":"已审核,首款结算中","time":"2021-12-02 20:08:59","rank":4,"status":1},{"description":"首款已结算,待质检","time":"2021-12-02 20:09:02","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:09:09.157" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:08.943" endtime="20211202 20:09:09.157"></status>
</kw>
<kw name="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="20211202 20:09:09.158" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:09:09.158" endtime="20211202 20:09:09.158"></status>
</kw>
<kw name="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="20211202 20:09:09.159" level="INFO">${unitSurcharge} = 0.025</msg>
<status status="PASS" starttime="20211202 20:09:09.159" endtime="20211202 20:09:09.159"></status>
</kw>
<kw name="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="20211202 20:09:09.160" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.159" endtime="20211202 20:09:09.160"></status>
</kw>
<kw name="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="20211202 20:09:09.161" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:09:09.160" endtime="20211202 20:09:09.161"></status>
</kw>
<kw name="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="20211202 20:09:09.162" level="INFO">${unitPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.161" endtime="20211202 20:09:09.162"></status>
</kw>
<kw name="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="20211202 20:09:09.162" level="INFO">${publicSubsidies} = None</msg>
<status status="PASS" starttime="20211202 20:09:09.162" endtime="20211202 20:09:09.162"></status>
</kw>
<kw name="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="20211202 20:09:09.163" level="INFO">${millSupplierId} = 660525241805705216</msg>
<status status="PASS" starttime="20211202 20:09:09.163" endtime="20211202 20:09:09.163"></status>
</kw>
<kw name="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="20211202 20:09:09.164" level="INFO">${paperMillSupplierName} = 测试111</msg>
<status status="PASS" starttime="20211202 20:09:09.163" endtime="20211202 20:09:09.164"></status>
</kw>
<kw name="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="20211202 20:09:09.164" level="INFO">${surcharge} = 425.0</msg>
<status status="PASS" starttime="20211202 20:09:09.164" endtime="20211202 20:09:09.165"></status>
</kw>
<kw name="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="20211202 20:09:09.165" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:09:09.165" endtime="20211202 20:09:09.165"></status>
</kw>
<kw name="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="20211202 20:09:09.166" level="INFO">${paymentType} = 2</msg>
<status status="PASS" starttime="20211202 20:09:09.165" endtime="20211202 20:09:09.166"></status>
</kw>
<kw name="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="20211202 20:09:09.167" level="INFO">${activityNoteStatus} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.166" endtime="20211202 20:09:09.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>transactionMainEnterpriseId</arg>
</arguments>
<assign>
<var>${交易主体id}</var>
</assign>
<msg timestamp="20211202 20:09:09.167" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:09:09.167" endtime="20211202 20:09:09.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>transactionMainEnterpriseName</arg>
</arguments>
<assign>
<var>${交易主体name}</var>
</assign>
<msg timestamp="20211202 20:09:09.168" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:09:09.168" endtime="20211202 20:09:09.168"></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="20211202 20:09:09.169" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.168" endtime="20211202 20:09:09.169"></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="20211202 20:09:09.169" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.169" endtime="20211202 20:09:09.169"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${contractId}</arg>
</arguments>
<msg timestamp="20211202 20:09:09.170" level="INFO">663533697236078592</msg>
<status status="PASS" starttime="20211202 20:09:09.170" endtime="20211202 20:09:09.170"></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="20211202 20:09:09.171" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:09:09.170" endtime="20211202 20:09:09.171"></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="20211202 20:09:09.171" level="INFO">${unitSurcharge} = 0.025</msg>
<status status="PASS" starttime="20211202 20:09:09.171" endtime="20211202 20:09:09.171"></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="20211202 20:09:09.172" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:09:09.171" endtime="20211202 20:09:09.172"></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="20211202 20:09:09.172" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.172" endtime="20211202 20:09:09.172"></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="20211202 20:09:09.173" level="INFO">${unitPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.172" endtime="20211202 20:09:09.173"></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="20211202 20:09:09.173" level="INFO">${publicSubsidies} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.173" endtime="20211202 20:09:09.173"></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="20211202 20:09:09.174" level="INFO">${millSupplierId} = 660525241805705216</msg>
<status status="PASS" starttime="20211202 20:09:09.173" endtime="20211202 20:09:09.174"></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="20211202 20:09:09.174" level="INFO">${paperMillSupplierName} = 测试111</msg>
<status status="PASS" starttime="20211202 20:09:09.174" endtime="20211202 20:09:09.174"></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="20211202 20:09:09.175" level="INFO">${proxySellerSettleType} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.175" endtime="20211202 20:09:09.175"></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="20211202 20:09:09.176" level="INFO">${contractId} = 663533697236078592</msg>
<status status="PASS" starttime="20211202 20:09:09.175" endtime="20211202 20:09:09.176"></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="20211202 20:09:09.176" level="INFO">${surcharge} = 425.0</msg>
<status status="PASS" starttime="20211202 20:09:09.176" endtime="20211202 20:09:09.176"></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="20211202 20:09:09.177" level="INFO">${paymentType} = 2</msg>
<status status="PASS" starttime="20211202 20:09:09.177" endtime="20211202 20:09:09.177"></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="20211202 20:09:09.177" level="INFO">${activityNoteStatus} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.177" endtime="20211202 20:09:09.177"></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="20211202 20:09:09.178" level="INFO">${交易主体name} = 厦门千纸互联科技有限公司</msg>
<status status="PASS" starttime="20211202 20:09:09.178" endtime="20211202 20:09:09.178"></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="20211202 20:09:09.179" level="INFO">${交易主体id} = 15</msg>
<status status="PASS" starttime="20211202 20:09:09.178" endtime="20211202 20:09:09.179"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:08.941" endtime="20211202 20:09:09.179" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.180" 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="20211202 20:09:09.180" endtime="20211202 20:09:09.181"></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="20211202 20:09:09.263" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
path_url=/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
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="20211202 20:09:09.263" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/proxy-order/delivery-info/663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"orderId":"663876360007192576","orderItemId":"663876360049135616","activityId":"660531609048584192","transactionMainEnterpriseId":"15","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","warehouseName":null,"weightDay":"2021-12-02","settleDay":"2021-12-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/1638446925406.jpg"],"plateNumber":"京R76859","settleUtiPriceIncludeTax":1.835800,"settleUtiPriceIncludeTaxType":1,"isEntire":0}}
</msg>
<msg timestamp="20211202 20:09:09.263" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.181" endtime="20211202 20:09:09.264"></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="20211202 20:09:09.265" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'activityId': '660531609048584192', 'transactionMainEnterpriseId': '15', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'warehouseName': None, 'weightDay': '2021-12-02', 'settleDay': '2021-12-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/1638446925406.jpg'], 'plateNumber': '京R76859', 'settleUtiPriceIncludeTax': 1.8358, 'settleUtiPriceIncludeTaxType': 1, 'isEntire': 0}}</msg>
<status status="PASS" starttime="20211202 20:09:09.264" endtime="20211202 20:09:09.265"></status>
</kw>
<kw name="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="20211202 20:09:09.265" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:09:09.265" endtime="20211202 20:09:09.265"></status>
</kw>
<kw name="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="20211202 20:09:09.266" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.266" endtime="20211202 20:09:09.266"></status>
</kw>
<kw name="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="20211202 20:09:09.267" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
<status status="PASS" starttime="20211202 20:09:09.266" endtime="20211202 20:09:09.267"></status>
</kw>
<kw name="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="20211202 20:09:09.268" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:09:09.267" endtime="20211202 20:09:09.268"></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="20211202 20:09:09.268" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:09:09.268" endtime="20211202 20:09:09.268"></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="20211202 20:09:09.269" level="INFO">${settleUtiPrice} = 1.675</msg>
<status status="PASS" starttime="20211202 20:09:09.268" endtime="20211202 20:09:09.269"></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="20211202 20:09:09.270" level="INFO">${settleUtiPriceIncludeTaxType} = 1</msg>
<status status="PASS" starttime="20211202 20:09:09.269" endtime="20211202 20:09:09.270"></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="20211202 20:09:09.270" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:09:09.270" endtime="20211202 20:09:09.270"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.179" endtime="20211202 20:09:09.271" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.272" 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="20211202 20:09:09.271" endtime="20211202 20:09:09.272"></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="20211202 20:09:09.320" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
path_url=/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
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="20211202 20:09:09.321" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/contract/get/selectable-contract-list?orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"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="20211202 20:09:09.321" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.272" endtime="20211202 20:09:09.321"></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="20211202 20:09:09.322" 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="20211202 20:09:09.322" endtime="20211202 20:09:09.323"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.271" endtime="20211202 20:09:09.323" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.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="20211202 20:09:09.324" endtime="20211202 20:09:09.325"></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="20211202 20:09:09.489" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/weightnote/663876366621609984
path_url=/recycle-service/admin/proxy-sell/get/weightnote/663876366621609984
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="20211202 20:09:09.489" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-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":"京R76859","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="20211202 20:09:09.489" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.326" endtime="20211202 20:09:09.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="20211202 20:09:09.490" level="INFO">{'code': 0, 'message': 'successful', 'data': {'id': '663876366621609984', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'type': None, 'weightDay': '2021-12-02', 'settleDay': '2021-12-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': '京R76859', '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="20211202 20:09:09.490" endtime="20211202 20:09:09.491"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.323" endtime="20211202 20:09:09.491" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.492" 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="20211202 20:09:09.492" endtime="20211202 20:09:09.492"></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="20211202 20:09:09.533" 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="20211202 20:09:09.533" 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': 'Thu, 02 Dec 2021 12:09: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":[{"name":"测试111","id":"660525241805705216"}]}
</msg>
<msg timestamp="20211202 20:09:09.533" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.493" endtime="20211202 20:09:09.533"></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="20211202 20:09:09.534" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'name': '测试111', 'id': '660525241805705216'}]}</msg>
<status status="PASS" starttime="20211202 20:09:09.534" endtime="20211202 20:09:09.534"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.491" endtime="20211202 20:09:09.535" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.536" 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="20211202 20:09:09.535" endtime="20211202 20:09:09.536"></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="20211202 20:09:09.575" 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="20211202 20:09:09.575" 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': 'Thu, 02 Dec 2021 12:09: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":["石基仓","江高仓","大观仓","钟落潭仓"]}
</msg>
<msg timestamp="20211202 20:09:09.575" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.536" endtime="20211202 20:09:09.575"></status>
</kw>
<kw 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="20211202 20:09:09.576" level="INFO">${仓库} = ['石基仓', '江高仓', '大观仓', '钟落潭仓']</msg>
<status status="PASS" starttime="20211202 20:09:09.576" endtime="20211202 20:09:09.576"></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="20211202 20:09:09.577" level="INFO">${所属仓库} = 石基仓</msg>
<status status="PASS" starttime="20211202 20:09:09.576" endtime="20211202 20:09:09.577"></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="20211202 20:09:09.577" endtime="20211202 20:09:09.577"></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="20211202 20:09:09.578" level="INFO">${所属仓库} = 石基仓</msg>
<status status="PASS" starttime="20211202 20:09:09.578" endtime="20211202 20:09:09.578"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.535" endtime="20211202 20:09:09.578" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.579" 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="20211202 20:09:09.579" endtime="20211202 20:09:09.580"></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="20211202 20:09:09.617" 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="20211202 20:09:09.618" 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': 'Thu, 02 Dec 2021 12:09: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":[{"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="20211202 20:09:09.618" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.580" endtime="20211202 20:09:09.618"></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="20211202 20:09:09.619" 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="20211202 20:09:09.618" endtime="20211202 20:09:09.619"></status>
</kw>
<kw 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="20211202 20:09:09.620" 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="20211202 20:09:09.619" endtime="20211202 20:09:09.620"></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="20211202 20:09:09.620" 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="20211202 20:09:09.620" endtime="20211202 20:09:09.621"></status>
</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="20211202 20:09:09.621" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.621" endtime="20211202 20:09:09.621"></status>
</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="20211202 20:09:09.621" level="INFO">${name} = 千鸟-经纪业务</msg>
<status status="PASS" starttime="20211202 20:09:09.621" endtime="20211202 20:09:09.621"></status>
</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="20211202 20:09:09.622" level="INFO">${id} = 39</msg>
<status status="PASS" starttime="20211202 20:09:09.622" endtime="20211202 20:09:09.622"></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="20211202 20:09:09.622" endtime="20211202 20:09:09.623"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.620" endtime="20211202 20:09:09.623"></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="20211202 20:09:09.623" 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="20211202 20:09:09.623" endtime="20211202 20:09:09.623"></status>
</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="20211202 20:09:09.624" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.623" endtime="20211202 20:09:09.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>${item}</arg>
<arg>name</arg>
</arguments>
<assign>
<var>${name}</var>
</assign>
<msg timestamp="20211202 20:09:09.624" level="INFO">${name} = 千纸鹤代卖业务</msg>
<status status="PASS" starttime="20211202 20:09:09.624" endtime="20211202 20:09:09.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>${item}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${id}</var>
</assign>
<msg timestamp="20211202 20:09:09.624" level="INFO">${id} = 40</msg>
<status status="PASS" starttime="20211202 20:09:09.624" endtime="20211202 20:09:09.624"></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="20211202 20:09:09.625" endtime="20211202 20:09:09.625"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.623" endtime="20211202 20:09:09.625"></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="20211202 20:09:09.625" 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="20211202 20:09:09.625" endtime="20211202 20:09:09.625"></status>
</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="20211202 20:09:09.626" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.626" endtime="20211202 20:09:09.626"></status>
</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="20211202 20:09:09.626" level="INFO">${name} = 测试资金方</msg>
<status status="PASS" starttime="20211202 20:09:09.626" endtime="20211202 20:09:09.626"></status>
</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="20211202 20:09:09.627" level="INFO">${id} = 41</msg>
<status status="PASS" starttime="20211202 20:09:09.627" endtime="20211202 20:09:09.627"></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="20211202 20:09:09.627" endtime="20211202 20:09:09.627"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.625" endtime="20211202 20:09:09.627"></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="20211202 20:09:09.628" 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="20211202 20:09:09.627" endtime="20211202 20:09:09.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>${item}</arg>
<arg>isDefault</arg>
</arguments>
<assign>
<var>${isDefault}</var>
</assign>
<msg timestamp="20211202 20:09:09.628" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.628" endtime="20211202 20:09:09.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>${item}</arg>
<arg>name</arg>
</arguments>
<assign>
<var>${name}</var>
</assign>
<msg timestamp="20211202 20:09:09.629" level="INFO">${name} = 千鸟-技术部测试数据</msg>
<status status="PASS" starttime="20211202 20:09:09.628" endtime="20211202 20:09:09.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>${item}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${id}</var>
</assign>
<msg timestamp="20211202 20:09:09.629" level="INFO">${id} = 42</msg>
<status status="PASS" starttime="20211202 20:09:09.629" endtime="20211202 20:09:09.629"></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="20211202 20:09:09.629" endtime="20211202 20:09:09.629"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.627" endtime="20211202 20:09:09.630"></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="20211202 20:09:09.630" 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="20211202 20:09:09.630" endtime="20211202 20:09:09.630"></status>
</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="20211202 20:09:09.630" level="INFO">${isDefault} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.630" endtime="20211202 20:09:09.630"></status>
</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="20211202 20:09:09.631" level="INFO">${name} = 千鸟</msg>
<status status="PASS" starttime="20211202 20:09:09.631" endtime="20211202 20:09:09.631"></status>
</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="20211202 20:09:09.631" level="INFO">${id} = 46</msg>
<status status="PASS" starttime="20211202 20:09:09.631" endtime="20211202 20:09:09.631"></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="20211202 20:09:09.631" endtime="20211202 20:09:09.632"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.630" endtime="20211202 20:09:09.632"></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="20211202 20:09:09.632" 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="20211202 20:09:09.632" endtime="20211202 20:09:09.632"></status>
</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="20211202 20:09:09.633" level="INFO">${isDefault} = 1</msg>
<status status="PASS" starttime="20211202 20:09:09.632" endtime="20211202 20:09:09.633"></status>
</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="20211202 20:09:09.633" level="INFO">${name} = 千鸟数据</msg>
<status status="PASS" starttime="20211202 20:09:09.633" endtime="20211202 20:09:09.633"></status>
</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="20211202 20:09:09.634" level="INFO">${id} = 47</msg>
<status status="PASS" starttime="20211202 20:09:09.633" endtime="20211202 20:09:09.634"></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="20211202 20:09:09.634" level="INFO">Exiting for loop altogether.</msg>
<status status="PASS" starttime="20211202 20:09:09.634" endtime="20211202 20:09:09.634"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.632" endtime="20211202 20:09:09.634"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.620" endtime="20211202 20:09:09.634"></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="20211202 20:09:09.635" level="INFO">${name} = 千鸟数据</msg>
<status status="PASS" starttime="20211202 20:09:09.635" endtime="20211202 20:09:09.635"></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="20211202 20:09:09.636" level="INFO">${id} = 47</msg>
<status status="PASS" starttime="20211202 20:09:09.635" endtime="20211202 20:09:09.636"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.579" endtime="20211202 20:09:09.636" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.637" 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="20211202 20:09:09.637" endtime="20211202 20:09:09.638"></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="20211202 20:09:09.676" 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="20211202 20:09:09.676" 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': 'Thu, 02 Dec 2021 12:09: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":[{"paperMillCategoryId":"661536969788100608","categoryName":"坑卡","inspectionNote":null},{"paperMillCategoryId":"661536965862232064","categoryName":"小白纸","inspectionNote":null},{"paperMillCategoryId":"660529551931215872","categoryName":"花纸","inspectionNote":null}]}
</msg>
<msg timestamp="20211202 20:09:09.676" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.638" endtime="20211202 20:09:09.676"></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="20211202 20:09:09.677" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'paperMillCategoryId': '661536969788100608', 'categoryName': '坑卡', 'inspectionNote': None}, {'paperMillCategoryId': '661536965862232064', 'categoryName': '小白纸', 'inspectionNote': None}, {'paperMillCategoryId': '660529551931215872', 'categoryName': '花纸', 'inspectionNote': None}]}</msg>
<status status="PASS" starttime="20211202 20:09:09.677" endtime="20211202 20:09:09.677"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.636" endtime="20211202 20:09:09.677" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.679" 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="20211202 20:09:09.678" endtime="20211202 20:09:09.679"></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="20211202 20:09:09.744" 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="20211202 20:09:09.744" 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': 'Thu, 02 Dec 2021 12:09: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":{"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="20211202 20:09:09.744" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.679" endtime="20211202 20:09:09.744"></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="20211202 20:09:09.746" 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="20211202 20:09:09.745" endtime="20211202 20:09:09.746"></status>
</kw>
<kw name="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="20211202 20:09:09.747" level="INFO">${advanceFund} = None</msg>
<status status="PASS" starttime="20211202 20:09:09.746" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>buyerEnterpriseId</arg>
</arguments>
<assign>
<var>${buyerEnterpriseId}</var>
</assign>
<msg timestamp="20211202 20:09:09.747" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
<status status="PASS" starttime="20211202 20:09:09.747" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>settleRules</arg>
</arguments>
<assign>
<var>${settleRules}</var>
</assign>
<msg timestamp="20211202 20:09:09.748" level="INFO">${settleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.748" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>settlePriceIncludeTaxSettleRules</arg>
</arguments>
<assign>
<var>${settlePriceIncludeTaxSettleRules}</var>
</assign>
<msg timestamp="20211202 20:09:09.749" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.748" endtime="20211202 20:09:09.749"></status>
</kw>
<kw name="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="20211202 20:09:09.749" level="INFO">${taxRefundRate} = 9.6</msg>
<status status="PASS" starttime="20211202 20:09:09.749" endtime="20211202 20:09:09.749"></status>
</kw>
<kw name="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="20211202 20:09:09.750" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:09:09.750" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>hasInvoice</arg>
</arguments>
<assign>
<var>${hasInvoice}</var>
</assign>
<msg timestamp="20211202 20:09:09.750" level="INFO">${hasInvoice} = 1</msg>
<status status="PASS" starttime="20211202 20:09:09.750" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>accountPeriodType</arg>
</arguments>
<assign>
<var>${accountPeriodType}</var>
</assign>
<msg timestamp="20211202 20:09:09.751" level="INFO">${accountPeriodType} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.751" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>isSubsidyAndDeductIncludeTax</arg>
</arguments>
<assign>
<var>${isSubsidyAndDeductIncludeTax}</var>
</assign>
<msg timestamp="20211202 20:09:09.752" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.751" endtime="20211202 20:09:09.752"></status>
</kw>
<kw name="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="20211202 20:09:09.753" level="INFO">${receivableSettlementRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.752" endtime="20211202 20:09:09.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>${reps.json()["data"]}</arg>
<arg>settlePriceIncludeTaxSettleRules</arg>
</arguments>
<assign>
<var>${settlePriceIncludeTaxSettleRules}</var>
</assign>
<msg timestamp="20211202 20:09:09.754" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.753" endtime="20211202 20:09:09.754"></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="20211202 20:09:09.754" level="INFO">${advanceFund} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.754" endtime="20211202 20:09:09.754"></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="20211202 20:09:09.755" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:09:09.754" endtime="20211202 20:09:09.755"></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="20211202 20:09:09.755" level="INFO">${advanceFund} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.755" endtime="20211202 20:09:09.755"></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="20211202 20:09:09.756" level="INFO">${buyerEnterpriseId} = 660525239146516480</msg>
<status status="PASS" starttime="20211202 20:09:09.756" endtime="20211202 20:09:09.756"></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="20211202 20:09:09.756" level="INFO">${taxRefundRate} = 9.6</msg>
<status status="PASS" starttime="20211202 20:09:09.756" endtime="20211202 20:09:09.756"></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="20211202 20:09:09.757" level="INFO">${proxyPaySurcharge} = 0.013</msg>
<status status="PASS" starttime="20211202 20:09:09.757" endtime="20211202 20:09:09.758"></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="20211202 20:09:09.759" level="INFO">${hasInvoice} = 1</msg>
<status status="PASS" starttime="20211202 20:09:09.758" endtime="20211202 20:09:09.759"></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="20211202 20:09:09.759" level="INFO">${accountPeriodType} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.759" endtime="20211202 20:09:09.759"></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="20211202 20:09:09.760" level="INFO">${settleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.759" endtime="20211202 20:09:09.760"></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="20211202 20:09:09.760" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.760" endtime="20211202 20:09:09.760"></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="20211202 20:09:09.761" level="INFO">${isSubsidyAndDeductIncludeTax} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.760" endtime="20211202 20:09:09.761"></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="20211202 20:09:09.761" level="INFO">${receivableSettlementRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.761" endtime="20211202 20:09:09.761"></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="20211202 20:09:09.762" level="INFO">${settlePriceIncludeTaxSettleRules} = 0</msg>
<status status="PASS" starttime="20211202 20:09:09.761" endtime="20211202 20:09:09.762"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.678" endtime="20211202 20:09:09.762" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.763" 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="20211202 20:09:09.763" endtime="20211202 20:09:09.764"></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="20211202 20:09:09.765" level="INFO">${dataTime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:09:09.764" endtime="20211202 20:09:09.765"></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}&amp;weightDay=${dataTime}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:09.867" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=663876360049135616&amp;weightDay=2021-12-02
path_url=/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=663876360049135616&amp;weightDay=2021-12-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="20211202 20:09:09.867" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/proxy-sell/get-category-price-by-date?orderItemId=663876360049135616&amp;weightDay=2021-12-02
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"price":1.650,"publicSubsidies":0.005,"paperCategoryId":"660529551931215872","priceDate":"2021-12-02 00:00:00","categoryName":"花纸"}]}
</msg>
<msg timestamp="20211202 20:09:09.867" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.765" endtime="20211202 20:09:09.867"></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="20211202 20:09:09.868" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'price': 1.65, 'publicSubsidies': 0.005, 'paperCategoryId': '660529551931215872', 'priceDate': '2021-12-02 00:00:00', 'categoryName': '花纸'}]}</msg>
<status status="PASS" starttime="20211202 20:09:09.867" endtime="20211202 20:09:09.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"][0]}</arg>
<arg>price</arg>
</arguments>
<assign>
<var>${price}</var>
</assign>
<msg timestamp="20211202 20:09:09.869" level="INFO">${price} = 1.65</msg>
<status status="PASS" starttime="20211202 20:09:09.868" endtime="20211202 20:09:09.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"][0]}</arg>
<arg>publicSubsidies</arg>
</arguments>
<assign>
<var>${publicSubsidies}</var>
</assign>
<msg timestamp="20211202 20:09:09.869" level="INFO">${publicSubsidies} = 0.005</msg>
<status status="PASS" starttime="20211202 20:09:09.869" endtime="20211202 20:09:09.869"></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="20211202 20:09:09.870" level="INFO">${price} = 1.65</msg>
<status status="PASS" starttime="20211202 20:09:09.870" endtime="20211202 20:09:09.870"></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="20211202 20:09:09.871" level="INFO">${publicSubsidies} = 0.005</msg>
<status status="PASS" starttime="20211202 20:09:09.870" endtime="20211202 20:09:09.871"></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="20211202 20:09:09.871" level="INFO">${dataTime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:09:09.871" endtime="20211202 20:09:09.871"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.762" endtime="20211202 20:09:09.871" critical="yes"></status>
</test>
<test id="s1-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('E:/lyl/图片/21042217001449712.png','rb')</arg>
</arguments>
<assign>
<var>${filepath}</var>
</assign>
<msg timestamp="20211202 20:09:09.873" level="FAIL">Evaluating expression 'open('E:/lyl/图片/21042217001449712.png','rb')' failed: FileNotFoundError: [Errno 2] No such file or directory: 'E:/lyl/图片/21042217001449712.png'</msg>
<status status="FAIL" starttime="20211202 20:09:09.873" endtime="20211202 20:09:09.873"></status>
</kw>
<status status="FAIL" starttime="20211202 20:09:09.872" endtime="20211202 20:09:09.873" critical="yes">Evaluating expression 'open('E:/lyl/图片/21042217001449712.png','rb')' failed: FileNotFoundError: [Errno 2] No such file or directory: 'E:/lyl/图片/21042217001449712.png'</status>
</test>
<test id="s1-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="20211202 20:09:09.875" 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="20211202 20:09:09.874" endtime="20211202 20:09:09.875"></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}&amp;plateNumber=${carList}&amp;settleWeight=13550&amp;weighingDate=${datatime}&amp;orderType=${orderType}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:09.980" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616&amp;plateNumber=%E4%BA%ACR76859&amp;settleWeight=13550&amp;weighingDate=2021-12-02&amp;orderType=2
path_url=/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616&amp;plateNumber=%E4%BA%ACR76859&amp;settleWeight=13550&amp;weighingDate=2021-12-02&amp;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="20211202 20:09:09.980" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/repeat/proxy-order?orderItemId=663876360049135616&amp;plateNumber=%E4%BA%ACR76859&amp;settleWeight=13550&amp;weighingDate=2021-12-02&amp;orderType=2
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"records":[],"total":0,"size":10,"current":1,"orders":[{"column":"oi.create_time","asc":false}],"searchCount":true,"pages":0}}
</msg>
<msg timestamp="20211202 20:09:09.981" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.875" endtime="20211202 20:09:09.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="20211202 20:09:09.981" 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="20211202 20:09:09.981" endtime="20211202 20:09:09.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>${reps.json()["message"]}</arg>
<arg>successful</arg>
</arguments>
<status status="PASS" starttime="20211202 20:09:09.982" endtime="20211202 20:09:09.982"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.874" endtime="20211202 20:09:09.982" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:09.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="20211202 20:09:09.983" endtime="20211202 20:09:09.984"></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="20211202 20:09:09.984" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:09:09.984" endtime="20211202 20:09:09.984"></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="20211202 20:09:09.989" level="INFO">${data} = { "id":"663876366621609984", "orderId":"663876360007192576", "orderItemId":"663876360049135616", "type":null, "weightDay":"2021-12-02", "settleDay":"2021-12-02", "settleUti...</msg>
<status status="PASS" starttime="20211202 20:09:09.985" endtime="20211202 20:09:09.989"></status>
</kw>
<kw name="Log" library="BuiltIn">
<doc>Logs the given message with the given level.</doc>
<arguments>
<arg>${data}</arg>
</arguments>
<msg timestamp="20211202 20:09:09.989" level="INFO">{ "id":"663876366621609984", "orderId":"663876360007192576", "orderItemId":"663876360049135616", "type":null, "weightDay":"2021-12-02", "settleDay":"2021-12-02", "settleUtiPrice":"1.675", "netWeight":"17000.0", "settleWeight":16200, "deductedPoint":7.5, "unitSurcharge":"0.025", "surcharge":"425.0", "adjustMoney":"20", "remark":"2021-12-02", "imageUrls":null, "transactionMainEnterpriseid":"15", "transactionMainEnterpriseName":"厦门千纸互联科技有限公司", "warehouseName":"石基仓", "settlePrice":22585.5, "activitySettleType":"1", "proxySellerSettleType":"0", "publicSubsidies":0, "unitPrice":"1.675", "plateNumber":"京R76859", "remarkImgs":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg" ], "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":"2021-12-02", "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg" ], "deductedWeight":1.5, "orderType":"2" }</msg>
<status status="PASS" starttime="20211202 20:09:09.989" endtime="20211202 20:09:09.989"></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="20211202 20:09:10.192" 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': '2321'}
body=b'{ "id":"663876366621609984", "orderId":"663876360007192576", "orderItemId":"663876360049135616", "type":null, "weightDay":"2021-12-02", "settleDay":"2021-12-02", "settleUtiPrice":"1.675", "netWeight":"17000.0", "settleWeight":16200, "deductedPoint":7.5, "unitSurcharge":"0.025", "surcharge":"425.0", "adjustMoney":"20", "remark":"2021-12-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":"\xe7\x9f\xb3\xe5\x9f\xba\xe4\xbb\x93", "settlePrice":22585.5, "activitySettleType":"1", "proxySellerSettleType":"0", "publicSubsidies":0, "unitPrice":"1.675", "plateNumber":"\xe4\xba\xacR76859", "remarkImgs":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg" ], "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":"2021-12-02", "imageUrl":[ "https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg" ], "deductedWeight":1.5, "orderType":"2" }'
</msg>
<msg timestamp="20211202 20:09:10.192" 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': 'Thu, 02 Dec 2021 12:09: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":{"weightNoteId":"663876366621609984","contractId":null}}
</msg>
<msg timestamp="20211202 20:09:10.192" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:09.989" endtime="20211202 20:09:10.192"></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="20211202 20:09:10.193" level="INFO">{'weightNoteId': '663876366621609984', 'contractId': None}</msg>
<status status="PASS" starttime="20211202 20:09:10.193" endtime="20211202 20:09:10.193"></status>
</kw>
<kw name="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="20211202 20:09:10.194" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:09:10.194" endtime="20211202 20:09:10.194"></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="20211202 20:09:10.194" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:09:10.194" endtime="20211202 20:09:10.195"></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="20211202 20:09:10.195" endtime="20211202 20:09:10.195"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:09.983" endtime="20211202 20:09:10.195" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.196" 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="20211202 20:09:10.196" endtime="20211202 20:09:10.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/customer-service/audit/weightnote/${weightNoteId}</arg>
</arguments>
<assign>
<var>${repsonse}</var>
</assign>
<msg timestamp="20211202 20:09:10.366" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
path_url=/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
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="20211202 20:09:10.366" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/audit/weightnote/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:10.366" level="INFO">${repsonse} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.197" endtime="20211202 20:09:10.367"></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="20211202 20:09:10.367" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:09:10.367" endtime="20211202 20:09:10.367"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.196" endtime="20211202 20:09:10.368" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.369" 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="20211202 20:09:10.369" endtime="20211202 20:09:10.369"></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}&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:10.565" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
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="20211202 20:09:10.565" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/customer-service/get/proxy-order/663876360007192576?orderId=663876360007192576&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"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":"2021-12-02","paperMillDeliveryTime":"2021-12-02","remark":null,"attenssion":"663876360007192576","paperMillId":"660525241717624832","paperMillName":"Ceshi_factory","paperMillAddress":"山西省大同市大同县","millSupplierId":"660525241805705216","paperMillSupplierName":"测试111","millDeliveryOrderId":"663876360007192576","paperCategoryId":"660529551931215872","paperCategoryName":"花纸","paperCategoryPrice":1.6750000,"proxySellerSettleType":0,"orderItemNum":1,"orderItems":[{"id":"663876360049135616","adjustMoney":20.000,"unitSurcharge":0.025000,"surcharge":425.000000,"unitPrice":1.6750000,"weightnoteInfo":{"id":"663876366621609984","orderId":"663876360007192576","orderItemId":"663876360049135616","type":null,"weightDay":"2021-12-02","settleDay":"2021-12-02","settleUtiPrice":1.6750000,"netWeight":17000.000,"settleWeight":16200.000,"deductedPoint":7.500,"settlePrice":0.000,"remark":"2021-12-02","imageUrls":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"]},"logisticcsInfo":{"id":"5337","plateNumber":"京R76859"},"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":"2021-12-02","totalOtherAmount":-30.000000000,"paymentType":2,"activityNoteStatus":1,"activityOrderAuditPassNum":1,"unSettleMoney":2931.2500000000,"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"weightNoteImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"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":"2021-12-02 20:08:44","rank":0,"status":1},{"description":"预约成功,待送货","time":"2021-12-02 20:08:44","rank":1,"status":1},{"description":"已收货,待审核","time":"2021-12-02 20:08:45","rank":2,"status":1},{"description":"已审核,首款结算中","time":"2021-12-02 20:08:59","rank":4,"status":1},{"description":"首款已结算,待质检","time":"2021-12-02 20:09:02","rank":5,"status":1},{"description":"质检完成,待审核","time":"2021-12-02 20:09:10","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":"663876360007192576","createTime":"2021-12-02 20:08:44","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司","factoryName":"88纸业","transactionMainEnterpriseId":15,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司"}}
</msg>
<msg timestamp="20211202 20:09:10.565" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.369" endtime="20211202 20:09:10.565"></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="20211202 20:09:10.566" 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': '2021-12-02', 'paperMillDeliveryTime': '2021-12-02', 'remark': None, 'attenssion': '663876360007192576', 'paperMillId': '660525241717624832', 'paperMillName': 'Ceshi_factory', 'paperMillAddress': '山西省大同市大同县', 'millSupplierId': '660525241805705216', 'paperMillSupplierName': '测试111', 'millDeliveryOrderId': '663876360007192576', 'paperCategoryId': '660529551931215872', 'paperCategoryName': '花纸', 'paperCategoryPrice': 1.675, 'proxySellerSettleType': 0, 'orderItemNum': 1, 'orderItems': [{'id': '663876360049135616', 'adjustMoney': 20.0, 'unitSurcharge': 0.025, 'surcharge': 425.0, 'unitPrice': 1.675, 'weightnoteInfo': {'id': '663876366621609984', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'type': None, 'weightDay': '2021-12-02', 'settleDay': '2021-12-02', 'settleUtiPrice': 1.675, 'netWeight': 17000.0, 'settleWeight': 16200.0, 'deductedPoint': 7.5, 'settlePrice': 0.0, 'remark': '2021-12-02', 'imageUrls': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg']}, 'logisticcsInfo': {'id': '5337', 'plateNumber': '京R76859'}, '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': '2021-12-02', 'totalOtherAmount': -30.0, 'paymentType': 2, 'activityNoteStatus': 1, 'activityOrderAuditPassNum': 1, 'unSettleMoney': 2931.25, 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg'], 'weightNoteImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg'], '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': '2021-12-02 20:08:44', 'rank': 0, 'status': 1}, {'description': '预约成功,待送货', 'time': '2021-12-02 20:08:44', 'rank': 1, 'status': 1}, {'description': '已收货,待审核', 'time': '2021-12-02 20:08:45', 'rank': 2, 'status': 1}, {'description': '已审核,首款结算中', 'time': '2021-12-02 20:08:59', 'rank': 4, 'status': 1}, {'description': '首款已结算,待质检', 'time': '2021-12-02 20:09:02', 'rank': 5, 'status': 1}, {'description': '质检完成,待审核', 'time': '2021-12-02 20:09:10', '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': '663876360007192576', 'createTime': '2021-12-02 20:08:44', 'factoryId': '660158494883844096', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司', 'factoryName': '88纸业', 'transactionMainEnterpriseId': 15, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司'}}</msg>
<status status="PASS" starttime="20211202 20:09:10.565" endtime="20211202 20:09:10.566"></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="20211202 20:09:10.567" endtime="20211202 20:09:10.567"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.368" endtime="20211202 20:09:10.567" critical="yes"></status>
</test>
<status status="FAIL" starttime="20211202 20:09:08.768" endtime="20211202 20:09:10.569"></status>
</suite>
<suite id="s1-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-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="20211202 20:09:10.593" 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="20211202 20:09:10.593" endtime="20211202 20:09:10.594"></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&amp;pageSize=10&amp;status=0</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:10.669" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;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="20211202 20:09:10.669" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"records":[{"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":"656956934615863296","orderItemId":"656956934657806336","auditRequestId":"656956966731649024","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":"2021-11-13 17:53:32","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":753,"size":10,"current":1,"orders":[{"column":"ar.create_time","asc":false}],"searchCount":true,"pages":76}}
</msg>
<msg timestamp="20211202 20:09:10.669" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.594" endtime="20211202 20:09:10.669"></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="20211202 20:09:10.670" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'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': '656956934615863296', 'orderItemId': '656956934657806336', 'auditRequestId': '656956966731649024', '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': '2021-11-13 17:53:32', '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': 753, 'size': 10, 'current': 1, 'orders': [{'column': 'ar.create_time', 'asc': False}], 'searchCount': True, 'pages': 76}}</msg>
<status status="PASS" starttime="20211202 20:09:10.669" endtime="20211202 20:09:10.670"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.592" endtime="20211202 20:09:10.671" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.672" 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="20211202 20:09:10.672" endtime="20211202 20:09:10.672"></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&amp;pageSize=10&amp;status=0&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:10.723" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
path_url=/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
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="20211202 20:09:10.723" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-mill-order-receipt-audit?pageNum=1&amp;pageSize=10&amp;status=0&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"records":[{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876469851820032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","settlePrice":2969.850000,"bizOwnerName":"张山","status":0,"isAdjusted":1,"weightNoteId":"663876366621609984","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="20211202 20:09:10.723" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.673" endtime="20211202 20:09:10.723"></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="20211202 20:09:10.724" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876469851820032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'categoryName': '花纸', 'settlePrice': 2969.85, 'bizOwnerName': '张山', 'status': 0, 'isAdjusted': 1, 'weightNoteId': '663876366621609984', '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="20211202 20:09:10.724" endtime="20211202 20:09:10.724"></status>
</kw>
<kw name="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="20211202 20:09:10.725" level="INFO">${auditRequestId} = 663876469851820032</msg>
<status status="PASS" starttime="20211202 20:09:10.725" endtime="20211202 20:09:10.725"></status>
</kw>
<kw name="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="20211202 20:09:10.726" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:09:10.725" endtime="20211202 20:09:10.726"></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="20211202 20:09:10.726" level="INFO">${auditRequestId} = 663876469851820032</msg>
<status status="PASS" starttime="20211202 20:09:10.726" endtime="20211202 20:09:10.726"></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="20211202 20:09:10.727" level="INFO">${weightNoteId} = 663876366621609984</msg>
<status status="PASS" starttime="20211202 20:09:10.726" endtime="20211202 20:09:10.727"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.671" endtime="20211202 20:09:10.727" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.728" 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="20211202 20:09:10.728" endtime="20211202 20:09:10.729"></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}&amp;weightNoteId=${weightNoteId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:10.777" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
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="20211202 20:09:10.777" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"logId":"1466378907329646593","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:09:10","operatorName":"赖勇兰","logContent":"上传磅单信息","remark":null},{"logId":"1466378874517606402","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:09:02","operatorName":"赖勇兰","logContent":"财务确认结算","remark":null},{"logId":"1466378869937426433","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:09:01","operatorName":"赖勇兰","logContent":"财务审核通过","remark":"2021-12-02"},{"logId":"1466378864489025537","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:59","operatorName":"赖勇兰","logContent":"运营审核通过","remark":"2021-12-02"},{"logId":"1466378858570862593","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:58","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378852170354689","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:57","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378848466784258","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:56","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378842145968130","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:54","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378838408843266","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:53","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378832121581570","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:52","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378827990192130","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:51","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378821606461442","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:49","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378817760284673","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:48","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378811447857153","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:47","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378804724387842","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:45","operatorName":"赖勇兰","logContent":"上传送货单信息","remark":null},{"logId":"1466378799997407234","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:44","operatorName":"赖勇兰","logContent":"订单预约","remark":null},{"logId":"1466378798177079298","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:44","operatorName":"赖勇兰","logContent":"下单","remark":null}]}
</msg>
<msg timestamp="20211202 20:09:10.778" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.729" endtime="20211202 20:09:10.778"></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="20211202 20:09:10.779" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '1466378907329646593', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:09:10', 'operatorName': '赖勇兰', 'logContent': '上传磅单信息', 'remark': None}, {'logId': '1466378874517606402', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:09:02', 'operatorName': '赖勇兰', 'logContent': '财务确认结算', 'remark': None}, {'logId': '1466378869937426433', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:09:01', 'operatorName': '赖勇兰', 'logContent': '财务审核通过', 'remark': '2021-12-02'}, {'logId': '1466378864489025537', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:59', 'operatorName': '赖勇兰', 'logContent': '运营审核通过', 'remark': '2021-12-02'}, {'logId': '1466378858570862593', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:58', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378852170354689', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:57', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378848466784258', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:56', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378842145968130', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:54', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378838408843266', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:53', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378832121581570', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:52', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378827990192130', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:51', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378821606461442', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:49', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378817760284673', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:48', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378811447857153', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:47', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378804724387842', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:45', 'operatorName': '赖勇兰', 'logContent': '上传送货单信息', 'remark': None}, {'logId': '1466378799997407234', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:44', 'operatorName': '赖勇兰', 'logContent': '订单预约', 'remark': None}, {'logId': '1466378798177079298', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:44', 'operatorName': '赖勇兰', 'logContent': '下单', 'remark': None}]}</msg>
<status status="PASS" starttime="20211202 20:09:10.778" endtime="20211202 20:09:10.779"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.727" endtime="20211202 20:09:10.779" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.780" 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="20211202 20:09:10.780" endtime="20211202 20:09:10.781"></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="20211202 20:09:10.781" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:09:10.781" endtime="20211202 20:09:10.781"></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="20211202 20:09:10.979" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
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="20211202 20:09:10.979" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":"663876360049135616","auditType":3,"auditRequestId":"663876469851820032","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":0,"auditStatus":1,"settleStatus":0,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":null,"paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876469939900416","driverName":null,"plateNumber":"京R76859","netWeight":17000.000,"settleWeight":16200.000,"deductedWeight":800.000,"deductedWeightPoint":7.500,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-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":"2021-12-02","remarkImgs":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.833770,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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="20211202 20:09:10.979" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.781" endtime="20211202 20:09:10.979"></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="20211202 20:09:10.980" level="INFO">{'code': 0, 'message': 'successful', 'data': {'orderItemId': '663876360049135616', 'auditType': 3, 'auditRequestId': '663876469851820032', 'bizOwnerId': '498985714587930624', 'bizOwnerName': '张山', 'paperMillName': 'Ceshi_factory', 'categoryName': '花纸', 'paperCategoryId': '660529551931215872', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'status': 0, 'auditStatus': 1, 'settleStatus': 0, 'weightNoteImageUrlList': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg'], 'scrapOrderId': '663876360007192576', 'orderDate': '2021-12-02', 'orderPlacerName': '赖勇兰', 'idNumber': '441481******213863', 'shortName': 'Ceshi_factory', 'locDetails': '', 'invoicePoint': 9.6, 'auditorId': None, 'auditorName': None, 'paperCategoryList': [{'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}, {'id': '661536965862232064', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', 'creatorId': 617003842541850624, 'editorId': 617003842541850624, 'millId': '660525241717624832', 'name': '小白纸', 'enable': 0, 'inspectionNote': None, 'parentId': None}, {'id': '661536969788100608', 'isDelete': 0, 'createTime': '2021-11-26 09:12:49', 'updateTime': '2021-11-26 09:12:49', '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': '663876469939900416', 'driverName': None, 'plateNumber': '京R76859', 'netWeight': 17000.0, 'settleWeight': 16200.0, 'deductedWeight': 800.0, 'deductedWeightPoint': 7.5, 'unitPrice': 1.675, 'weighingDate': '2021-12-02', 'settlementDate': '2021-12-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': '2021-12-02', 'remarkImgs': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg'], 'deliveryImageUrl': ['https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg'], 'isSubsidyIncludeTax': None, 'publicSubsidies': None, 'publicSubsidiesIncludeTax': None, 'settleUnitPriceIncludeTax': 1.83377, 'settleUnitPrice': 1.675, 'financeAuditNotPassedRemark': None, 'categoryName': '花纸', 'paperCategoryId': None, 'deductionNotes': '2021-12-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="20211202 20:09:10.980" endtime="20211202 20:09:10.981"></status>
</kw>
<kw name="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="20211202 20:09:10.981" level="INFO">${auditRequestItemId} = 663876469939900416</msg>
<status status="PASS" starttime="20211202 20:09:10.981" endtime="20211202 20:09:10.981"></status>
</kw>
<kw name="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="20211202 20:09:10.982" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:09:10.982" endtime="20211202 20:09:10.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()["data"]}</arg>
<arg>paperCategoryId</arg>
</arguments>
<assign>
<var>${paperCategoryId}</var>
</assign>
<msg timestamp="20211202 20:09:10.983" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:09:10.982" endtime="20211202 20:09:10.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>${reps.json()["data"]["items"][0]}</arg>
<arg>netWeight</arg>
</arguments>
<assign>
<var>${netWeight}</var>
</assign>
<msg timestamp="20211202 20:09:10.983" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:09:10.983" endtime="20211202 20:09:10.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>${reps.json()["data"]["items"][0]}</arg>
<arg>settleWeight</arg>
</arguments>
<assign>
<var>${settleWeight}</var>
</assign>
<msg timestamp="20211202 20:09:10.984" level="INFO">${settleWeight} = 16200.0</msg>
<status status="PASS" starttime="20211202 20:09:10.983" endtime="20211202 20:09:10.985"></status>
</kw>
<kw name="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="20211202 20:09:10.986" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:09:10.985" endtime="20211202 20:09:10.986"></status>
</kw>
<kw name="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="20211202 20:09:10.986" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:09:10.986" endtime="20211202 20:09:10.986"></status>
</kw>
<kw name="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="20211202 20:09:10.987" level="INFO">${settleWeight} = 16200.0</msg>
<status status="PASS" starttime="20211202 20:09:10.987" endtime="20211202 20:09:10.987"></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="20211202 20:09:10.988" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:09:10.988" endtime="20211202 20:09:10.988"></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="20211202 20:09:10.988" level="INFO">${auditRequestItemId} = 663876469939900416</msg>
<status status="PASS" starttime="20211202 20:09:10.988" endtime="20211202 20:09:10.989"></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="20211202 20:09:10.989" level="INFO">${categoryName} = 花纸</msg>
<status status="PASS" starttime="20211202 20:09:10.989" endtime="20211202 20:09:10.989"></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="20211202 20:09:10.990" level="INFO">${netWeight} = 17000.0</msg>
<status status="PASS" starttime="20211202 20:09:10.989" endtime="20211202 20:09:10.990"></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="20211202 20:09:10.990" level="INFO">${paperMillPayAt} = </msg>
<status status="PASS" starttime="20211202 20:09:10.990" endtime="20211202 20:09:10.990"></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="20211202 20:09:10.991" level="INFO">${plateNumber} = 京R76859</msg>
<status status="PASS" starttime="20211202 20:09:10.991" endtime="20211202 20:09:10.991"></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="20211202 20:09:10.991" level="INFO">${settleWeight} = 16200.0</msg>
<status status="PASS" starttime="20211202 20:09:10.991" endtime="20211202 20:09:10.991"></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="20211202 20:09:10.992" level="INFO">${paperCategoryId} = 660529551931215872</msg>
<status status="PASS" starttime="20211202 20:09:10.992" endtime="20211202 20:09:10.992"></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="20211202 20:09:10.992" level="INFO">${datatime} = 2021-12-02</msg>
<status status="PASS" starttime="20211202 20:09:10.992" endtime="20211202 20:09:10.992"></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="20211202 20:09:10.993" level="INFO">${settleWeight} = 16200.0</msg>
<status status="PASS" starttime="20211202 20:09:10.993" endtime="20211202 20:09:10.993"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.779" endtime="20211202 20:09:10.993" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:10.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="20211202 20:09:10.994" endtime="20211202 20:09:10.995"></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="20211202 20:09:10.996" level="INFO">${data} = { "auditRequestItemId":"663876469939900416", "categoryName":"花纸", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":null, "plateNumber":"京R76859",...</msg>
<status status="PASS" starttime="20211202 20:09:10.995" endtime="20211202 20:09:10.996"></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="20211202 20:09:11.336" 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":"663876469939900416", "categoryName":"\xe8\x8a\xb1\xe7\xba\xb8", "netWeight":"17000.0", "paperCategoryId":"660529551931215872", "paperMillPayAt":null, "plateNumber":"\xe4\xba\xacR76859", "receivablePrice":5550, "settlementDate":"2021-12-02", "weighingDate":"2021-12-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="20211202 20:09:11.336" 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': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:11.336" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:10.997" endtime="20211202 20:09:11.336"></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="20211202 20:09:11.337" endtime="20211202 20:09:11.337"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:10.993" endtime="20211202 20:09:11.338" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:11.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="20211202 20:09:11.338" endtime="20211202 20:09:11.339"></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}&amp;weightNoteId=${weightNoteId} &amp;operationStatus=2</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:11.401" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;operationStatus=2
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;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="20211202 20:09:11.401" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984%20&amp;operationStatus=2
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"logId":"1466378852170354689","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:57","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378842145968130","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:54","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378832121581570","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:52","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378821606461442","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:49","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"},{"logId":"1466378811447857153","orderId":"663876360007192576","operatorId":null,"operationTime":"2021-12-02 20:08:47","operatorName":"赖勇兰","logContent":"运营审核不通过,驳回送货单信息","remark":"2021-12-02"}]}
</msg>
<msg timestamp="20211202 20:09:11.402" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:11.339" endtime="20211202 20:09:11.402"></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="20211202 20:09:11.403" level="INFO">{'code': 0, 'message': 'successful', 'data': [{'logId': '1466378852170354689', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:57', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378842145968130', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:54', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378832121581570', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:52', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378821606461442', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:49', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}, {'logId': '1466378811447857153', 'orderId': '663876360007192576', 'operatorId': None, 'operationTime': '2021-12-02 20:08:47', 'operatorName': '赖勇兰', 'logContent': '运营审核不通过,驳回送货单信息', 'remark': '2021-12-02'}]}</msg>
<status status="PASS" starttime="20211202 20:09:11.402" endtime="20211202 20:09:11.403"></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="20211202 20:09:11.403" endtime="20211202 20:09:11.404"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:11.338" endtime="20211202 20:09:11.404" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:11.406" 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="20211202 20:09:11.406" endtime="20211202 20:09:11.407"></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="20211202 20:09:11.408" level="INFO">${data} = { "auditRequestId":"663876469851820032", "isPass":1, "remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:09:11.407" endtime="20211202 20:09:11.408"></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="20211202 20:09:11.616" 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":"663876469851820032", "isPass":1, "remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:09:11.616" 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': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:11.616" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:11.408" endtime="20211202 20:09:11.617"></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="20211202 20:09:11.617" endtime="20211202 20:09:11.617"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20211202 20:09:13.618" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20211202 20:09:11.618" endtime="20211202 20:09:13.619"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:11.405" endtime="20211202 20:09:13.619" critical="yes"></status>
</test>
<status status="PASS" starttime="20211202 20:09:10.572" endtime="20211202 20:09:13.620"></status>
</suite>
<suite id="s1-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-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="20211202 20:09:13.628" 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="20211202 20:09:13.628" endtime="20211202 20:09:13.629"></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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=${orderItemId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:13.732" 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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
path_url=/payment-settlement-center/admin/paper-mill-order-receipt-proof-request/get/list?pageNum=1&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
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="20211202 20:09:13.732" 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&amp;pageSize=10&amp;status=&amp;orderId=&amp;orderItemId=663876360049135616
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876469851820032","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","weighingDate":"2021-12-02 00:00:00","settlePrice":2969.850000,"bizOwnerName":"张山","status":0,"auditedTime":null,"auditorId":null,"auditorName":null,"weightNoteId":"663876366621609984","settleStatus":0,"financeAdminName":"赖勇兰","realSettlementDate":null,"transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":2,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2021-12-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"},{"orderId":"663876360007192576","orderItemId":"663876360049135616","auditRequestId":"663876421101424640","userName":"赖勇兰","paperMillName":"Ceshi_factory","plateNumber":"京R76859","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","categoryName":"花纸","weighingDate":"2021-12-02 00:00:00","settlePrice":23778.750000,"bizOwnerName":"张山","status":2,"auditedTime":"2021-12-02 20:09:02","auditorId":617003842541850624,"auditorName":"","weightNoteId":"663876366621609984","settleStatus":1,"financeAdminName":"赖勇兰","realSettlementDate":"2021-12-02","transactionMainEnterpriseName":"厦门千纸互联科技有限公司","fundSourceName":"千鸟数据","fundSourceAuditAdminId":null,"fundSourceAuditAdminName":null,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","paymentType":1,"factoryId":"660158494883844096","factoryName":"88纸业","settlementDate":"2021-12-02","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}],"total":2,"size":10,"current":1,"orders":null,"searchCount":true,"pages":1}}
</msg>
<msg timestamp="20211202 20:09:13.732" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:13.629" endtime="20211202 20:09:13.732"></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="20211202 20:09:13.733" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876469851820032', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'categoryName': '花纸', 'weighingDate': '2021-12-02 00:00:00', 'settlePrice': 2969.85, 'bizOwnerName': '张山', 'status': 0, 'auditedTime': None, 'auditorId': None, 'auditorName': None, 'weightNoteId': '663876366621609984', 'settleStatus': 0, 'financeAdminName': '赖勇兰', 'realSettlementDate': None, 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceAuditAdminId': None, 'fundSourceAuditAdminName': None, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'paymentType': 2, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'settlementDate': '2021-12-02', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}, {'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'auditRequestId': '663876421101424640', 'userName': '赖勇兰', 'paperMillName': 'Ceshi_factory', 'plateNumber': '京R76859', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'categoryName': '花纸', 'weighingDate': '2021-12-02 00:00:00', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'status': 2, 'auditedTime': '2021-12-02 20:09:02', 'auditorId': 617003842541850624, 'auditorName': '', 'weightNoteId': '663876366621609984', 'settleStatus': 1, 'financeAdminName': '赖勇兰', 'realSettlementDate': '2021-12-02', 'transactionMainEnterpriseName': '厦门千纸互联科技有限公司', 'fundSourceName': '千鸟数据', 'fundSourceAuditAdminId': None, 'fundSourceAuditAdminName': None, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'paymentType': 1, 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'settlementDate': '2021-12-02', 'enterpriseId': '660158494724460544', 'enterpriseName': '重庆亨乐西餐食品有限公司'}], 'total': 2, 'size': 10, 'current': 1, 'orders': None, 'searchCount': True, 'pages': 1}}</msg>
<status status="PASS" starttime="20211202 20:09:13.733" endtime="20211202 20:09:13.733"></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="20211202 20:09:13.734" endtime="20211202 20:09:13.734"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:13.627" endtime="20211202 20:09:13.734" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:13.736" 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="20211202 20:09:13.735" endtime="20211202 20:09:13.736"></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}&amp;weightNoteId=${weightNoteId}&amp;operationStatus=3</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:13.793" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;operationStatus=3
path_url=/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;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="20211202 20:09:13.793" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-log-detail?orderId=663876360007192576&amp;weightNoteId=663876366621609984&amp;operationStatus=3
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[]}
</msg>
<msg timestamp="20211202 20:09:13.794" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:13.736" endtime="20211202 20:09:13.794"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:13.735" endtime="20211202 20:09:13.794" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:13.795" 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="20211202 20:09:13.795" endtime="20211202 20:09:13.795"></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="20211202 20:09:13.796" level="INFO">${data} = {"auditRequestId":"663876469851820032","adminId":null,"isPass":1,"remark":"2021-12-02" }</msg>
<status status="PASS" starttime="20211202 20:09:13.796" endtime="20211202 20:09:13.796"></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="20211202 20:09:13.867" 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":"663876469851820032","adminId":null,"isPass":1,"remark":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:09:13.867" 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': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:13.867" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:13.796" endtime="20211202 20:09:13.867"></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="20211202 20:09:13.868" level="INFO">{'code': 0, 'message': 'successful', 'data': None}</msg>
<status status="PASS" starttime="20211202 20:09:13.868" endtime="20211202 20:09:13.868"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>1</arg>
</arguments>
<msg timestamp="20211202 20:09:14.869" level="INFO">Slept 1 second</msg>
<status status="PASS" starttime="20211202 20:09:13.868" endtime="20211202 20:09:14.869"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:13.794" endtime="20211202 20:09:14.869" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:14.872" 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="20211202 20:09:14.871" endtime="20211202 20:09:14.872"></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="20211202 20:09:14.873" level="INFO">${data} = { "id":"663876469851820032", "adminId":null }</msg>
<status status="PASS" starttime="20211202 20:09:14.873" endtime="20211202 20:09:14.873"></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="20211202 20:09:14.970" 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":"663876469851820032", "adminId":null }'
</msg>
<msg timestamp="20211202 20:09:14.970" 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': 'Thu, 02 Dec 2021 12:09:14 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="20211202 20:09:14.970" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:14.874" endtime="20211202 20:09:14.970"></status>
</kw>
<kw name="Sleep" library="BuiltIn">
<doc>Pauses the test executed for the given time.</doc>
<arguments>
<arg>2</arg>
</arguments>
<msg timestamp="20211202 20:09:16.971" level="INFO">Slept 2 seconds</msg>
<status status="PASS" starttime="20211202 20:09:14.971" endtime="20211202 20:09:16.971"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:14.870" endtime="20211202 20:09:16.972" critical="yes"></status>
</test>
<status status="PASS" starttime="20211202 20:09:13.622" endtime="20211202 20:09:16.972"></status>
</suite>
<suite id="s1-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-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="20211202 20:09:16.980" 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="20211202 20:09:16.979" endtime="20211202 20:09:16.981"></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&amp;pageSize=10&amp;orderId=${orderId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:17.067" level="INFO">GET Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
path_url=/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
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="20211202 20:09:17.068" level="INFO">GET Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/paper-payment-order-list?pageNum=1&amp;pageSize=10&amp;orderId=663876360007192576
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":[{"id":"663876475254083584","orderId":"663876360007192576","orderItemId":"663876360049135616","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","settlementDate":"2021-12-02","settlePrice":2969.85,"bizOwnerName":"张山","paperMillPayAt":"2021-12-27","status":0,"isInvalid":0,"weighingDate":"2021-12-02","paidPrice":null,"bankFlowNo":null,"remark":"2021-12-02","auditRequestId":"663876469851820032","receivablePrice":3410.370,"financeAdminName":"赖勇兰","noReceivablePrice":null,"returnPayDate":null,"weightNoteId":"663876366621609984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"663876360007192576","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":"663876426428190720","orderId":"663876360007192576","orderItemId":"663876360049135616","paperMillName":"Ceshi_factory","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","settlementDate":"2021-12-02","settlePrice":23778.75,"bizOwnerName":"张山","paperMillPayAt":"2021-12-27","status":1,"isInvalid":0,"weighingDate":"2021-12-02","paidPrice":26527.310,"bankFlowNo":null,"remark":null,"auditRequestId":"663876421101424640","receivablePrice":26527.310,"financeAdminName":"赖勇兰","noReceivablePrice":0.000,"returnPayDate":"2021-12-02","weightNoteId":"663876366621609984","paperMillMerchantAccout":"测试111","millDeliveryOrderId":"663876360007192576","paybackIntever":25,"activityName":"Ceshi_factory--两次","activityId":"660531609048584192","factoryId":"660158494883844096","factoryName":"88纸业","receivedAdjustMoney":0.000,"firstPaidPrice":26527.310,"firstPaidTime":"2021-12-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="20211202 20:09:17.068" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:16.981" endtime="20211202 20:09:17.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"]["records"][0]}</arg>
<arg>id</arg>
</arguments>
<assign>
<var>${paymentOrderId}</var>
</assign>
<msg timestamp="20211202 20:09:17.069" level="INFO">${paymentOrderId} = 663876475254083584</msg>
<status status="PASS" starttime="20211202 20:09:17.068" endtime="20211202 20:09:17.069"></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="20211202 20:09:17.070" level="INFO">{'code': 0, 'message': 'successful', 'data': {'records': [{'id': '663876475254083584', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'settlementDate': '2021-12-02', 'settlePrice': 2969.85, 'bizOwnerName': '张山', 'paperMillPayAt': '2021-12-27', 'status': 0, 'isInvalid': 0, 'weighingDate': '2021-12-02', 'paidPrice': None, 'bankFlowNo': None, 'remark': '2021-12-02', 'auditRequestId': '663876469851820032', 'receivablePrice': 3410.37, 'financeAdminName': '赖勇兰', 'noReceivablePrice': None, 'returnPayDate': None, 'weightNoteId': '663876366621609984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '663876360007192576', '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': '663876426428190720', 'orderId': '663876360007192576', 'orderItemId': '663876360049135616', 'paperMillName': 'Ceshi_factory', 'millSupplierName': '测试111', 'millDelieveryOrderId': '663876360007192576', 'settlementDate': '2021-12-02', 'settlePrice': 23778.75, 'bizOwnerName': '张山', 'paperMillPayAt': '2021-12-27', 'status': 1, 'isInvalid': 0, 'weighingDate': '2021-12-02', 'paidPrice': 26527.31, 'bankFlowNo': None, 'remark': None, 'auditRequestId': '663876421101424640', 'receivablePrice': 26527.31, 'financeAdminName': '赖勇兰', 'noReceivablePrice': 0.0, 'returnPayDate': '2021-12-02', 'weightNoteId': '663876366621609984', 'paperMillMerchantAccout': '测试111', 'millDeliveryOrderId': '663876360007192576', 'paybackIntever': 25, 'activityName': 'Ceshi_factory--两次', 'activityId': '660531609048584192', 'factoryId': '660158494883844096', 'factoryName': '88纸业', 'receivedAdjustMoney': 0.0, 'firstPaidPrice': 26527.31, 'firstPaidTime': '2021-12-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="20211202 20:09:17.069" endtime="20211202 20:09:17.070"></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="20211202 20:09:17.070" level="INFO">${paymentOrderId} = 663876475254083584</msg>
<status status="PASS" starttime="20211202 20:09:17.070" endtime="20211202 20:09:17.070"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:16.979" endtime="20211202 20:09:17.071" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:17.072" 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="20211202 20:09:17.071" endtime="20211202 20:09:17.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-service/admin/operation/get/order-receipt-audit-details/${auditRequestId}/${weightNoteId}</arg>
</arguments>
<assign>
<var>${reps}</var>
</assign>
<msg timestamp="20211202 20:09:17.281" level="INFO">POST Request : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
path_url=/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
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="20211202 20:09:17.281" level="INFO">POST Response : url=http://api-ops-ztb-test.qniao.cn/recycle-service/admin/operation/get/order-receipt-audit-details/663876469851820032/663876366621609984
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Thu, 02 Dec 2021 12:09: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":{"orderItemId":"663876360049135616","auditType":3,"auditRequestId":"663876469851820032","bizOwnerId":"498985714587930624","bizOwnerName":"张山","paperMillName":"Ceshi_factory","categoryName":"花纸","paperCategoryId":"660529551931215872","millSupplierName":"测试111","millDelieveryOrderId":"663876360007192576","status":1,"auditStatus":3,"settleStatus":2,"weightNoteImageUrlList":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"scrapOrderId":"663876360007192576","orderDate":"2021-12-02","orderPlacerName":"赖勇兰","idNumber":"441481******213863","shortName":"Ceshi_factory","locDetails":"","invoicePoint":9.600000,"auditorId":null,"auditorName":"赖勇兰","paperCategoryList":[{"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},{"id":"661536965862232064","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","creatorId":617003842541850624,"editorId":617003842541850624,"millId":"660525241717624832","name":"小白纸","enable":0,"inspectionNote":null,"parentId":null},{"id":"661536969788100608","isDelete":0,"createTime":"2021-11-26 09:12:49","updateTime":"2021-11-26 09:12:49","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":"663876469939900416","driverName":null,"plateNumber":"京R76859","netWeight":17000.000,"settleWeight":16200.000,"deductedWeight":800.000,"deductedWeightPoint":4.710,"unitPrice":1.6750000,"weighingDate":"2021-12-02","settlementDate":"2021-12-02","paperMillPayAt":"2021-12-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":"2021-12-02","paymentAdjustmentFee":0.000,"preTotalMoney":28475.000,"prepayMoney":24203.750,"preSettleMoney":23778.750,"finalPayMoney":2969.850,"paymentType":2,"weightNoteRemark":"2021-12-02","remarkImgs":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"deliveryImageUrl":["https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1638446925406.jpg"],"isSubsidyIncludeTax":null,"publicSubsidies":null,"publicSubsidiesIncludeTax":null,"settleUnitPriceIncludeTax":1.833770,"settleUnitPrice":1.6750000,"financeAuditNotPassedRemark":null,"categoryName":"花纸","paperCategoryId":null,"deductionNotes":"2021-12-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":"2021-12-02","orderType":2,"activitySettleType":1,"isEntire":0,"factoryName":"88纸业","factoryId":"660158494883844096","enterpriseId":"660158494724460544","enterpriseName":"重庆亨乐西餐食品有限公司"}}
</msg>
<msg timestamp="20211202 20:09:17.281" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:17.072" endtime="20211202 20:09:17.281"></status>
</kw>
<kw name="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="20211202 20:09:17.282" level="INFO">${receivablePriceIncludeTax} = 3410.37</msg>
<status status="PASS" starttime="20211202 20:09:17.281" endtime="20211202 20:09:17.282"></status>
</kw>
<kw name="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="20211202 20:09:17.283" level="INFO">${noReceivablePrice} = 3410.37</msg>
<status status="PASS" starttime="20211202 20:09:17.282" endtime="20211202 20:09:17.283"></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="20211202 20:09:17.283" level="INFO">${receivablePriceIncludeTax} = 3410.37</msg>
<status status="PASS" starttime="20211202 20:09:17.283" endtime="20211202 20:09:17.283"></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="20211202 20:09:17.284" level="INFO">${noReceivablePrice} = 3410.37</msg>
<status status="PASS" starttime="20211202 20:09:17.284" endtime="20211202 20:09:17.284"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:17.071" endtime="20211202 20:09:17.284" critical="yes"></status>
</test>
<test id="s1-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="20211202 20:09:17.285" 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="20211202 20:09:17.285" endtime="20211202 20:09:17.285"></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="20211202 20:09:17.286" level="INFO">${data} = { "paymentOrderId":"663876475254083584", "receivablePrice":"3410.37", "paidPrice":"3410.37", "noReceiveblePrice":"3410.37", "bankFlowNo":null, "paymentAdjustmentFee":null, ...</msg>
<status status="PASS" starttime="20211202 20:09:17.286" endtime="20211202 20:09:17.286"></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="20211202 20:09:17.383" 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":"663876475254083584", "receivablePrice":"3410.37", "paidPrice":"3410.37", "noReceiveblePrice":"3410.37", "bankFlowNo":null, "paymentAdjustmentFee":null, "returnPayDate":"2021-12-02" }'
</msg>
<msg timestamp="20211202 20:09:17.383" 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': 'Thu, 02 Dec 2021 12:09: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="20211202 20:09:17.383" level="INFO">${reps} = &lt;Response [200]&gt;</msg>
<status status="PASS" starttime="20211202 20:09:17.286" endtime="20211202 20:09:17.383"></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="20211202 20:09:17.384" endtime="20211202 20:09:17.384"></status>
</kw>
<status status="PASS" starttime="20211202 20:09:17.284" endtime="20211202 20:09:17.385" critical="yes"></status>
</test>
<doc>代卖应收</doc>
<status status="PASS" starttime="20211202 20:09:16.974" endtime="20211202 20:09:17.385"></status>
</suite>
<status status="FAIL" starttime="20211202 20:09:08.766" endtime="20211202 20:09:17.388"></status>
</suite>
<status status="FAIL" starttime="20211202 20:08:44.176" endtime="20211202 20:09:17.396"></status>
</suite>
<status status="FAIL" starttime="20211202 20:08:43.330" endtime="20211202 20:09:17.411"></status>
</suite>
<statistics>
<total>
<stat pass="74" fail="1">Critical Tests</stat>
<stat pass="74" fail="1">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="74" fail="1" id="s1" name="002-Activeorder">002-Activeorder</stat>
<stat pass="7" fail="0" id="s1-s1" name="1-Client(Test)">002-Activeorder.1-Client(Test)</stat>
<stat pass="2" fail="0" id="s1-s1-s1" name="1-APPlogin(Test)">002-Activeorder.1-Client(Test).1-APPlogin(Test)</stat>
<stat pass="5" fail="0" id="s1-s1-s2" name="2.3createActiveorder-2">002-Activeorder.1-Client(Test).2.3createActiveorder-2</stat>
<stat pass="67" fail="1" id="s1-s2" name="2-Background system(Test)">002-Activeorder.2-Background system(Test)</stat>
<stat pass="2" fail="0" id="s1-s2-s1" name="1-WebLogin">002-Activeorder.2-Background system(Test).1-WebLogin</stat>
<stat pass="2" fail="0" id="s1-s2-s1-s1" name="Weblogin">002-Activeorder.2-Background system(Test).1-WebLogin.Weblogin</stat>
<stat pass="29" fail="0" id="s1-s2-s2" name="2.1-Consignment management">002-Activeorder.2-Background system(Test).2.1-Consignment management</stat>
<stat pass="3" fail="0" id="s1-s2-s2-s1" name="1-Appointment">002-Activeorder.2-Background system(Test).2.1-Consignment management.1-Appointment</stat>
<stat pass="15" fail="0" id="s1-s2-s2-s2" name="2.3-ActiveUpload-deliverynote">002-Activeorder.2-Background system(Test).2.1-Consignment management.2.3-ActiveUpload-deliverynote</stat>
<stat pass="11" fail="0" id="s1-s2-s2-s3" name="3.3-Operation audit">002-Activeorder.2-Background system(Test).2.1-Consignment management.3.3-Operation audit</stat>
<stat pass="7" fail="0" id="s1-s2-s3" name="3-Withdrawal application">002-Activeorder.2-Background system(Test).3-Withdrawal application</stat>
<stat pass="4" fail="0" id="s1-s2-s3-s1" name="4-Financial audit">002-Activeorder.2-Background system(Test).3-Withdrawal application.4-Financial audit</stat>
<stat pass="3" fail="0" id="s1-s2-s3-s2" name="5-Sales receivables">002-Activeorder.2-Background system(Test).3-Withdrawal application.5-Sales receivables</stat>
<stat pass="29" fail="1" id="s1-s2-s4" name="4-Consignment management">002-Activeorder.2-Background system(Test).4-Consignment management</stat>
<stat pass="15" fail="1" id="s1-s2-s4-s1" name="2.3-ActiveUpload-weightnote">002-Activeorder.2-Background system(Test).4-Consignment management.2.3-ActiveUpload-weightnote</stat>
<stat pass="7" fail="0" id="s1-s2-s4-s2" name="3.3--Operation audit">002-Activeorder.2-Background system(Test).4-Consignment management.3.3--Operation audit</stat>
<stat pass="4" fail="0" id="s1-s2-s4-s3" name="4.3-Financial audit">002-Activeorder.2-Background system(Test).4-Consignment management.4.3-Financial audit</stat>
<stat pass="3" fail="0" id="s1-s2-s4-s4" name="5.3-Sales Receivable">002-Activeorder.2-Background system(Test).4-Consignment management.5.3-Sales Receivable</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>