用户充值提交接口

This commit is contained in:
小魔仙~
2024-12-19 20:26:30 +08:00
parent d3aedb6399
commit bd36593e0d
5 changed files with 35 additions and 12 deletions

View File

@ -30,12 +30,12 @@ public class UserRechargeController extends BaseController {
/**
* 修改用户充值卡金额
*/
/*@PreAuthorize("@ss.hasPermi('rechargecard:cards:edit')")
@PreAuthorize("@ss.hasPermi('rechargecard:cards:edit')")
@PutMapping
@ApiOperation("修改用户充值卡")
public AjaxResult result(@RequestBody RechargecardUser rechargecardUser)
{
return toAjax(userRechargeCardsService.updateUserRecharge(rechargecardUser));
}*/
}
}