mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(wxapi): 重命名接口 IMapResponse 为 IInferable
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /merchant/express/update 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class MerchantExpressUpdateRequest : WechatApiRequest, IMapResponse<MerchantExpressUpdateRequest, MerchantExpressUpdateResponse>
|
||||
public class MerchantExpressUpdateRequest : WechatApiRequest, IInferable<MerchantExpressUpdateRequest, MerchantExpressUpdateResponse>
|
||||
{
|
||||
public static class Types
|
||||
{
|
||||
|
Reference in New Issue
Block a user