无关风月
11 小时以前 28a60b0977d66b75fb9a2c3306840bc18ec271f6
cloud-server-management/src/main/java/com/dsh/course/feignClient/account/VipPaymentClient.java
@@ -6,6 +6,7 @@
import com.dsh.guns.modular.system.model.dto.VipRefundDto;
import com.dsh.guns.modular.system.model.vo.VipPaymentListVO;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -23,7 +24,7 @@
     */
    @RequestMapping("/finance/vipPaymentList")
    List<VipPayment> registrationList(@RequestBody IncomeQuery query);
    @RequestMapping("/finance/vipPayment")
    @PostMapping("/finance/vipPayment")
    List<VipPaymentListVO> vipPayment(@RequestBody VipPaymentDto vipPaymentDto);
    @RequestMapping("/finance/refund")
    String refund(@RequestBody VipRefundDto vipRefundDto);