refactor(接口测试): 优化mock服务分析接口请求内容方式

This commit is contained in:
guoyuqi 2023-04-12 14:59:30 +08:00 committed by fit2-zhao
parent 228d9ef8ba
commit 480c68eaed
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class MockApiUtils {
}
}
} catch (Exception e) {
MSException.throwException(e);
LogUtil.error(e.getMessage());
}
}
return responseDTO;