From 6903522b5a0f6c54974361e93b820b224f130c85 Mon Sep 17 00:00:00 2001 From: Council Date: Thu, 23 Apr 2026 14:26:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20BaseService.php=20?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF=EF=BC=88shortCodeDecode=20?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=20return=20+=20docblock=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shopxo/app/plugins/vr_ticket/service/BaseService.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shopxo/app/plugins/vr_ticket/service/BaseService.php b/shopxo/app/plugins/vr_ticket/service/BaseService.php index e218c2e..f1510f3 100644 --- a/shopxo/app/plugins/vr_ticket/service/BaseService.php +++ b/shopxo/app/plugins/vr_ticket/service/BaseService.php @@ -474,6 +474,9 @@ class BaseService // 转回 base36 字符串(不填充) $ticket_id = intval(base_convert($ticket_int, 10, 36), 36); + return ['goods_id' => $goods_id, 'ticket_id' => $ticket_id]; + } + /** * 签名 QR payload(HMAC-SHA256 防篡改) *