支付优化
This commit is contained in:
		| @ -105,7 +105,8 @@ public class CardController { | ||||
|     @Operation(summary = "充值") | ||||
|     //@PreAuthorize("@ss.hasPermission('member:card:update')") | ||||
|     public CommonResult<Boolean> recharge(BigDecimal money,BigDecimal giftMoney) { | ||||
|         return success(cardService.recharge(money, CardDO.ADD,giftMoney, SecurityFrameworkUtils.getLoginUserId())); | ||||
|         cardService.recharge(money, CardDO.ADD,giftMoney, SecurityFrameworkUtils.getLoginUserId()); | ||||
|         return success(true); | ||||
|     } | ||||
|  | ||||
|     @GetMapping("/getMoney") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 seesaw
					seesaw