All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ftl.APIDetailTmpl.ftl Maven / Gradle / Ivy

The newest version!
<#include "modifyHisTmpl.ftl">
<#include "paramTableTmpl.ftl">
  

 ${openAPI.qualifiedName}

<#if openAPI.description??>

描述

${openAPI.description}

访问路径

<#if openAPI.requestMapping.methodType??> ${openAPI.requestMapping.methodType} <#if openAPI.authNeeded??> <#if openAPI.authNeeded==1> <#elseif openAPI.authNeeded==0> <#if openAPI.requestMapping.url??>
${openAPI.requestMapping.url?html}
<#if openAPI.modificationHistory?? && (openAPI.modificationHistory.modificationRecordList?size != 0)> <@modifyHistoryMacro modificationRecordList=openAPI.modificationHistory.modificationRecordList />
修改历史

请求

<#if openAPI.inParameters?? && (openAPI.inParameters?size != 0)> <@reqParamTableMacro params=openAPI.inParameters /> <#else>

N/A

响应

<#if openAPI.returnCode?? && openAPI.returnCode != ""> 响应码:${openAPI.returnCode} <#if openAPI.outParameter?? > <@resParamTableMacro param=openAPI.outParameter /> <#elseif openAPI.returnCode?? && openAPI.returnCode != "">

N/A





© 2015 - 2025 Weber Informatics LLC | Privacy Policy