{{$api->project->title}}
{{$api->module->title}}
{{$api->title}}
{{$api->requestMethodLabel}}
{{$api->responseFormatLabel}}
{{$api->created_at}}
{{$api->updated_at}}
{{$api->remark}}
| {{$env->title}}({{$env->name}}) | {{$env->base_url}}{{$api->uri}} |
| 参数名 | 参数类型 | 参数值 | 备注说明 |
|---|---|---|---|
| {{$header->name}} | {{$api->fieldTypeLabels[$header->type]}} | {{$header->value}} | {{$header->description}} |
| 参数名 | 参数标题 | 参数类型 | 必填 | 默认值 | 备注说明 |
|---|---|---|---|---|---|
| {{$request->name}} | {{$request->title}} | {{$api->fieldTypeLabels[$request->type]}} | {{$api->requiredLabels[$request->required]}} | {{$request->default}} | {{$request->description}} |
| 参数名 | 参数标题 | 参数类型 | MOCK规则 | 备注说明 |
|---|---|---|---|---|
| {{if $response->level}} {{str_repeat(' ', $response->level)}} {{/if}} {{$response->name}} | {{$response->title}} | {{$api->fieldTypeLabels[$response->type]}} | {{$response->mock}} | {{$response->description}} |