接口文件
This commit is contained in:
16
Infrastructure/WxApi/Notice/MessageBase.cs
Normal file
16
Infrastructure/WxApi/Notice/MessageBase.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hncore.Wx.Open
|
||||
{
|
||||
/// <summary>
|
||||
/// 请求消息接口
|
||||
/// </summary>
|
||||
public interface IMessageBase
|
||||
{
|
||||
string AppId { get; set; }
|
||||
long CreateTime { get; set; }
|
||||
RequestInfoType InfoType { get; }
|
||||
Task<bool> Handler();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user