lidongdong
2023-11-13 6ea2476bb8a69e171907e4f12d005ef07b640f95
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/api/NewStriveForApi.java
@@ -36,4 +36,13 @@
    }
    @GetMapping("/getAllintegral")
    public R getAllintegral(@RequestParam("type") String type,
                            @RequestParam("userId") String userId)
    {
        return R.ok(forService.getAllintegral(type, userId));
    }
}