|
|
@ -255,7 +255,7 @@ public class AuthService : IAuthService, IDynamicApiController, ITransient
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 返回前端需要使用的租户参数
|
|
|
|
// 返回前端需要使用的租户参数
|
|
|
|
var paraCodeArr = new string[] { TenantParamCode.ENABLE_SLOT_ABILITY };
|
|
|
|
var paraCodeArr = new string[] { TenantParamCode.ENABLE_SLOT_ABILITY, TenantParamCode.ENABLE_FEE_ABILITY };
|
|
|
|
loginOutput.TenantParams = await _djyTenantParamService.GetParaCodeWithValue(paraCodeArr);
|
|
|
|
loginOutput.TenantParams = await _djyTenantParamService.GetParaCodeWithValue(paraCodeArr);
|
|
|
|
|
|
|
|
|
|
|
|
// 增加登录日志
|
|
|
|
// 增加登录日志
|
|
|
|