{
  "product": "不刷手机",
  "environment": "staging",
  "currency": "CNY",
  "catalogVersion": 1,
  "plans": [
    {
      "id": "bushuashouji_pro_month_intro",
      "title": "Pro 月会员",
      "priceCents": 900,
      "entitlementPlan": "pro",
      "billingMode": "fixed_duration",
      "durationDays": 30,
      "aiRecognitionCount": 100,
      "features": ["固定时长不自动续费", "基础规则不限次数", "更多限制目标", "页面级限制"]
    },
    {
      "id": "bushuashouji_pro_quarter_intro",
      "title": "Pro 季会员",
      "priceCents": 1900,
      "entitlementPlan": "pro",
      "billingMode": "fixed_duration",
      "durationDays": 90,
      "aiRecognitionCount": 300,
      "features": ["固定时长不自动续费", "适合备考和项目冲刺", "严格模式", "页面级限制"]
    },
    {
      "id": "bushuashouji_pro_year_intro",
      "title": "Pro 年会员",
      "priceCents": 4900,
      "standardPriceCents": 6800,
      "entitlementPlan": "pro",
      "billingMode": "fixed_duration",
      "durationDays": 365,
      "aiRecognitionCount": 1200,
      "features": ["首发推荐", "本地规则不限次数", "固定时长不自动续费", "强锁与防篡改", "规则防修改", "紧急出口审计", "物理钥匙", "番茄循环复盘", "今日节奏", "极简桌面", "桌面小组件", "网站域名限制", "30天少刷日历", "下班断联和工作免打扰", "复杂信息流 AI 精准识别"]
    },
    {
      "id": "bushuashouji_pro_lifetime_early",
      "title": "终身会员",
      "priceCents": 9800,
      "standardPriceCents": 12800,
      "entitlementPlan": "pro",
      "billingMode": "lifetime",
      "durationDays": 36500,
      "aiRecognitionCount": 3000,
      "features": ["早鸟买断", "一次买断不自动续费", "长期使用 Pro 功能", "极简桌面、桌面小组件和番茄循环实验", "优先体验新产品方向"]
    }
  ],
  "notes": [
    "商品 ID 独立于别刷了，不能复用 phoneguard 商品表。",
    "月、季、年都是固定时长会员；终身是买断，首发不配置自动续费。",
    "番茄循环、强锁、桌面小组件、紧急出口审计等本地规则不走 AI 次数；会员只承载复盘统计和高级出口能力。",
    "aiRecognitionCount 是内部权益和成本字段，默认不作为收银台主卖点；只有商品显式配置 showAiQuotaInStore=true 才展示 AI 次数。",
    "用户购买会员，AI 识别次数只作为复杂页面增强能力的成本边界。",
    "正式上线前需由后台/AIOps 写入真实商品和支付渠道配置。"
  ]
}
