forked from yoone/API
fix(webhook): 更新webhook控制器中的密钥值
This commit is contained in:
parent
ecd2a6712b
commit
4af69aeb6f
|
|
@ -19,7 +19,7 @@ import {
|
|||
|
||||
@Controller('/webhook')
|
||||
export class WebhookController {
|
||||
private secret = '$kjYOONE24kdcdjflddd';
|
||||
private secret = 'YOONE24kd$kjcdjflddd';
|
||||
|
||||
// 平台服务保留按需注入
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue