This commit is contained in:
2025-08-30 13:53:59 +08:00
parent cb4c3b2935
commit ed47497d8c
17 changed files with 116 additions and 18 deletions

View File

@@ -23,6 +23,10 @@
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup>

View File

@@ -84,6 +84,7 @@ namespace MyCode.Project.Services.Implementation
{
return;
}
//config.FSecret = "gb2VUPGalzEgH9iIWeI7u9GUAlFA3-hXzl2GESRxX-U";
var infoList = _enterpriseWechatService.GetDepartmentList("", config.FAppid, config.FSecret);
var ids = infoList.Select(x => long.Parse(x.Id.ToString())).ToList();
var existsDepartList = _basDepartmentRepository.Queryable().Where(x => 1 == 1).ToList();