Skip to content

Commit

Permalink
修改Abp模块
Browse files Browse the repository at this point in the history
  • Loading branch information
xl-wenqiang committed Feb 12, 2021
1 parent 19ef278 commit a50a3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.9</Version>
<Version>0.1.0</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>雪雁</Authors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Extensions.Configuration;
using Magicodes.Wx.PublicAccount.Sdk.AspNet;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using System;
using Volo.Abp;
Expand All @@ -12,7 +13,7 @@ public class WxPublicAccountSdkModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
context.Services.AddMagicodesWeChatSdk();
context.Services.AddMagicodesWeChatSdk().AddServerMessageHandler();
}

public override void OnApplicationInitialization(ApplicationInitializationContext context)
Expand Down

0 comments on commit a50a3c4

Please sign in to comment.