fix(wxapi): 修复视频号小店运费模板更新接口模型定义错误

This commit is contained in:
MoondanceZ 2023-11-14 08:53:47 +00:00 committed by RHQYZ
parent 538fb4f06a
commit f76208a7d7

View File

@ -3,11 +3,11 @@
/// <summary> /// <summary>
/// <para>表示 [POST] /channels/ec/merchant/updatefreighttemplate 接口的请求。</para> /// <para>表示 [POST] /channels/ec/merchant/updatefreighttemplate 接口的请求。</para>
/// </summary> /// </summary>
public class ChannelsECMerchantUpdateFreightTemplateRequest : WechatApiRequest, IInferable<ChannelsECMerchantUpdateFreightTemplateRequest, ProductDeliveryUpdateFreightTemplateResponse> public class ChannelsECMerchantUpdateFreightTemplateRequest : WechatApiRequest, IInferable<ChannelsECMerchantUpdateFreightTemplateRequest, ChannelsECMerchantUpdateFreightTemplateResponse>
{ {
public static class Types public static class Types
{ {
public class FreightTemplate : ProductDeliveryInsertFreightTemplateRequest.Types.FreightTemplate public class FreightTemplate : ChannelsECMerchantAddFreightTemplateRequest.Types.FreightTemplate
{ {
/// <summary> /// <summary>
/// 获取或设置运费模板 ID。 /// 获取或设置运费模板 ID。