src/main/java/com/example/jz/controller/CauseController.java
@@ -90,7 +90,7 @@ @GetMapping("/getVxCauseList") @ApiOperation(httpMethod = "GET", value = "微信找案件") public R getVxCauseList(@RequestParam String phone){ public R<List<NewCauseVo>> getVxCauseList(@RequestParam String phone){ List<NewCauseVo> res = causeService.getVxCauseList(phone); return R.ok(res); }