mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-05 17:37:54 +08:00
fix(wxapi): 修复视频号小店获取订单详情接口模型定义错误
This commit is contained in:
parent
1ce5ee4f6f
commit
78ae045585
@ -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!;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user