查询属性
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询属性</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://192.168.3.243:86/admin/attr</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">attribute_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>属性id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1569491501,
"data": {
"attribute_id": 3,
"type": 3,
"relation_id": 1,
"attribute_name": "email",
"attribute_title": "邮箱",
"placeholder": "邮箱号",
"tip": "",
"style": {
"margin_top": 10,
"margin_left": 10,
"margin_bottom": 10,
"margin_right": 10,
"padding_top": 10,
"padding_left": 10,
"padding_bottom": 10,
"padding_right": 10
},
"attribute_type": {
"type": "email",
"min_length": 1,
"max_length": 30,
"min": 0,
"max": 0
},
"attribute_map": [],
"attribute_component": "input",
"attribute_remark": "",
"required": 1,
"attribute_group_id": 2,
"create_time": null
}
}</code></pre>