mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 22:35:46 +08:00
feat(openai): 升级公共组件
This commit is contained in:
parent
4ebd375337
commit
d622e858d4
@ -10,7 +10,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("bindlist")]
|
[Newtonsoft.Json.JsonProperty("bindlist")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("bindlist")]
|
[System.Text.Json.Serialization.JsonPropertyName("bindlist")]
|
||||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectReadOnlyConverter))]
|
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))]
|
||||||
public dynamic[] BindList { get; set; } = default!;
|
public dynamic[] BindList { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("norm")]
|
[Newtonsoft.Json.JsonProperty("norm")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("norm")]
|
[System.Text.Json.Serialization.JsonPropertyName("norm")]
|
||||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectReadOnlyConverter))]
|
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))]
|
||||||
public dynamic Norm { get; set; } = default!;
|
public dynamic Norm { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("content")]
|
[Newtonsoft.Json.JsonProperty("content")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("content")]
|
[System.Text.Json.Serialization.JsonPropertyName("content")]
|
||||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectReadOnlyConverter))]
|
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))]
|
||||||
public dynamic Content { get; set; } = default!;
|
public dynamic Content { get; set; } = default!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="JWT" Version="8.9.0" />
|
<PackageReference Include="JWT" Version="8.9.0" />
|
||||||
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.2.0" />
|
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="2.3.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user