Commit 65305dda authored by zhaoqian's avatar zhaoqian Committed by 刘瑞斌
Browse files

fix(接口测试): 禅道pro版缺陷同步图片路径错误问题

--user=zhaoqian
解决禅道pro版缺陷同步图片路径错误问题
parent b350a81c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -183,7 +183,7 @@ public abstract class ZentaoClient extends BaseClient {
String suffix = split[split.length - 1];
if (StringUtils.equals("biz", suffix)) {
suffix = baseUrl;
} else if (!StringUtils.equalsAny(suffix, "zentao", "zentaopms", "zentaopro", "zentaobiz")) {
} else if (!StringUtils.equalsAny(suffix, "zentao", "pro", "zentaopms", "zentaopro", "zentaobiz")) {
suffix = "";
} else {
suffix = "/" + suffix;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment