mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-15 05:13:17 +08:00
chore(openai): 调整目录结构
This commit is contained in:
parent
e837b879f3
commit
32f9ec3c47
@ -4,8 +4,4 @@
|
||||
dotnet_diagnostic.CS1570.severity = none
|
||||
|
||||
# CS1591: 缺少对公共可见类型或成员的 XML 注释
|
||||
dotnet_diagnostic.CS1591.severity = suggestion
|
||||
|
||||
# 新行首选项
|
||||
csharp_new_line_before_open_brace =methods,types,control_blocks
|
||||
insert_final_newline=true
|
||||
dotnet_diagnostic.CS1591.severity = suggestion
|
@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-jsonable-property-in-request-get */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -11,6 +11,6 @@
|
||||
[Newtonsoft.Json.JsonProperty("bindlist")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("bindlist")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.DynamicObjectConverter))]
|
||||
public dynamic[] BindList { get; set; } = default!;
|
||||
public dynamic BindList { get; set; } = default!;
|
||||
}
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
||||
@ -249,9 +248,7 @@ namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
/// 获取或设置抽取结果信息。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("entities")]
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArrayNewtonsoftJsonConverter))]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("entities")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(Converters.ResponsePropertyProductPropertyArraySystemTextJsonConverter))]
|
||||
public Types.Result Result { get; set; } = default!;
|
||||
}
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
/* @codestyle-disable no-instantiated-property-in-response */
|
||||
namespace SKIT.FlurlHttpClient.Wechat.OpenAI.Models.Platform
|
||||
{
|
||||
/// <summary>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user