mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 标记微信小店相关接口及模型为已废弃
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /merchant/express/update 接口的请求。</para>
|
||||
/// </summary>
|
||||
[Obsolete("相关接口或字段于 2020-10-01 下线。")]
|
||||
public class MerchantExpressUpdateRequest : WechatApiRequest, IInferable<MerchantExpressUpdateRequest, MerchantExpressUpdateResponse>
|
||||
{
|
||||
public static class Types
|
||||
|
Reference in New Issue
Block a user