加载一个模型
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>加载产品模型</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/product/find_model</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>模型id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status":1,
"msg":"加载成功",
"data":{
"id":942,
"uid":1363,
"room_type":"厨房",
"type":"厨房",
"width":"1200.00",
"height":"1800.00",
"json_url":"http://eggrj.oss-cn-hangzhou.aliyuncs.com/jsons/1555615688533.jin",
"img_url":"",
"create_time":"2019-04-19 03:28:09",
"update_time":"2019-04-19 03:28:09",
"delete_time":"0000-00-00 00:00:00",
"catelog_id": 9,
"tag_id": "1,4",
"type_id": 3,
"type_name": "36",
"catelog_name": "6"
}
}</code></pre>