fix AllInOne template for bug #I135PG

This commit is contained in:
oppofind 2019-10-10 14:03:04 +08:00
parent 1f559d01e4
commit b2512692f4
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ for(param in doc.requestParams){
${param.field}|${param.type}|${param.desc}|${param.required}|${param.version}
<%}%>
<%}%>
<%if(isNotEmpty(doc.requestUsage)){%>
**Request-example:**
```