fix(接口测试): 文件上传自定义content-type

This commit is contained in:
chenjianxing 2020-10-28 18:02:20 +08:00
parent 0dbf3b943d
commit 29cd976431
1 changed files with 1 additions and 0 deletions

View File

@ -1405,6 +1405,7 @@ class JMXGenerator {
let arg = {};
arg.name = kv.name;
arg.value = BODY_FILE_DIR + '/' + testId + '/' + file.id + '_' + file.name;
arg.contentType = kv.contentType;
files.push(arg);
});
}