mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(wxapi): 为请求模型添加类型映射到响应模型
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// <summary>
|
||||
/// <para>表示 [GET] /merchant/shelf/getall 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class MerchantShelfGetAllRequest : WechatApiRequest
|
||||
public class MerchantShelfGetAllRequest : WechatApiRequest, IMapResponse<MerchantShelfGetAllRequest, MerchantShelfGetAllResponse>
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user