11
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user