|
|
@ -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; |
|
|
|
|
|
|
|
} |