tangjiang 10 meses atrás
pai
commit
926b7062c4

+ 0 - 3
src/DataSharing/CityStateDataExchange/CityStateDataExchangeService.cs

@@ -57,13 +57,10 @@ namespace DataSharing.CityStateDataExchange
             //判断推送市州
             string sendSource = _sharingConfigurationManager.GetHotlineName();
       
-
-
             var userInfo = await _dsUserTokenInfoRepository.GetAsync(p => p.PlatformSource == platformSource && p.State == "1", cancellationToken);
             if (userInfo is null)
                 return;
 
-            string source = userInfo.PlatformSourceName;
             string secretKey = GetMD5(sendSource + userInfo.AccountSecret);
 
             var serverName = dto.IdentityType == EIdentityType.Enterprise ? "企业" : "市民";