提交 3cffdd7a authored 作者: 李勤's avatar 李勤

去掉Body

上级 8cd41ec2
......@@ -72,6 +72,7 @@ public class KingdeeApiClient {
long costTime = System.currentTimeMillis() - start;
log.info("Costime2_"+String.valueOf(costTime));
log.info("Body_"+responseEntity.getBody());
}
public <T> ApiRequest<T> executeAsync(String servicename, Object[] parameters, Class<T> returnType, IAsyncActionCallBack<T> callback) throws Exception {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论