加载公共产品库
<p><strong>简要描述:</strong> </p>
<ul>
<li>加载公共产品库</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/product/public_model</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">catelog_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>分类id</td>
</tr>
<tr>
<td style="text-align: left;">version</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>接口版本</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": [
{
"id": 30764,
"uid": 319,
"oid": 16647,
"room_type": "客厅",
"type": "wardrobe",
"width": "960.00",
"height": "3250.00",
"json_url": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/jsons/1563023271929.jin",
"img_url": "",
"catelog_id": 0,
"tag_id": "",
"type_id": null,
"model_name": "",
"create_time": "2019-07-13 21:07:52",
"delete_time": "0000-00-00 00:00:00",
"update_time": "2019-07-13 21:07:52",
"public": 1,
"u_name": "用户137*3773"
},
{
"id": 30770,
"uid": 1612,
"oid": 16459,
"room_type": "主卧",
"type": "衣柜",
"width": "0.00",
"height": "0.00",
"json_url": "http://eggrj.oss-cn-hangzhou.aliyuncs.com/jsons/1563025499060.jin",
"img_url": "",
"catelog_id": 0,
"tag_id": "",
"type_id": null,
"model_name": "",
"create_time": "2019-07-13 21:45:02",
"delete_time": "0000-00-00 00:00:00",
"update_time": "2019-07-13 21:45:02",
"public": 1,
"u_name": "名门金柜"
}
]
}</code></pre>