mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 13:03:43 +08:00
10 lines
316 B
C#
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>
|
|
{
|
|
}
|
|
}
|