修改请求

This commit is contained in:
lvleigang 2024-10-17 11:28:03 +08:00
parent 937395744e
commit bb5aa51255
1 changed files with 1 additions and 1 deletions

View File

@ -2343,7 +2343,7 @@ public class SysApplicationServiceImpl extends BaseService<SysApplicationEntity,
HttpEntity entity = response.getEntity();
synchronized (lock) {
body.append(EntityUtils.toString(entity,"UTF-8"));
body.append(resultToStr(entity));
}
flag = true;
logger.info("返回结果:" + body);