mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-07 17:56:36 +08:00
添加CAP
This commit is contained in:
@@ -79,6 +79,11 @@ namespace Yi.Framework.ApiMicroservice
|
||||
//短信服务配置
|
||||
#endregion
|
||||
services.AddSMSService();
|
||||
|
||||
#region
|
||||
//CAP服务配置
|
||||
#endregion
|
||||
services.AddCAPService<Program>();
|
||||
}
|
||||
|
||||
#region Autofac容器注入
|
||||
|
||||
Reference in New Issue
Block a user