Commit 8d2e1af0 authored by 赵啸非's avatar 赵啸非

添加分类查询返回组

parent 693d08fb
...@@ -393,6 +393,7 @@ public class SiteController extends BaseCRUDJsonBodyMappingController<SiteServic ...@@ -393,6 +393,7 @@ public class SiteController extends BaseCRUDJsonBodyMappingController<SiteServic
} }
} }
recordSysLog(request, busiDesc + " 【成功】"); recordSysLog(request, busiDesc + " 【成功】");
jsonObject.put(KEY_RESULT_DATA, collect);
jsonObject.put(KEY_RESULT_CODE, VALUE_RESULT_SUCCESS); jsonObject.put(KEY_RESULT_CODE, VALUE_RESULT_SUCCESS);
jsonObject.put(KEY_RESULT_MSG, busiDesc + "成功!"); jsonObject.put(KEY_RESULT_MSG, busiDesc + "成功!");
} catch (Exception e) { } catch (Exception e) {
......
...@@ -128,3 +128,16 @@ Content-Type: application/json ...@@ -128,3 +128,16 @@ Content-Type: application/json
} }
###站点分组列表
POST {{baseUrl}}/site/getFlatSitesGroupByAreaCode
Content-Type: application/json
{
}
###站点分组列表
POST {{baseUrl}}/site/getSitesGroupByAreaLevel
Content-Type: application/json
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment