fix: 修复 BaseService.php 语法错误(shortCodeDecode 缺失 return + docblock)

feat/phase4-ticket-wallet
Council 2026-04-23 14:26:05 +08:00
parent 8b15283376
commit 6903522b5a
1 changed files with 3 additions and 0 deletions

View File

@ -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 payloadHMAC-SHA256 防篡改)
*