青羊经侦大队-数据平台
baizonghao
2023-03-22 34585765970418096cd642d85950b43382a58327
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);
    }