黃金電商自動計價系統

Auto-Pricing Engine · BV Shop API V2 · 你的後台

{{ settings.auto_update ? '自動更新中' : '已暫停' }} 最近同步:{{ formatTime(lastSyncAt) }}

即時金價(台銀牌告)

每 5 分鐘抓 | 差異 < 0.1% 不推送 BV
Au 黃金
NT$ {{ formatNumber(goldPrice.au_mid * 3.75) }} / 錢
尚無資料
買進 {{ formatNumber(goldPrice.au_buy * 3.75) }} / 賣出 {{ formatNumber(goldPrice.au_sell * 3.75) }} (台銀牌告 g 換算 1 錢 = 3.75 g)
最後更新:{{ formatTime(goldPrice.fetched_at) }}
{{ lbl.label }} {{ lbl.label }}

後台設定

{{ Number(settings.gold_premium_pct).toFixed(1) }}%
售價 = 金價(TWD/錢) × 重量(錢) × (1 + 溢價率) + 工錢

以 1 錢 工錢 0 為例:NT$ {{ formatNumber(Math.round(goldPrice.au_mid * 3.75 * (1 + settings.gold_premium_pct/100))) }}

商品設定(共 {{ filteredProducts.length }} / {{ products.length }} 筆)

BV ID 商品 會員等級數 重量 (錢) 工錢 (NT$) 啟用 當前計算價 上次推送
{{ p.id }} {{ p.title }} {{ t }} {{ parseLevels(p.cus_level_ids).length }} {{ p.weight_g > 0 && goldPrice ? 'NT$ ' + formatNumber(calc(p)) : '—' }}
此分類沒有商品 — 切換到其他 tab 或清除搜尋
尚未同步商品 — 點上方「從 BV Shop 同步商品」

BV Shop 推送

已啟用商品 {{ enabledCount }} 點 × 取消啟用 下方表格勾選「啟用」欄位來加入
{{ p.title }} {{ (p.weight_g / 3.75).toFixed(2) }} 錢 → NT$ {{ formatNumber(calc(p)) }} ⚠ 未填重量

推送內容:PUT /product-prices/{id}(每商品 × 各等級會員)

成功 {{ lastPushSummary.pushed }} 跳過 {{ lastPushSummary.skipped }} 失敗 {{ lastPushSummary.failed }}
尚無推送紀錄
{{ formatTime(log.created_at) }} PUT /product-prices/{{ log.product_id }} price={{ formatNumber(log.price) }} {{ log.status === 'ok' ? (log.http_code || 200) + ' OK' : log.status }} {{ log.error_message }}