From 96f7af2f3bf9a36dd48e0e6bf4f8a8ca1e31ed7d Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 08 十一月 2023 17:49:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'orgin/igds-api-gateway' into igds-api-gateway --- 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