BUGFIX:1. 所有作品中无法查看个人刚发布的作品

2. 100月付用户的邮件中续订金额不对,发送给商家的邮件中夹杂中文
3. 推广码没有截止有效期时使用该推广码报错
This commit is contained in:
2025-09-04 18:29:52 +08:00
parent c67d197da0
commit de16437d08
7 changed files with 1078 additions and 1060 deletions

View File

@@ -385,11 +385,11 @@ public class AccountController {
return Response.success("success");
}*/
@GetMapping("/refreshCreditsMonthly")
/*@GetMapping("/refreshCreditsMonthly")
@ApiOperation(value = "刷新子账号积分")
public void refreshCreditsMonthly() {
accountService.refreshCreditsMonthly();
}
}*/
}