小飞侠接口

This commit is contained in:
2026-07-06 14:12:06 +08:00
parent c87d79109a
commit 80d967f2cf
9 changed files with 652 additions and 6 deletions
@@ -29,6 +29,6 @@ import type { ICourierProvider } from './courier.types';
},
CourierService,
],
exports: [CourierService, COURIER_PROVIDER],
exports: [CourierService, CourierConfigService, COURIER_PROVIDER],
})
export class CourierModule {}