BUGFIX:1. 所有作品中无法查看个人刚发布的作品
2. 100月付用户的邮件中续订金额不对,发送给商家的邮件中夹杂中文 3. 推广码没有截止有效期时使用该推广码报错
This commit is contained in:
@@ -385,11 +385,11 @@ public class AccountController {
|
||||
return Response.success("success");
|
||||
}*/
|
||||
|
||||
@GetMapping("/refreshCreditsMonthly")
|
||||
/*@GetMapping("/refreshCreditsMonthly")
|
||||
@ApiOperation(value = "刷新子账号积分")
|
||||
public void refreshCreditsMonthly() {
|
||||
accountService.refreshCreditsMonthly();
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user