From 588682cc1f369a512c11bdad1a3770e7e921ad48 Mon Sep 17 00:00:00 2001 From: "DESKTOP-74M199N\\qniao" Date: Thu, 2 Dec 2021 20:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.3-ActiveUpload-weightnote.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot b/002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot index 147307f..18bd802 100644 --- a/002-Activeorder/2-Background_system(Test)/4-Consignment_management/2.3-ActiveUpload-weightnote.robot +++ b/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 #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} -- 2.26.2