| | |
| | | |
| | | import com.dsh.course.feignClient.account.model.VipPayment; |
| | | import com.dsh.guns.modular.system.model.IncomeQuery; |
| | | import com.dsh.guns.modular.system.model.dto.VipPaymentDto; |
| | | 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.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | */ |
| | | @RequestMapping("/finance/vipPaymentList") |
| | | List<VipPayment> registrationList(@RequestBody IncomeQuery query); |
| | | @RequestMapping("/finance/vipPayment") |
| | | List<VipPaymentListVO> vipPayment(@RequestBody VipPaymentDto vipPaymentDto); |
| | | @RequestMapping("/finance/refund") |
| | | String refund(@RequestBody VipRefundDto vipRefundDto); |
| | | |
| | | } |