修改请求
This commit is contained in:
parent
937395744e
commit
bb5aa51255
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue