fix: tapd提交内容为空
This commit is contained in:
parent
6ddc5bf2e4
commit
113f68b734
|
@ -238,7 +238,7 @@ public abstract class AbstractIssuePlatform implements IssuesPlatform {
|
|||
return "";
|
||||
}
|
||||
Matcher matcher = pattern.matcher(input);
|
||||
String result = "";
|
||||
String result = input;
|
||||
while (matcher.find()) {
|
||||
String path = matcher.group(2);
|
||||
if (endpoint.endsWith("/")) {
|
||||
|
|
Loading…
Reference in New Issue