{"accountType":2,"password":null,"account":"15014242835","captcha":"888888"}
Helper for quickly disabling all urllib3 warnings.
${header}
content-type=application/json
X-APP-ID=470236309865238528
Creates and returns a dictionary based on the given ``items``.
${header} = {'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}
ZTBT
https://api-client-uec-test.qniao.cn
${header}
Create Session: create a HTTP session to a server
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
${data}
account=15014242835
captcha=888888
accountType=2
Creates and returns a dictionary based on the given ``items``.
${data} = {'account': '15014242835', 'captcha': '888888', 'accountType': '2'}
${respones}
ZTBT
uec/authorize/by-captcha
json=${data}
Sends a POST request on a previously created HTTP Session.
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.24.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
body=b'{"account": "15014242835", "captcha": "888888", "accountType": "2"}'
POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 10 Sep 2021 08:55:51 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/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==","userId":"630867430654218240"}}
${respones} = <Response [200]>
${respones.status_code}
Logs the given message with the given level.
200
${respones.json()}
Logs the given message with the given level.
{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==', 'userId': '630867430654218240'}}
${token}
${respones.json()["data"]}
token
Returns a value from the given ``dictionary`` based on the given ``key``.
${token} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${token}
Makes a variable available globally in all tests and suites.
${token} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
{"accountType":2,"password":null,"account":"13333333333","captcha":"888888"}
Helper for quickly disabling all urllib3 warnings.
${header}
content-type=application/json
X-APP-ID=470236309865238528
Creates and returns a dictionary based on the given ``items``.
${header} = {'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}
ZTBT
https://api-client-uec-test.qniao.cn
${header}
Create Session: create a HTTP session to a server
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
${data}
account=15014242835
captcha=888888
accountType=2
Creates and returns a dictionary based on the given ``items``.
${data} = {'account': '15014242835', 'captcha': '888888', 'accountType': '2'}
${respones}
ZTBT
uec/authorize/by-captcha
json=${data}
Sends a POST request on a previously created HTTP Session.
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.24.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '67'}
body=b'{"account": "15014242835", "captcha": "888888", "accountType": "2"}'
POST Response : url=https://api-client-uec-test.qniao.cn/uec/authorize/by-captcha
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 10 Sep 2021 08:55:51 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/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==","userId":"630867430654218240"}}
${respones} = <Response [200]>
${respones.status_code}
Logs the given message with the given level.
200
${respones.json()}
Logs the given message with the given level.
{'code': 0, 'message': 'successful', 'data': {'token': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==', 'userId': '630867430654218240'}}
${token}
${respones.json()["data"]}
token
Returns a value from the given ``dictionary`` based on the given ``key``.
${token} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${token}
Makes a variable available globally in all tests and suites.
${token} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${token}
${header}
content-type=application/json
X-APP-ID=470236309865238528
Creates and returns a dictionary based on the given ``items``.
${header} = {'content-type': 'application/json', 'X-APP-ID': '470236309865238528'}
ZTBT
${url}
${header}
Create Session: create a HTTP session to a server
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
${token1}
loginToken=${token}
Creates and returns a dictionary based on the given ``items``.
${token1} = {'loginToken': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ=='}
${reps}
ZTBT
recycle-user-center/authorize/get/product-line-token/by/login-token
json=${token1}
Sends a POST request on a previously created HTTP Session.
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.24.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Content-Length': '106'}
body=b'{"loginToken": "d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ=="}'
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': 'Fri, 10 Sep 2021 08:55:51 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"token":"d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==","userToken":null,"userId":"630867430654218240"}}
${reps} = <Response [200]>
${gettoken}
${reps.json()["data"]}
token
Returns a value from the given ``dictionary`` based on the given ``key``.
${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${userId}
${reps.json()["data"]}
userId
Returns a value from the given ``dictionary`` based on the given ``key``.
${userId} = 630867430654218240
${reps.json()["data"]["token"]}
Logs the given message with the given level.
d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${gettoken}
Makes a variable available globally in all tests and suites.
${gettoken} = d6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ==
${userId}
Makes a variable available globally in all tests and suites.
${userId} = 630867430654218240
${header}
content-type=application/json
X-APP-ID=470236309865238528
Authorization=${token}
Creates and returns a dictionary based on the given ``items``.
${header} = {'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ=='}
factorylist
http://api-client-ztb-test.qniao.cn
${header}
Create Session: create a HTTP session to a server
Creating Session using : alias=factorylist, url=http://api-client-ztb-test.qniao.cn, headers={'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ=='}, cookies={}, auth=None, timeout=None, proxies=None, verify=False, debug=0
${reps}
factorylist
recycle-service/get/paper-mill-paper-category-price-list
params=cityId=&enableSalesAgent=1&pageNum=1&pageSize=10&listType=0
Sends a GET request on a previously created HTTP Session.
GET Request : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=&enableSalesAgent=1&pageNum=1&pageSize=10&listType=0
path_url=/recycle-service/get/paper-mill-paper-category-price-list?cityId=&enableSalesAgent=1&pageNum=1&pageSize=10&listType=0
headers={'User-Agent': 'python-requests/2.24.0', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'content-type': 'application/json', 'X-APP-ID': '470236309865238528', 'Authorization': 'd6SX3ESr8Jb2tYq/89Ft7HVC3UGImoJiXoPPa3TrtP0kQkPtfa2rGyLY0zHYqeeHdYeGUvl+ArHVatl0rAFUBQ=='}
body=None
GET Response : url=http://api-client-ztb-test.qniao.cn/recycle-service/get/paper-mill-paper-category-price-list?cityId=&enableSalesAgent=1&pageNum=1&pageSize=10&listType=0
status=200, reason=
headers={'Server': 'nginx/1.16.1', 'Date': 'Fri, 10 Sep 2021 08:55:52 GMT', 'Content-Type': 'application/json;charset=UTF-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive'}
body={"code":0,"message":"successful","data":{"records":[{"paperMillId":"496657684465061888","name":"东莞市金田纸业有限公司","paperCategoryList":[{"categoryId":"496657684473450496","categoryName":"一级纸皮","yesterdayUnitPrice":null,"unitPrice":2.400,"floatingPrice":0.000,"publicSubsidies":0.002},{"categoryId":"496657684477644800","categoryName":"国产纸皮A类","yesterdayUnitPrice":null,"unitPrice":2.260,"floatingPrice":0.000,"publicSubsidies":0.004},{"categoryId":"496657684477644801","categoryName":"国产纸皮统货A级","yesterdayUnitPrice":null,"unitPrice":2.220,"floatingPrice":0.000,"publicSubsidies":0.005},{"categoryId":"496657684477644802","categoryName":"国产纸皮统货B级","yesterdayUnitPrice":null,"unitPrice":2.160,"floatingPrice":0.000,"publicSubsidies":0.003},{"categoryId":"496657684477644803","categoryName":"坑卡A级","yesterdayUnitPrice":null,"unitPrice":1.930,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684477644804","categoryName":"坑卡B级","yesterdayUnitPrice":null,"unitPrice":1.900,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684477644805","categoryName":"厂包纯坑卡","yesterdayUnitPrice":null,"unitPrice":2.020,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684481839104","categoryName":"薄灰","yesterdayUnitPrice":null,"unitPrice":2.020,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684481839105","categoryName":"大小花","yesterdayUnitPrice":null,"unitPrice":1.950,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684481839106","categoryName":"一级办公用纸","yesterdayUnitPrice":null,"unitPrice":2.250,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684481839107","categoryName":"报纸","yesterdayUnitPrice":null,"unitPrice":2.250,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496657684481839108","categoryName":"书本纸","yesterdayUnitPrice":null,"unitPrice":2.250,"floatingPrice":0.000,"publicSubsidies":null}],"locProvinceName":"广东省","locCityName":"东莞市","locDistrictName":"万江街道","logoImg":"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20092914192297702.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0100000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":2476.69,"yesterdayTotalQuantity":80,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":true,"isRecentlySale":true},{"paperMillId":"612631294819569664","name":"山鹰华中纸业有限公司(国贸)","paperCategoryList":[{"categoryId":"612636090817449984","categoryName":"A级","yesterdayUnitPrice":null,"unitPrice":2.480,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"612636090846810112","categoryName":"B级","yesterdayUnitPrice":null,"unitPrice":2.440,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"612636090876170240","categoryName":"C级","yesterdayUnitPrice":null,"unitPrice":2.400,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"612636090905530368","categoryName":"D级","yesterdayUnitPrice":null,"unitPrice":2.360,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"612636090930696192","categoryName":"E级","yesterdayUnitPrice":null,"unitPrice":2.170,"floatingPrice":0.000,"publicSubsidies":null}],"locProvinceName":"湖北省","locCityName":"荆州市","locDistrictName":"公安县","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1626229070940.png","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0150000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":550.74,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":true,"isRecentlySale":true},{"paperMillId":"496656259144093696","name":"东莞金洲纸业有限公司","paperCategoryList":[{"categoryId":"496656259152482304","categoryName":"一级纸","yesterdayUnitPrice":null,"unitPrice":2.420,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496656259156676608","categoryName":"二级纸","yesterdayUnitPrice":null,"unitPrice":2.120,"floatingPrice":0.000,"publicSubsidies":0.005},{"categoryId":"496656259156676609","categoryName":"三级纸","yesterdayUnitPrice":null,"unitPrice":2.300,"floatingPrice":0.000,"publicSubsidies":0.005},{"categoryId":"574943578804064256","categoryName":"页子纸","yesterdayUnitPrice":null,"unitPrice":1.750,"floatingPrice":0.000,"publicSubsidies":0.008}],"locProvinceName":"广东省","locCityName":"东莞市","locDistrictName":"中堂镇","logoImg":"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20092915021066608.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0200000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":14981.17,"yesterdayTotalQuantity":15,"yesterdayRetainedQuantity":1,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"测试修改停运提示语","isPlaceAnOrder":true,"isRecentlySale":true},{"paperMillId":"630378168733274112","name":"九一纸厂有限公司","paperCategoryList":[{"categoryId":"630378353450422272","categoryName":"白纸","yesterdayUnitPrice":null,"unitPrice":1.235,"floatingPrice":0.000,"publicSubsidies":0.005},{"categoryId":"630378353483976704","categoryName":"花纸","yesterdayUnitPrice":null,"unitPrice":1.355,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"630378353517531136","categoryName":"黑卡","yesterdayUnitPrice":null,"unitPrice":1.230,"floatingPrice":0.010,"publicSubsidies":null}],"locProvinceName":"安徽省","locCityName":"安庆市","locDistrictName":"大观区","logoImg":"https://qncloudprintfiletest.oss-cn-shenzhen.aliyuncs.com/cloudprint/1630460295498.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0230000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":761.71,"yesterdayTotalQuantity":15,"yesterdayRetainedQuantity":null,"hasFollowed":true,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":true,"isRecentlySale":true},{"paperMillId":"496658246925422592","name":"广东理文造纸有限公司","paperCategoryList":[{"categoryId":"496658246933811204","categoryName":"页子纸B","yesterdayUnitPrice":null,"unitPrice":2.355,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"518779191286697984","categoryName":"小花","yesterdayUnitPrice":null,"unitPrice":2.025,"floatingPrice":0.000,"publicSubsidies":0.002},{"categoryId":"570661783233236992","categoryName":"一级页子纸","yesterdayUnitPrice":null,"unitPrice":1.550,"floatingPrice":0.000,"publicSubsidies":0.000}],"locProvinceName":"广东省","locCityName":"东莞市","locDistrictName":"洪梅镇","logoImg":"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20092914310384806.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0050000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":3281.16,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":false,"isRecentlySale":false},{"paperMillId":"496658726493753344","name":"东莞建晖纸业有限公司","paperCategoryList":[{"categoryId":"496658726502141952","categoryName":"A级","yesterdayUnitPrice":null,"unitPrice":2.240,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496658726506336256","categoryName":"B级","yesterdayUnitPrice":null,"unitPrice":1.520,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496658726506336257","categoryName":"C级","yesterdayUnitPrice":null,"unitPrice":2.235,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496658726506336258","categoryName":"统纸","yesterdayUnitPrice":null,"unitPrice":2.200,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496658726506336259","categoryName":"混合白纸","yesterdayUnitPrice":null,"unitPrice":2.250,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496658726510530560","categoryName":"一级办公纸","yesterdayUnitPrice":null,"unitPrice":2.390,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"544862908161593344","categoryName":"国内六","yesterdayUnitPrice":null,"unitPrice":2.370,"floatingPrice":0.000,"publicSubsidies":null}],"locProvinceName":"广东省","locCityName":"东莞市","locDistrictName":"中堂镇","logoImg":"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20092915034414509.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0150000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":2804.36,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":false,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":false,"isRecentlySale":false},{"paperMillId":"496666808611377152","name":"山鹰华中纸业有限公司","paperCategoryList":[{"categoryId":"496666808619765760","categoryName":"A级","yesterdayUnitPrice":null,"unitPrice":2.450,"floatingPrice":0.000,"publicSubsidies":0.006},{"categoryId":"496666808623960064","categoryName":"B级","yesterdayUnitPrice":null,"unitPrice":2.400,"floatingPrice":0.000,"publicSubsidies":0.002},{"categoryId":"496666808623960065","categoryName":"C级","yesterdayUnitPrice":null,"unitPrice":2.455,"floatingPrice":0.000,"publicSubsidies":0.008},{"categoryId":"496666808623960066","categoryName":"D级","yesterdayUnitPrice":null,"unitPrice":2.300,"floatingPrice":0.000,"publicSubsidies":null},{"categoryId":"496666808623960067","categoryName":"E级","yesterdayUnitPrice":null,"unitPrice":2.280,"floatingPrice":0.000,"publicSubsidies":null}],"locProvinceName":"湖北省","locCityName":"荆州市","locDistrictName":"公安县","logoImg":"http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20082810161776895.jpg","priceDate":"2021-09-10 00:00:00","proxypaySurcharge":0.0150000,"foreignPaybackIntever":null,"foreignPaybackIntervalString":null,"cumulativeWeight":2124.26,"yesterdayTotalQuantity":null,"yesterdayRetainedQuantity":null,"hasFollowed":false,"isOperations":true,"manageNotifyMessage":"该纸厂已暂停接单,请联系相关负责人!","isPlaceAnOrder":false,"isRecentlySale":false},{"paperMillId":"496740585160445952","name":"江门星辉造纸有限公司","paperCategoryList":[{"categoryId":"496740585168834560","categoryName":"页子纸","yesterdayUnitPrice":null,"unit... (set the log level to DEBUG or TRACE to see the full content)
${reps} = <Response [200]>
${reps.json()["message"]}
successful
Fails if objects are unequal after converting them to strings.
${records}
${reps.json()["data"]}
records
Returns a value from the given ``dictionary`` based on the given ``key``.
${records} = [{'paperMillId': '496657684465061888', 'name': '东莞市金田纸业有限公司', 'paperCategoryList': [{'categoryId': '496657684473450496', 'categoryName': '一级纸皮', 'yesterdayUnitPrice': None, 'unitPrice': 2.4, 'floating...
${item}
@{records}
{'paperMillId': '496657684465061888', 'name': '东莞市金田纸业有限公司', 'paperCategoryList': [{'categoryId': '496657684473450496', 'categoryName': '一级纸皮', 'yesterdayUnitPrice': None, 'unitPrice': 2.4, 'floatingP...
${name}
${item}
name
Returns a value from the given ``dictionary`` based on the given ``key``.
${name} = 东莞市金田纸业有限公司
${paperCategoryList}
${item}
paperCategoryList
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperCategoryList} = [{'categoryId': '496657684473450496', 'categoryName': '一级纸皮', 'yesterdayUnitPrice': None, 'unitPrice': 2.4, 'floatingPrice': 0.0, 'publicSubsidies': 0.002}, {'categoryId': '496657684477644800', 'categ...
${cumulativeWeight}
${item}
cumulativeWeight
Returns a value from the given ``dictionary`` based on the given ``key``.
${cumulativeWeight} = 2476.69
${paperMillId}
${item}
paperMillId
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperMillId} = 496657684465061888
${locProvinceName}
${item}
locProvinceName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locProvinceName} = 广东省
${locCityName}
${item}
locCityName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locCityName} = 东莞市
${locDistrictName}
${item}
locDistrictName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locDistrictName} = 万江街道
'${name}'=='九一纸厂有限公司'
Stops executing the enclosing for loop if the ``condition`` is true.
{'paperMillId': '612631294819569664', 'name': '山鹰华中纸业有限公司(国贸)', 'paperCategoryList': [{'categoryId': '612636090817449984', 'categoryName': 'A级', 'yesterdayUnitPrice': None, 'unitPrice': 2.48, 'floatin...
${name}
${item}
name
Returns a value from the given ``dictionary`` based on the given ``key``.
${name} = 山鹰华中纸业有限公司(国贸)
${paperCategoryList}
${item}
paperCategoryList
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperCategoryList} = [{'categoryId': '612636090817449984', 'categoryName': 'A级', 'yesterdayUnitPrice': None, 'unitPrice': 2.48, 'floatingPrice': 0.0, 'publicSubsidies': None}, {'categoryId': '612636090846810112', 'categor...
${cumulativeWeight}
${item}
cumulativeWeight
Returns a value from the given ``dictionary`` based on the given ``key``.
${cumulativeWeight} = 550.74
${paperMillId}
${item}
paperMillId
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperMillId} = 612631294819569664
${locProvinceName}
${item}
locProvinceName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locProvinceName} = 湖北省
${locCityName}
${item}
locCityName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locCityName} = 荆州市
${locDistrictName}
${item}
locDistrictName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locDistrictName} = 公安县
'${name}'=='九一纸厂有限公司'
Stops executing the enclosing for loop if the ``condition`` is true.
{'paperMillId': '496656259144093696', 'name': '东莞金洲纸业有限公司', 'paperCategoryList': [{'categoryId': '496656259152482304', 'categoryName': '一级纸', 'yesterdayUnitPrice': None, 'unitPrice': 2.42, 'floatingPr...
${name}
${item}
name
Returns a value from the given ``dictionary`` based on the given ``key``.
${name} = 东莞金洲纸业有限公司
${paperCategoryList}
${item}
paperCategoryList
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperCategoryList} = [{'categoryId': '496656259152482304', 'categoryName': '一级纸', 'yesterdayUnitPrice': None, 'unitPrice': 2.42, 'floatingPrice': 0.0, 'publicSubsidies': None}, {'categoryId': '496656259156676608', 'catego...
${cumulativeWeight}
${item}
cumulativeWeight
Returns a value from the given ``dictionary`` based on the given ``key``.
${cumulativeWeight} = 14981.17
${paperMillId}
${item}
paperMillId
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperMillId} = 496656259144093696
${locProvinceName}
${item}
locProvinceName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locProvinceName} = 广东省
${locCityName}
${item}
locCityName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locCityName} = 东莞市
${locDistrictName}
${item}
locDistrictName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locDistrictName} = 中堂镇
'${name}'=='九一纸厂有限公司'
Stops executing the enclosing for loop if the ``condition`` is true.
{'paperMillId': '630378168733274112', 'name': '九一纸厂有限公司', 'paperCategoryList': [{'categoryId': '630378353450422272', 'categoryName': '白纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.235, 'floatingPric...
${name}
${item}
name
Returns a value from the given ``dictionary`` based on the given ``key``.
${name} = 九一纸厂有限公司
${paperCategoryList}
${item}
paperCategoryList
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperCategoryList} = [{'categoryId': '630378353450422272', 'categoryName': '白纸', 'yesterdayUnitPrice': None, 'unitPrice': 1.235, 'floatingPrice': 0.0, 'publicSubsidies': 0.005}, {'categoryId': '630378353483976704', 'categ...
${cumulativeWeight}
${item}
cumulativeWeight
Returns a value from the given ``dictionary`` based on the given ``key``.
${cumulativeWeight} = 761.71
${paperMillId}
${item}
paperMillId
Returns a value from the given ``dictionary`` based on the given ``key``.
${paperMillId} = 630378168733274112
${locProvinceName}
${item}
locProvinceName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locProvinceName} = 安徽省
${locCityName}
${item}
locCityName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locCityName} = 安庆市
${locDistrictName}
${item}
locDistrictName
Returns a value from the given ``dictionary`` based on the given ``key``.
${locDistrictName} = 大观区
'${name}'=='九一纸厂有限公司'
Stops executing the enclosing for loop if the ``condition`` is true.
Exiting for loop altogether.
${value}
random.choice(${paperCategoryList})
random
Evaluates the given expression in Python and returns the result.
${value} = {'categoryId': '630378353517531136', 'categoryName': '黑卡', 'yesterdayUnitPrice': None, 'unitPrice': 1.23, 'floatingPrice': 0.01, 'publicSubsidies': None}
\nvalue: ${value}
Logs the given message to the console.
${categoryid}
${value}
categoryId
Returns a value from the given ``dictionary`` based on the given ``key``.
${categoryid} = 630378353517531136
${categoryName}
${value}
categoryName
Returns a value from the given ``dictionary`` based on the given ``key``.
${categoryName} = 黑卡
${unitPrice}
${value}
unitPrice
Returns a value from the given ``dictionary`` based on the given ``key``.
${unitPrice} = 1.23
${paperMillAddress}
${locProvinceName}
${locCityName}
${locDistrictName}
Catenates the given items together and returns the resulted string.
${paperMillAddress} = 安徽省 安庆市 大观区
${categoryid}
Makes a variable available globally in all tests and suites.
${categoryid} = 630378353517531136
${unitPrice}
Makes a variable available globally in all tests and suites.
${unitPrice} = 1.23
${paperMillId}
Makes a variable available globally in all tests and suites.
${paperMillId} = 630378168733274112
${paperMillAddress}
Makes a variable available globally in all tests and suites.
${paperMillAddress} = 安徽省 安庆市 大观区
${categoryName}
Makes a variable available globally in all tests and suites.
${categoryName} = 黑卡
[https://pabot.org/?ref=log|Pabot] result from 1 executions.
All Tests
3-Pabotdemo
3-Pabotdemo.1-Get List
RuntimeError catched in remotelib keyword execution. Maybe there is no connection - is pabot called with --pabotlib option? ErrorDetails: RuntimeError('Connection to remote server broken: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',)