Browse Source

Merge pull request '优化' (#7) from Test into master

Reviewed-on: http://git.qniao.cn/automated-test-scripts/ztb-trading-rf-api/pulls/7
master
赖勇兰 4 years ago
parent
commit
3743e9cc84
1 changed files with 2 additions and 2 deletions
  1. 4
      002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot

4
002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot

@ -165,8 +165,8 @@ Upload_pictures
#上传图片 #上传图片
#${dict} Create Dictionary Content-Type=image/jpeg filename=20210803.jpg #${dict} Create Dictionary Content-Type=image/jpeg filename=20210803.jpg
#Create Session ZTBT ${URL} ${dict} #Create Session ZTBT ${URL} ${dict}
${filepath} Evaluate open('E:/lyl/图片/21042217001449712.png','rb')
${image} Evaluate open('E:/lyl/图片/21042217001449712.png','rb')
${filepath} Evaluate open('./21042217001449712.png','rb')
${image} Evaluate open('./21042217001449712.png','rb')
${file} Create Dictionary filepath=${filepath} image=${image} ${file} Create Dictionary filepath=${filepath} image=${image}
Create Session ZTBT ${URL} Create Session ZTBT ${URL}
log ${file} log ${file}

Loading…
Cancel
Save