无关风月
2 天以前 029fbb930079877c5b63597f1e933bb100eae3d2
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();
}