mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
fix(wxapi): 修复视频号小店运费模板更新接口模型定义错误
This commit is contained in:
@@ -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。
|
||||||
|
|||||||
Reference in New Issue
Block a user