忽略
This commit is contained in:
@@ -1,16 +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();
|
||||
|
||||
}
|
||||
}
|
||||
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