feat(wxapi): 为请求模型添加类型映射到响应模型

This commit is contained in:
vst-h
2022-02-28 19:14:08 +08:00
committed by GitHub
parent 1b580a7709
commit a7a063c992
834 changed files with 882 additions and 864 deletions

View File

@@ -3,7 +3,7 @@
/// <summary>
/// <para>表示 [GET] /merchant/shelf/getall 接口的请求。</para>
/// </summary>
public class MerchantShelfGetAllRequest : WechatApiRequest
public class MerchantShelfGetAllRequest : WechatApiRequest, IMapResponse<MerchantShelfGetAllRequest, MerchantShelfGetAllResponse>
{
}
}