mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
13 lines
327 B
C#
13 lines
327 B
C#
using System;
|
|
|
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
|
{
|
|
/// <summary>
|
|
/// <para>表示 [POST] /merchant/express/del 接口的响应。</para>
|
|
/// </summary>
|
|
[Obsolete("相关接口或字段于 2020-10-01 下线。")]
|
|
public class MerchantExpressDeleteResponse : WechatApiResponse
|
|
{
|
|
}
|
|
}
|