{include file="token/css" /}
HTTP响应码:{$info.status_code}
{if ($info.status_code == 200 && $info.err_code == 0)} 请求成功 {else /} 请求失败 {/if}
数据类型: {if ($info.param_type==1)} Form-data {elseif ($info.param_type==2) /} Json {else /} Xml {/if}
请求类型: {if ($info.request_type==1)} GET {else /} POST {/if}
接口地址:{$info.api_url}
{$info.api_title}
测试时间:{$info.create_time|date="Y-m-d H:i:s"}
发包数据
{$info.body_json|raw}
{$info.request_json|raw}
返回数据
{$info.return_json|raw}
该接口文档
{foreach $request as $v}
{/foreach}
{foreach $body as $v} {if (!empty($v['list']))} {foreach $v.list as $val} {/foreach} {/if} {/foreach}
字段名 说明 默认值 数据类型 是否必填