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', '')),