平台类目库
数据表 platform_categories:店小秘 Lazada 等同步的类目树。Lazada 商品同步时会在 attributes.primary_category_id 写入类目 ID,可与本库关联展示。
全量抓取在仓库根目录执行(默认店小秘 shopId 为规格示例 7613354;多店用 --shop-ids a,b 或环境变量 DIANXIAOMI_SHOP_IDS):
node scripts/crawl-dianxiaomi-lazada-categories.js --upsert
若接口返回未登录,再设 DIANXIAOMI_COOKIE 或 --cookie-file。
外部采集程序建议 POST 到 /api/platform-categories 写入库(见仓库 docs/platform-categories-ingest.md),勿把数据库密钥交给采集端。