feat(wxapi): 随官方更新视频号订单搜索接口模型

This commit is contained in:
Fu Diwei
2024-06-07 12:10:44 +08:00
parent f9cf0839f1
commit cb2f2ae419
2 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
/// <summary>
/// 获取或设置收件人电话号码。
/// </summary>
[Obsolete("相关接口或字段于 2023-05-31 下线。")]
[Newtonsoft.Json.JsonProperty("tel_number")]
[System.Text.Json.Serialization.JsonPropertyName("tel_number")]
public string? TeleNumber { get; set; }