vr-shopxo-plugin/shopxo/app/plugins/vr_ticket/api
Council d0176eeeff feat(seatmap-api): 新增 SeatMapService + seatmap action + 支付后清除缓存
- SeatMapService.php: GetSeatMap() 含实时 inventory,模板快照 Cache TTL 60s
- api/Goods.php: 新增 seatmap action,调用 SeatMapService::GetSeatMap()
- TicketService.php: onOrderPaid 成功后调用 SeatMapService::ClearCache()
- 座位图 API: GET /api.php?s=plugins/index&pluginsname=vr_ticket&pluginscontrol=goods&pluginsaction=seatmap&goods_id=X
2026-05-14 12:58:05 +08:00
..
Goods.php feat(seatmap-api): 新增 SeatMapService + seatmap action + 支付后清除缓存 2026-05-14 12:58:05 +08:00
Ticket.php