mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 02:07:49 +08:00
15 lines
432 B
C#
15 lines
432 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Work.Events
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 INFO.cancel_auth 事件的数据。</para>
|
|
/// <para>
|
|
/// REF: <br/>
|
|
/// <![CDATA[ https://developer.work.weixin.qq.com/document/path/90642 ]]> <br/>
|
|
/// <![CDATA[ https://developer.work.weixin.qq.com/document/path/97086 ]]>
|
|
/// </para>
|
|
/// </summary>
|
|
public class CancelAuthEvent : ChangeAuthEvent
|
|
{
|
|
}
|
|
}
|