小说送礼道具列表
<h5>简要描述</h5>
<ul>
<li>小说送礼道具列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/novelPropsList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "ok",
"data": [
{
"props_id": 8,
"props_type_id": 4,
"props_status": 1,
"props_name": "二手电脑",
"props_cover": "/upload/images/20170317/20170317180028754600344308.jpg",
"props_stock": 98968,
"props_desc": "",
"props_cost": 1,
"props_gold1": "0.00",
"props_gold2": "1000",
"props_money": "0.00",
"number": 1,
"props_time": 1488721070,
"props_option": "a:5:{s:3:\"rec\";s:1:\"1\";s:5:\"month\";s:1:\"0\";s:10:\"author_exp\";s:2:\"10\";s:8:\"fans_exp\";s:4:\"1000\";s:8:\"user_exp\";s:2:\"10\";}",
"props_order": 1
},
{
"props_id": 7,
"props_type_id": 4,
"props_status": 1,
"props_name": "苹果电脑",
"props_cover": "/upload/images/20170317/20170317180034787516420251.jpg",
"props_stock": 99797,
"props_desc": "",
"props_cost": 1,
"props_gold1": "0.00",
"props_gold2": "5000",
"props_money": "0.00",
"number": 1,
"props_time": 1488720803,
"props_option": "a:5:{s:3:\"rec\";s:1:\"2\";s:5:\"month\";s:1:\"0\";s:10:\"author_exp\";s:2:\"50\";s:8:\"fans_exp\";s:4:\"5000\";s:8:\"user_exp\";s:2:\"50\";}",
"props_order": 2
},
{
"props_id": 4,
"props_type_id": 4,
"props_status": 1,
"props_name": "纯金奖杯",
"props_cover": "/upload/images/20170317/20170317180040436654527725.jpg",
"props_stock": 99876,
"props_desc": "",
"props_cost": 1,
"props_gold1": "0.00",
"props_gold2": "10000",
"props_money": "0.00",
"number": 1,
"props_time": 1488720588,
"props_option": "a:5:{s:3:\"rec\";s:1:\"4\";s:5:\"month\";s:1:\"0\";s:10:\"author_exp\";s:3:\"100\";s:8:\"fans_exp\";s:5:\"10000\";s:8:\"user_exp\";s:3:\"100\";}",
"props_order": 3
},
{
"props_id": 3,
"props_type_id": 4,
"props_status": 1,
"props_name": "仙草",
"props_cover": "/upload/images/20200623/20200623170723418028701444.jpg",
"props_stock": 99931,
"props_desc": "",
"props_cost": 1,
"props_gold1": "0.00",
"props_gold2": "50000",
"props_money": "0.00",
"number": 1,
"props_time": 1488720588,
"props_option": "a:5:{s:3:\"rec\";s:2:\"20\";s:5:\"month\";s:1:\"0\";s:10:\"author_exp\";s:3:\"500\";s:8:\"fans_exp\";s:5:\"50000\";s:8:\"user_exp\";s:3:\"500\";}",
"props_order": 5
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>