fix登录,积分

This commit is contained in:
wells
2026-08-08 10:44:01 +08:00
parent dc33b8008c
commit 0e51812d80
10 changed files with 70 additions and 26 deletions
@@ -24,7 +24,7 @@ public interface IPointsService {
/**
* 扣除积分
*/
boolean subPoints(Long userId, Long amount, String type, String bizNo, Long operatorId, String remark);
void subPoints(Long userId, Long amount, String type, String bizNo, Long operatorId, String remark);
/**
* 获取用户积分