44323
2023-10-11 090230f35c5d9747da23ffd12e55af5e906d4790
cloud-server-management/src/main/java/com/dsh/course/feignClient/account/AppUserClient.java
@@ -119,5 +119,18 @@
    @PostMapping("/student/getUserStore")
    List<Integer> getUserStore(Integer id);
    @PostMapping("/student/getUserPtVip")
    List<Integer> getUserPtVip();
    @PostMapping("/student/userAndVipPt")
    HashMap<String, Object>  userAndVipPt(Integer type);
    @PostMapping("/student/userAndVipYys")
    HashMap<String, Object> userAndVipYys(Integer id);
    @PostMapping("/student/userAndVipStore")
    HashMap<String, Object> userAndVipStore(Integer id);
    @PostMapping("/student/stuPt")
    HashMap<String, Object> stuPt();
}