mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
10 lines
275 B
C#
10 lines
275 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /cgi-bin/chatdata/set_receive_callback 接口的响应。</para>
|
|
/// </summary>
|
|
public class CgibinChatDataSetReceiveCallbackResponse : WechatWorkResponse
|
|
{
|
|
}
|
|
}
|