From dfe0e34bfa2eee670bc3575c4d48b0f68b522161 Mon Sep 17 00:00:00 2001 From: dongsk Date: Tue, 30 Apr 2024 13:26:30 +0800 Subject: [PATCH] get->post --- .../java/com/digiwin/athena/app/provider/BasicApiService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java index deb5fc3..d85d61b 100644 --- a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java +++ b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/provider/BasicApiService.java @@ -47,7 +47,7 @@ public interface BasicApiService extends DWService { Object layoutConfig(LayoutConfig layoutConfig) throws Exception; @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; } \ No newline at end of file