mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
fix(wxapi): 修复视频号小店获取订单详情接口模型定义错误
This commit is contained in:
@@ -817,7 +817,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("agent_finder_nickname")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("agent_finder_nickname")]
|
||||
public bool AgentFinderNickname { get; set; }
|
||||
public string AgentFinderNickname { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user