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

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

View File

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