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)); } }