Unsubscribe - #7358
Conversation
Coverage Report
File CoverageNo changed files found. |
|
✅ Admin Preview Image Ready! 🕒 Time: 2026-08-12 10:25:18 (UTC+8) |
|
✅ Build Successful - Preview fastgpt Image for this PR: 🕒 Time: 2026-08-12 10:25:49 (UTC+8) |
eae6bf8 to
dd10f1c
Compare
e70c91d to
73e10d4
Compare
73e10d4 to
cdf03cf
Compare
c50f765 to
2afe5c0
Compare
|
账号注销完成条件目前会漏掉非 active 的成员关系数据。
建议在 finalizer 中对该用户的所有非 owner membership 做删除或字段匿名化,并让 residual check 覆盖这类记录;测试应至少断言 completed 后 |
2ee08d9 to
cf0ad19
Compare
| second: number; | ||
| }; | ||
|
|
||
| const getFormatter = (timeZone: string) => |
There was a problem hiding this comment.
这种东西不需要自己实现吧如果我们已经有了 date-fns 的话
There was a problem hiding this comment.
不建议,这段代码实际上封装了四种能力:
指定时区解析 UTC 时间;
指定时区的本地日期加减;
本地时间转 UTC;
根据本地自然日反推数据库查询范围。
可以考虑把 addLocalDays、字符串格式化等简单部分改成 date-fns,但收益有限
| } | ||
| }, | ||
| selfCancellation: { | ||
| apis: [ |
There was a problem hiding this comment.
如果 authCert 里面指定了哪些能请求通哪些不行,这个是不是就没用了?
There was a problem hiding this comment.
不是在接口里通过 authCert 去拦截的么?这里的指定有什么用呢
58e418c to
4a92eba
Compare
4a92eba to
9439ece
Compare
� Conflicts: � projects/app/src/pages/api/support/user/team/plan/getTeamPlanStatus.ts
9439ece to
d0ee34e
Compare
账号注销