mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
feat(wxapi): 随官方标记公众号商品消息与卡券发表能力相关接口或字段为废弃
This commit is contained in:
parent
10797a015e
commit
4093c9f9b1
@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
@ -173,6 +174,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
/// <summary>
|
||||
/// 获取或设置卡券消息内容。
|
||||
/// </summary>
|
||||
[Obsolete("相关接口或字段于 2024-08-10 下线。")]
|
||||
[Newtonsoft.Json.JsonProperty("wxcard")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("wxcard")]
|
||||
public Types.CardMessage? MessageContentForCard { get; set; }
|
||||
|
@ -1,4 +1,6 @@
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>表示 [POST] /cgi-bin/message/mass/sendall 接口的请求。</para>
|
||||
@ -101,6 +103,7 @@
|
||||
/// <summary>
|
||||
/// 获取或设置卡券消息内容。
|
||||
/// </summary>
|
||||
[Obsolete("相关接口或字段于 2024-08-10 下线。")]
|
||||
[Newtonsoft.Json.JsonProperty("wxcard")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("wxcard")]
|
||||
public Types.CardMessage? MessageContentForCard { get; set; }
|
||||
|
@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
@ -86,6 +87,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
/// <summary>
|
||||
/// 获取或设置卡券消息内容。
|
||||
/// </summary>
|
||||
[Obsolete("相关接口或字段于 2024-08-10 下线。")]
|
||||
[Newtonsoft.Json.JsonProperty("wxcard")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("wxcard")]
|
||||
public Types.CardMessage? MessageContentForCard { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user