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

This commit is contained in:
Fu Diwei
2021-06-09 17:12:08 +08:00
parent 017acf36e9
commit f5adf00c8a
19 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/agent/set 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/agent/set_scope 接口的响应。</para>
/// </summary>
public class CgibinAgentSetScopeResponse : WechatWorkResponse
{

View File

@@ -4,9 +4,9 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoicebatch 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfobatch 接口的请求。</para>
/// </summary>
public class CgibinCardInvoiceReimburseGetInvoiceBatchRequest : WechatWorkRequest
public class CgibinCardInvoiceReimburseGetInvoiceInfoBatchRequest : WechatWorkRequest
{
public static class Types
{

View File

@@ -4,9 +4,9 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoicebatch 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/card/invoice/reimburse/getinvoiceinfobatch 接口的响应。</para>
/// </summary>
public class CgibinCardInvoiceReimburseGetInvoiceBatchResponse : WechatWorkResponse
public class CgibinCardInvoiceReimburseGetInvoiceInfoBatchResponse : WechatWorkResponse
{
public static class Types
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/corp/get_join_qrcode 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/corp/getopenapprovaldata 接口的请求。</para>
/// </summary>
public class CgibinCorpGetOpenApprovalDataRequest : WechatWorkRequest
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/corp/get_join_qrcode 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/corp/getopenapprovaldata 接口的响应。</para>
/// </summary>
public class CgibinCorpGetOpenApprovalDataResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/externalcontact/del_corp_tag_list 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/externalcontact/del_corp_tag 接口的响应。</para>
/// </summary>
public class CgibinExternalContactDeleteCorpTagResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GETs] /cgi-bin/menu/delete 接口的响应。</para>
/// <para>表示 [GET] /cgi-bin/menu/delete 接口的响应。</para>
/// </summary>
public class CgibinMenuDeleteResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/oa/journal/get_record_list 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/oa/journal/get_record_detail 接口的请求。</para>
/// </summary>
public class CgibinOAJournalGetRecordDetailRequest : WechatWorkRequest
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [POST] /cgi-bin/oa/journal/get_record_list 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/oa/journal/get_record_detail 接口的响应。</para>
/// </summary>
public class CgibinOAJournalGetRecordDetailResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_login_info 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/service/get_login_info 接口的请求。</para>
/// </summary>
public class CgibinServiceGetLoginInfoRequest : WechatWorkRequest
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_login_info 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/service/get_login_info 接口的响应。</para>
/// </summary>
public class CgibinServiceGetLoginInfoResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_register_code 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/service/get_register_code 接口的请求。</para>
/// </summary>
public class CgibinServiceGetRegisterCodeRequest : WechatWorkRequest
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_register_code 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/service/get_register_code 接口的响应。</para>
/// </summary>
public class CgibinServiceGetRegisterCodeResponse : WechatWorkResponse
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_register_info 接口的请求。</para>
/// <para>表示 [POST] /cgi-bin/service/get_register_info 接口的请求。</para>
/// </summary>
public class CgibinServiceGetRegisterInfoRequest : WechatWorkRequest
{

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.Work.Models
{
/// <summary>
/// <para>表示 [GET] /cgi-bin/service/get_register_info 接口的响应。</para>
/// <para>表示 [POST] /cgi-bin/service/get_register_info 接口的响应。</para>
/// </summary>
public class CgibinServiceGetRegisterInfoResponse : WechatWorkResponse
{