Files
DotNetCore.SKIT.FlurlHttpCl…/src/SKIT.FlurlHttpClient.Wechat.Api/Models/CgibinComment/CgibinCommentCloseRequest.cs
2024-02-07 18:03:28 +08:00

10 lines
316 B
C#

namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/comment/close 接口的请求。</para>
/// </summary>
public class CgibinCommentCloseRequest : CgibinCommentOpenRequest, IInferable<CgibinCommentCloseRequest, CgibinCommentCloseResponse>
{
}
}