feat(ops): WeCom webhook alerts for pay/redeem anomalies
Add outbound group-bot alerts, rate/amount rules, stuck-order cron, HQ test button, and health db/redis checks. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { HealthController } from './health.controller';
|
||||
|
||||
/** Prisma / Redis 已为 Global,Health 直接注入探活 */
|
||||
@Module({ controllers: [HealthController] })
|
||||
export class HealthModule {}
|
||||
|
||||
Reference in New Issue
Block a user