fix(wxapi): 修复代码分析工具检测出的 API 定义问题

This commit is contained in:
Fu Diwei
2021-06-09 17:32:50 +08:00
parent f5adf00c8a
commit 05c1680789
43 changed files with 56 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /cv/ocr/bankcard 接口的响应。</para>
/// <para>表示 [POST] /cv/ocr/comm 接口的响应。</para>
/// </summary>
public class CVOCRCommonResponse : WechatApiResponse
{