refactor(接口测试): 优化mock服务分析接口请求内容方式
This commit is contained in:
parent
228d9ef8ba
commit
480c68eaed
|
@ -261,7 +261,7 @@ public class MockApiUtils {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
MSException.throwException(e);
|
LogUtil.error(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return responseDTO;
|
return responseDTO;
|
||||||
|
|
Loading…
Reference in New Issue