chore: 调整目录结构

This commit is contained in:
Fu Diwei
2025-09-16 17:30:38 +08:00
parent cd37f06c16
commit 8db3a17f64
13 changed files with 4 additions and 4 deletions

View File

@@ -33,11 +33,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
public class CorpExtraName public class CorpExtraName
{ {
/// <summary> /// <summary>
/// 获取或设置企业简称。 /// 获取或设置企业简称列表
/// </summary> /// </summary>
[Newtonsoft.Json.JsonProperty("name_list")] [Newtonsoft.Json.JsonProperty("name_list")]
[System.Text.Json.Serialization.JsonPropertyName("name_list")] [System.Text.Json.Serialization.JsonPropertyName("name_list")]
public string[]? Names { get; set; } = default!; public string[]? NameList { get; set; } = default!;
} }
} }

View File

@@ -36,7 +36,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ContentWithTargetPath Include="ExtendedSDK\Finance\_Libs\*.*"> <ContentWithTargetPath Include="ExtendedSDK\Finance\__DLL\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>%(Filename)%(Extension)</TargetPath> <TargetPath>%(Filename)%(Extension)</TargetPath>
</ContentWithTargetPath> </ContentWithTargetPath>

View File

@@ -21,7 +21,7 @@
"corp_sub_industry": "计算机软件/硬件/信息服务", "corp_sub_industry": "计算机软件/硬件/信息服务",
"location": "广东省广州市", "location": "广东省广州市",
"corp_ex_name": { "corp_ex_name": {
"name_list": "xx" "name_list": ["xx"]
} }
}, },
"auth_info": { "auth_info": {