配置修改,permitAll添加

This commit is contained in:
even 2025-05-12 19:14:37 +08:00
parent 5a0f2beb09
commit 75a588adbc
2 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,7 @@ public class StageController {
* @pi.request-type:json * @pi.request-type:json
* @pi.param: model=stage * @pi.param: model=stage
*/ */
@PermitAll
@RequestMapping(path="/updateStageName",method = RequestMethod.POST) @RequestMapping(path="/updateStageName",method = RequestMethod.POST)
public CommonResult<Void> updateTasksStage(@RequestBody @Valid @NotNull StageReq stage){ public CommonResult<Void> updateTasksStage(@RequestBody @Valid @NotNull StageReq stage){
// stageService.updateStageName(stage); // stageService.updateStageName(stage);

View File

@ -145,6 +145,7 @@ ops:
ignore-urls: ignore-urls:
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号 - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号 - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
- /admin-api/system/auth/register # 注册
ignore-tables: ignore-tables:
- system_tenant - system_tenant
- system_tenant_package - system_tenant_package