{$info.name}

{notempty name="info['describe']"} {/notempty}

接口请求地址


{$info.api_url}
{notempty name="info['request_data']"}

请求参数

{volist name="info['request_data']" id='vo'} {/volist}
名称 类型 必填 描述
{$vo['field_name']} {$vo['data_type']} {$vo['is_require']}

{$vo['field_describe']}

{/notempty} {notempty name="info['response_data']"}

响应字段

{volist name="info['response_data']" id='vo'} {/volist}
名称 类型 描述
{$vo['field_name']} {$vo['data_type']}

{$vo['field_describe']}

{/notempty} {notempty name="info['response_examples']"}
{$info['response_examples']|html_entity_decode}
{/notempty} {notempty name="info['describe_text']"}
{$info.describe_text|html_entity_decode}

{/notempty}

测试接口

测试Access_Token:{$test_access_token}

{volist name="info['request_data']" id='vo'}
{switch name="vo['data_type']"} {case value="字符"} {/case} {case value="文本"} {/case} {case value="数组"} {/case} {case value="文件"} {/case} {/switch} {$vo.data_type}
{/volist}

Copyright ©2017 EasySNS