mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-19 07:44:46 +08:00
10 lines
276 B
C#
10 lines
276 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /cgi-bin/message/device/subscribe/send 接口的响应。</para>
|
|
/// </summary>
|
|
public class CgibinMessageDeviceSubscribeSendResponse : WechatApiResponse
|
|
{
|
|
}
|
|
}
|