zhaozhengjie
2022-09-22 67ef643ae8b227c00a6f9f67ecf1b22211feb65d
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -1452,7 +1452,7 @@
    }
    @GetMapping("/accept")
    public R accept(Long userId){
    public R accept(@RequestParam("userId")Long userId){
        return userService.accept(userId);
    }
}