fix: 测试用例文件上传接口报错
This commit is contained in:
parent
7a167d4454
commit
8bef1d999d
|
@ -432,6 +432,7 @@ export default {
|
|||
} else {
|
||||
tmp.request.id = getUUID();
|
||||
tmp.id = tmp.request.id;
|
||||
row.request.id = tmp.request.id;
|
||||
tmp.request.path = this.api.path;
|
||||
if (tmp.request.protocol != "dubbo://" && tmp.request.protocol != "DUBBO") {
|
||||
tmp.request.method = this.api.method;
|
||||
|
|
Loading…
Reference in New Issue