mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
chore: 调整目录结构
This commit is contained in:
@@ -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!;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user