feat(wxapi): 重命名接口 IMapResponse 为 IInferable

This commit is contained in:
Fu Diwei
2022-02-28 21:06:57 +08:00
parent 856bf34152
commit 120315f903
835 changed files with 842 additions and 847 deletions

View File

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