mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(wxapi): 随官方更新视频号订单搜索接口模型
This commit is contained in:
@@ -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; }
|
||||
|
@@ -1,9 +1,9 @@
|
||||
{
|
||||
{
|
||||
"search_condition": {
|
||||
"title": "标题关键字",
|
||||
"sku_code": "12321",
|
||||
"user_name": "张三",
|
||||
"tel_number": "13700000000",
|
||||
"tel_number_last4": "0000",
|
||||
"order_id": "3713218625342112768"
|
||||
},
|
||||
"on_aftersale_order_exist": 0,
|
||||
|
Reference in New Issue
Block a user