{{selectionController.name}} : {{selectionController.controller}}
作者: {{selectionController.author}};
版本:{{selectionController.version}}
描述说明: {{selectionController.describe}}
{{selectionInterface.name}} : {{selectionInterface.version}}
请求路径: {{selectionInterface.method}}
{{selectionInterface.uri}}
描述说明: {{selectionInterface.describe}}
Headers:请求头
| 字段 | 类型 | 必填 | 示例说明 | 正则校验 | 最小 | 最大 |
|---|---|---|---|---|---|---|
| {{item.field}} | {{item.type}} | 是 否 | {{item.describe}} | {{item.regexp}} | {{item.min}} | {{item.max}} |
Request: JSON form-data Array
| 字段 | 类型 | 必填 | 示例说明 | 正则校验 | 最小 | 最大 |
|---|---|---|---|---|---|---|
| URI {{item.field}} | {{item.type}} | 是 否 | {{item.describe}} | {{item.regexp}} | {{item.min}} | {{item.max}} |
| -> {{item2.field}} | {{item2.type}} | 是 否 | {{item2.describe}} | {{item2.regexp}} | {{item2.min}} | {{item2.max}} |
| -> -> {{item3.field}} | {{item3.type}} | 是 否 | {{item3.describe}} | {{item3.regexp}} | {{item3.min}} | {{item3.max}} |
| -> -> -> {{item4.field}} | {{item4.type}} | 是 否 | {{item4.describe}} | {{item4.regexp}} | {{item4.min}} | {{item4.max}} |
Response: {{selectionInterface.responseMethod}}
| 字段 | 类型 | 必需 | 示例说明 |
|---|---|---|---|
| {{item.field}} | {{item.type}} | 是 否 | {{item.describe}} |
| -> {{item2.field}} | {{item2.type}} | 是 否 | {{item2.describe}} |
| -> -> {{item3.field}} | {{item3.type}} | 是 否 | {{item3.describe}} |
| -> -> -> {{item4.field}} | {{item4.type}} | 是 否 | {{item4.describe}} |