mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 09:44:43 +08:00
10 lines
263 B
C#
10 lines
263 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /wxaapi/comment/apikfquota/reset 接口的响应。</para>
|
|
/// </summary>
|
|
public class WxaApiCommentApiKfQuotaResetResponse : WechatApiResponse
|
|
{
|
|
}
|
|
}
|