大屏看板初始化数据数据返回

This commit is contained in:
10001195 2026-01-27 10:27:53 +08:00 committed by 10001392
parent e8da7060c9
commit 8da43e8e4c
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class KanbanController extends ControllerBase{
String getdata4=HttpOfGet(KANBAN_URL+"getdata1","type","other"); String getdata4=HttpOfGet(KANBAN_URL+"getdata1","type","other");
JSONObject jsonObject6 = JSONUtil.parseObj(getdata4); JSONObject jsonObject6 = JSONUtil.parseObj(getdata4);
array.add(jsonObject6); array.add(jsonObject6);
return ApiResult.success(jsonObject6.toString()); return ApiResult.success(array.toString());
} }
/** /**