mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-24 04:53:46 +08:00
feat(wxapi): 重命名接口 IMapResponse 为 IInferable
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /card/submerchant/batchget 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class CardSubMerchantBatchGetRequest : WechatApiRequest, IMapResponse<CardSubMerchantBatchGetRequest, CardSubMerchantBatchGetResponse>
|
||||
public class CardSubMerchantBatchGetRequest : WechatApiRequest, IInferable<CardSubMerchantBatchGetRequest, CardSubMerchantBatchGetResponse>
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取或设置起始的子商户 ID。
|
||||
|
Reference in New Issue
Block a user