Files
DotNetCore.SKIT.FlurlHttpCl…/src/SKIT.FlurlHttpClient.Wechat.Api/Models/WxaApi/Comment/WxaApiCommentApiKfQuotaResetResponse.cs
Fu Diwei 62d2fbad83
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeLint / Lint (push) Waiting to run
feat(wxapi): 新增交易评价管理相关接口
2025-04-29 19:42:24 +08:00

10 lines
263 B
C#

namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /wxaapi/comment/apikfquota/reset 接口的响应。</para>
/// </summary>
public class WxaApiCommentApiKfQuotaResetResponse : WechatApiResponse
{
}
}