fix(webhook): 更新webhook控制器中的密钥值

This commit is contained in:
zhuotianyuan 2026-01-06 18:57:26 +08:00
parent c64da5879d
commit 87ca4eadce
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import {
@Controller('/webhook')
export class WebhookController {
private secret = '$kjYOONE24kdcdjflddd';
private secret = 'YOONE24kd$kjcdjflddd';
// 平台服务保留按需注入