mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(tenpayv2): 随官方更新清关报关订单附加信息重推接口模型
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /cgi-bin/mch/customs/customdeclareredeclare 接口的请求。</para>
|
||||
/// <para>表示 [POST] /cgi-bin/mch/newcustoms/customdeclareredeclare 接口的请求。</para>
|
||||
/// </summary>
|
||||
public class RedeclareMerchantCustomsCustomDeclarationRequest : WechatTenpaySignableRequest
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /cgi-bin/mch/customs/customdeclareredeclare 接口的响应。</para>
|
||||
/// <para>表示 [POST] /cgi-bin/mch/newcustoms/customdeclareredeclare 接口的响应。</para>
|
||||
/// </summary>
|
||||
public class RedeclareMerchantCustomsCustomDeclarationResponse : WechatTenpaySignableResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user