无关风月
2025-08-18 3a03018efa6374619e6e90dcfb5ed4d3995963aa
cloud-server-account/src/main/java/com/dsh/account/feignclient/other/VipClient.java
@@ -24,5 +24,7 @@
    List<Vip> listAll();
    @PostMapping("/vip/getVipByIds")
    List<Vip> getVipByIds(@RequestBody String ids);
    @PostMapping("/vip/getAgreement")
    String getAgreement();
}