This commit is contained in:
lvleigang 2024-06-07 11:20:11 +08:00
commit 17d406b880
1 changed files with 3 additions and 1 deletions

View File

@ -1771,7 +1771,9 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
String bodys = sysExtensionApiEntity.getBodys();
//设置参数获取参数
StringBuffer url = new StringBuffer();
if(!receiveApi.getDestinationAddress().toLowerCase().startsWith("http")){
url.append(receiveApp.getInterfaceAddress());
}
url.append(receiveApi.getDestinationAddress());
if (querys != null) {
url.append("?");