fix(wxapi): 修复视频号小店获取订单详情接口模型定义错误
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeLint / Lint (push) Has been cancelled

This commit is contained in:
Fu Diwei 2024-10-21 13:32:30 +08:00
parent 1ce5ee4f6f
commit 78ae045585

View File

@ -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!;
}
}