mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 01:46:20 +08:00
fix(wxapi): 修复视频号小店运费模板更新接口模型定义错误
This commit is contained in:
parent
538fb4f06a
commit
f76208a7d7
@ -3,11 +3,11 @@
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /channels/ec/merchant/updatefreighttemplate 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class ChannelsECMerchantUpdateFreightTemplateRequest : WechatApiRequest, IInferable<ChannelsECMerchantUpdateFreightTemplateRequest, ProductDeliveryUpdateFreightTemplateResponse>
|
||||
public class ChannelsECMerchantUpdateFreightTemplateRequest : WechatApiRequest, IInferable<ChannelsECMerchantUpdateFreightTemplateRequest, ChannelsECMerchantUpdateFreightTemplateResponse>
|
||||
{
|
||||
public static class Types
|
||||
{
|
||||
public class FreightTemplate : ProductDeliveryInsertFreightTemplateRequest.Types.FreightTemplate
|
||||
public class FreightTemplate : ChannelsECMerchantAddFreightTemplateRequest.Types.FreightTemplate
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取或设置运费模板 ID。
|
||||
|
Loading…
Reference in New Issue
Block a user