监控状态
{{ latestSnapshot ? (latestSnapshot.status==='success' ? '运行正常' : '查询异常') : '等待查询' }}
订单监控
{{ keywordCount }} 个监控关键词
监控状态
{{ latestSnapshot ? (latestSnapshot.status==='success' ? '运行正常' : '查询异常') : '等待查询' }}
累计订单
{{ orderStats.total || 0 }}
最近查询
{{ latestSnapshot ? formatTime(latestSnapshot.created_at) : '尚无记录' }}
查询耗时
{{ latestSnapshot ? latestSnapshot.duration_ms + 'ms' : '-' }}
暂无匹配订单
查询完成后,订单会显示在这里
| 已读 | 订单号 | 来源关键词 | 商品 | 金额 | 卡密数 | 卖家 | 状态 | 创建时间 | 权益 | 商品 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ o.trade_no }} | {{ formatKeywords(o.keywords) }} | {{ o.goods_name }} | ¥{{ o.total_amount }} | {{ cardCount(o) }} | {{ o.shop_nickname }} | {{ statusLabel(o.status) }} | {{ tsToTime(o.create_time) }} | 打开 | ||
卡密详情
{{ JSON.stringify(o.detail_json||o.raw_json,null,2) }}
|
||||||||||
暂无查询历史
| # | 关键词 | 订单数 | 状态 | 耗时 | 查询时间 | 错误信息 |
|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.keywords }} | {{ s.order_count }} | {{ s.status==='success' ? '成功' : '失败' }} | {{ s.duration_ms }}ms | {{ formatTime(s.created_at) }} | {{ s.error_msg || '-' }} |