nickchange
2023-11-28 bdb44a4edf520d6d559c18f9969c2d70de671a61
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TIntroductionCourtesyController.java
@@ -130,6 +130,7 @@
    @RequestMapping("/addIntroduce")
    @ResponseBody
    public Object addAppUser(@RequestBody IntroduceRewards introduceRewards){
        return introduceClient.addIntroduce(introduceRewards);
    }
}