diff --git a/xxl-api-admin/src/main/resources/templates/document/document.detail.ftl b/xxl-api-admin/src/main/resources/templates/document/document.detail.ftl index b83cd90..f6d9ce6 100644 --- a/xxl-api-admin/src/main/resources/templates/document/document.detail.ftl +++ b/xxl-api-admin/src/main/resources/templates/document/document.detail.ftl @@ -1,10 +1,10 @@ - API管理平台 - - <#import "../common/common.macro.ftl" as netCommon> - <@netCommon.commonStyle /> + API管理平台 + + <#import "../common/common.macro.ftl" as netCommon> + <@netCommon.commonStyle /> @@ -12,31 +12,37 @@ sidebar-collapse">
- - <@netCommon.commonHeader /> - - <@netCommon.commonLeft "projectList" /> + + <@netCommon.commonHeader /> + + <@netCommon.commonLeft "projectList" /> - -
- -
-

接口详情

-
+ +
+ +
+

接口详情

+
-
- - + + + <#--基础信息-->

基础信息

- + <#if hasBizPermission> - +
@@ -45,19 +51,19 @@
- + <#if project.baseUrlProduct?exists && project.baseUrlProduct!="" > + + + <#if project.baseUrlPpe?exists && project.baseUrlPpe!="" > + + + <#if project.baseUrlQa?exists && project.baseUrlQa!="" > + +    - ${project.baseUrlProduct}${document.requestUrl} + ${project.baseUrlProduct}${document.requestUrl}
@@ -102,11 +108,11 @@

请求头部

-
+
- - + + <#list requestHeadersList as requestHeadersMap> <#assign key = requestHeadersMap['key'] /> @@ -127,14 +133,14 @@

请求参数

-
+
<#if queryParamList?exists>
头部标签头部内容头部标签头部内容
- - - - + + + + <#list queryParamList as queryParam> @@ -167,14 +173,16 @@
${document.successRespType}
-
class="jsonViewPre" style="width: 100%; height: 100%; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;margin-top: 15px;" >${document.successRespExample}
+
class="jsonViewPre" style="width: 100%; height: 100%; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;margin-top: 15px;">${document.successRespExample}
${document.failRespType}
-
class="jsonViewPre" style="width: 100%; height: 100%; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;margin-top: 15px;" >${document.failRespExample}
+
class="jsonViewPre" style="width: 100%; height: 100%; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;margin-top: 15px;">${document.failRespExample}
@@ -186,14 +194,16 @@

响应数据类型

-
+
<#macro fieldShow fieldList > <#if fieldList?exists && fieldList?size gt 0> -
    +
      <#list fieldList as field>
    • - ${field.fieldName} {类型:${field.fieldDatatype.name} <#if field.fieldType==1>[],描述:${field.fieldAbout}} + ${field.fieldName} + {类型:${field.fieldDatatype.name} <#if field.fieldType==1>[] + ,描述:${field.fieldAbout}} <@fieldShow field.fieldDatatype.fieldList />
    • @@ -202,8 +212,9 @@

      - ${responseDatatype.name}: ${responseDatatype.about} - >>>接口详情 + ${responseDatatype.name}: ${responseDatatype.about} + >>>接口详情 <@fieldShow responseDatatype.fieldList />

      @@ -249,37 +260,53 @@

      接口备注

      -
      -
      +
      +
      <#--Mock数据--> -
      +

      Mock数据

      - +
      -
      +
参数名称参数说明数据类型是否必填参数名称参数说明数据类型是否必填
- - + + <#list mockList as mock> - + @@ -292,22 +319,29 @@

Test历史

- +
-
+
响应数据类型(MIME)操作响应数据类型(MIME)操作
${mock.respType} - 运行 + 运行   - 修改 + 修改   - 删除 + 删除 + + + 复制链接 + +
- - + + <#list testHistoryList as testInfo> @@ -320,39 +354,41 @@ - + - - <@netCommon.commonFooter /> + + <@netCommon.commonFooter /> -
创建时间操作创建时间操作
${testInfo.addTime?datetime} - 运行 + 运行   - 删除 + 删除