|
|
|
@ -165,8 +165,8 @@ Upload_pictures |
|
|
|
#上传图片 |
|
|
|
#${dict} Create Dictionary Content-Type=image/jpeg filename=20210803.jpg |
|
|
|
#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} |
|
|
|
Create Session ZTBT ${URL} |
|
|
|
log ${file} |
|
|
|
|