| | |
| | | import cc.mrbird.febs.mall.dto.ApiGoChargeDto; |
| | | import cc.mrbird.febs.mall.dto.ApiGoChargeInfoDto; |
| | | import cc.mrbird.febs.mall.service.IRunVipService; |
| | | import cc.mrbird.febs.mall.vo.ApiChargeInfoVo; |
| | | import cc.mrbird.febs.mall.vo.ApiChargeVo; |
| | | import cc.mrbird.febs.mall.vo.ApiGoChargeVo; |
| | | import cc.mrbird.febs.mall.vo.ApiRunVipVo; |
| | |
| | | return new FebsResponse().success().data(iRunVipService.vipInfo()); |
| | | } |
| | | |
| | | @ApiOperation(value = "【购买VIP】基本数据", notes = "【余额充值】基本数据") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 200, message = "success", response = ApiChargeInfoVo.class) |
| | | }) |
| | | @GetMapping(value = "/getChargeInfo") |
| | | public FebsResponse getChargeInfo() { |
| | | return iRunVipService.getChargeInfo(); |
| | | } |
| | | |
| | | @ApiOperation(value = "【购买VIP】列表", notes = "【余额充值】列表") |
| | | @ApiOperation(value = "【购买VIP】列表", notes = "【购买VIP】列表") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 200, message = "success", response = ApiChargeVo.class) |
| | | }) |
| | |
| | | return iRunVipService.goCharge(apiGoChargeDto); |
| | | } |
| | | |
| | | @ApiOperation(value = "【购买VIP】马上支付", notes = "【余额充值】马上支付") |
| | | @ApiOperation(value = "【购买VIP】马上支付", notes = "【购买VIP】马上支付") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 200, message = "success", response = ApiGoChargeVo.class) |
| | | }) |