会员订阅区分体验用户和付费用户:类型标签、筛选器、来源字段

This commit is contained in:
2569718930@qq.com
2026-05-18 20:29:33 +08:00
parent 546bc0c21e
commit e12d935cde
3 changed files with 57 additions and 10 deletions
+2
View File
@@ -109,6 +109,8 @@ export type MembershipEntry = {
queued_days?: number;
queued_count?: number;
plan_code?: string;
source?: string;
is_trial?: boolean;
};
export type MembershipsPayload = {