From 6bec4e77587acc2d6db5b89e9cca5903044fdfe9 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Tue, 7 Apr 2026 10:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=BE=E5=90=8D=E7=94=9F?= =?UTF-8?q?=E6=88=90bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/playx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/playx.php b/config/playx.php index 85af463..9d918d6 100644 --- a/config/playx.php +++ b/config/playx.php @@ -13,7 +13,7 @@ return [ // Daily Push 签名校验(PlayX 调用商城时使用) 'daily_push_secret' => strval(env('PLAYX_DAILY_PUSH_SECRET', '')), /** - * 合作方 JWT 验签密钥(HS256)。非空时:daily-push 等回调需带 Authorization: Bearer + * 合作方 JWT 验签密钥(HS256)。非空时:dailyPush 等回调需带 Authorization: Bearer * 仅写入部署环境变量,勿提交仓库。 */ 'partner_jwt_secret' => strval(env('PLAYX_PARTNER_JWT_SECRET', '')),