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