Browse Source

Merge branch 'sprint/s4' into release/s4

release/s4
董书康 7 months ago
parent
commit
e8c5a8c2b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java

+ 1
- 1
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java View File

@ -47,7 +47,7 @@ public interface BasicApiService extends DWService {
Object layoutConfig(LayoutConfig layoutConfig) throws Exception; Object layoutConfig(LayoutConfig layoutConfig) throws Exception;
@AllowAnonymous @AllowAnonymous
@DWRequestMapping(path = "/api/517/config/list", method = DWRequestMethod.GET)
@DWRequestMapping(path = "/api/517/config/list", method = DWRequestMethod.POST)
Object layoutConfig(String userId, String tenantId, String sysId) throws Exception; Object layoutConfig(String userId, String tenantId, String sysId) throws Exception;
} }

Loading…
Cancel
Save