删除多个地方添加版本号导致的问题

This commit is contained in:
dongxiaoyan
2020-06-17 19:31:54 +08:00
parent d6daa601f0
commit bbc604f568

View File

@@ -28,7 +28,7 @@ GetLogCondition
PostRemoteData
[Arguments] ${url} ${data}
${header} Create Dictionary Content-Type=application/json Authorization=${token}
Create Session api http://${host}:${port}/${version} headers=${header}
Create Session api http://${host}:${port} headers=${header}
${remoteResponse} Post Request api ${url} data=${data} headers=${header}
[Return] ${remoteResponse}