mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
chore: 调整目录结构
This commit is contained in:
@@ -33,11 +33,11 @@ namespace SKIT.FlurlHttpClient.Wechat.Work.Models
|
||||
public class CorpExtraName
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取或设置企业简称。
|
||||
/// 获取或设置企业简称列表。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("name_list")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("name_list")]
|
||||
public string[]? Names { get; set; } = default!;
|
||||
public string[]? NameList { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -36,7 +36,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ContentWithTargetPath Include="ExtendedSDK\Finance\_Libs\*.*">
|
||||
<ContentWithTargetPath Include="ExtendedSDK\Finance\__DLL\*.*">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>%(Filename)%(Extension)</TargetPath>
|
||||
</ContentWithTargetPath>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"corp_sub_industry": "计算机软件/硬件/信息服务",
|
||||
"location": "广东省广州市",
|
||||
"corp_ex_name": {
|
||||
"name_list": "xx"
|
||||
"name_list": ["xx"]
|
||||
}
|
||||
},
|
||||
"auth_info": {
|
||||
|
Reference in New Issue
Block a user