【代码评审】PAY:钱包余额修改的逻辑

This commit is contained in:
YunaiV
2024-08-19 19:51:23 +08:00
parent a6670f3870
commit 12a80ca4b8
5 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ import static cn.iocoder.yudao.framework.common.enums.UserTypeEnum.MEMBER;
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
import static cn.iocoder.yudao.module.pay.enums.ErrorCodeConstants.WALLET_NOT_FOUND;
// @puhui999不在 MemberUserController 提供接口,而是 PayWalletController 增加。不然 member 耦合 pay 拉。
/**
* 会员钱包 API 实现类
*