From de89fecc4b5ef00a437bc8c56064dc9af8c4a0df Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期一, 23 十月 2023 20:18:34 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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