Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Oct 22, 2018
1 parent 3293366 commit e1fa44a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ public override async Task ExecuteAsync()
}


#region NeuChar 执行过程
#region NeuChar 执行过程

var weixinAppId = this._postModel == null ? "" : this._postModel.AppId;

switch (RequestMessage.MsgType)
Expand Down Expand Up @@ -165,7 +165,7 @@ await OnTextOrEventRequestAsync(requestMessageText) ??
break;
}

#endregion
#endregion


//记录上下文
Expand Down

0 comments on commit e1fa44a

Please sign in to comment.