From f89b9b493afa1f4b933253ab474caf09b3489f18 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 28 十二月 2023 17:20:36 +0800 Subject: [PATCH] 上海嘉定纪委接口调整4 --- src/main/java/com/fzzy/api/view/ApiConfs.view.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml index e07d98e..e641034 100644 --- a/src/main/java/com/fzzy/api/view/ApiConfs.view.xml +++ b/src/main/java/com/fzzy/api/view/ApiConfs.view.xml @@ -27,6 +27,10 @@ <Property></Property> <Property name="label">鐪佸钩鍙板姞瀵嗗叕閽�</Property> </PropertyDef> + <PropertyDef name="appCode"> + <Property></Property> + <Property name="label">鎺堟潈鐮�</Property> + </PropertyDef> <PropertyDef name="apiUrl"> <Property></Property> <Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property> @@ -426,13 +430,18 @@ <Property name="labelWidth">120</Property> <Editor/> </AutoFormElement> - <AutoFormElement layoutConstraint="colSpan:2"> + <AutoFormElement> <Property name="name">publicKey</Property> <Property name="property">publicKey</Property> <Property name="labelWidth">125</Property> <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">appCode</Property> + <Property name="property">appCode</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">pushProtocol</Property> <Property name="property">pushProtocol</Property> <Property name="labelWidth">125</Property> -- Gitblit v1.9.3