Browse Source

更新版本

master
赵新宇 4 weeks ago
parent
commit
98d531a288
  1. 2
      API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user
  2. 2
      API/Wood.Service/Controllers/NormalBaseController.cs
  3. 2
      API/Wood.Service/Controllers/RecurringJobBaseController.cs

2
API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user

@ -3,7 +3,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<_PublishTargetUrl>D:\QRAPI20250528\API\Wood.Admin.WebApi\bin\Release\net8.0\publish\</_PublishTargetUrl> <_PublishTargetUrl>D:\QRAPI20250528\API\Wood.Admin.WebApi\bin\Release\net8.0\publish\</_PublishTargetUrl>
<History>True|2025-06-24T07:48:22.4116425Z||;True|2025-06-24T15:47:33.3794364+08:00||;True|2025-06-24T15:21:28.5600646+08:00||;True|2025-06-23T17:18:30.1990173+08:00||;True|2025-06-23T17:12:33.6485743+08:00||;True|2025-06-19T17:18:07.6086155+08:00||;</History> <History>True|2025-06-24T07:53:07.6141315Z||;True|2025-06-24T15:48:22.4116425+08:00||;True|2025-06-24T15:47:33.3794364+08:00||;True|2025-06-24T15:21:28.5600646+08:00||;True|2025-06-23T17:18:30.1990173+08:00||;True|2025-06-23T17:12:33.6485743+08:00||;True|2025-06-19T17:18:07.6086155+08:00||;</History>
<LastFailureDetails /> <LastFailureDetails />
</PropertyGroup> </PropertyGroup>
</Project> </Project>

2
API/Wood.Service/Controllers/NormalBaseController.cs

@ -24,7 +24,7 @@ using Wood.Util.Filters;
namespace Wood.Service.Controllers namespace Wood.Service.Controllers
{ {
[AllowAnonymous] // [AllowAnonymous]
public class NormalBaseController<T>:ControllerBase,ITransient where T:BaseEntity ,new() public class NormalBaseController<T>:ControllerBase,ITransient where T:BaseEntity ,new()
{ {

2
API/Wood.Service/Controllers/RecurringJobBaseController.cs

@ -24,7 +24,7 @@ using Wood.Entity;
namespace TaskManager.Controllers namespace TaskManager.Controllers
{ {
[AllowAnonymous] //[AllowAnonymous]
public class RecurringJobBaseController :ControllerBase, IDoExecute, IScoped public class RecurringJobBaseController :ControllerBase, IDoExecute, IScoped
{ {
protected string appKey = "8EG566b9bedd2bf46d"; protected string appKey = "8EG566b9bedd2bf46d";

Loading…
Cancel
Save