优化 #7

Merged
laiyonglan merged 1 commits from Test into master 4 years ago
  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