From 823324794e47b1ecff8c2add1e6be05aac1b8e37 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Apr 2020 10:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCMS=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=89=93=E5=BC=80=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../o2_core/o2/xAction/services/x_cms_assemble_control.json | 1 + 1 file changed, 1 insertion(+) diff --git a/o2web/source/o2_core/o2/xAction/services/x_cms_assemble_control.json b/o2web/source/o2_core/o2/xAction/services/x_cms_assemble_control.json index 4658cf1d6e..2ff3dcf6fc 100644 --- a/o2web/source/o2_core/o2/xAction/services/x_cms_assemble_control.json +++ b/o2web/source/o2_core/o2/xAction/services/x_cms_assemble_control.json @@ -5,6 +5,7 @@ "getCMSApplication": {"uri": "/jaxrs/appinfo/{id}"}, "listAllAppType" : {"uri":"/jaxrs/appinfo/list/appType"}, + "listAllAppTypeByManager" : {"uri":"/jaxrs/appinfo/list/appType/manager"}, "listWhatICanManageWithAppType" : {"uri":"/jaxrs/appinfo/list/manage/type/{appType}"}, "listWhatICanViewWithAppType" : {"uri":"/jaxrs/appinfo/list/user/view/all/type/{appType}"}, -- GitLab