9. 赞赏列表
<h4>赞赏列表</h4>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/h5/reward_list</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;">h5_name</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>zhanyounihao</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"data": [
{
"body": "好运连连",
"total_fee": "0.01",
"sort": "1",
"id": "1"
},
{
"body": "一生平安",
"total_fee": "18",
"sort": "2",
"id": "2"
},
{
"body": "万事顺意",
"total_fee": "66",
"sort": "3",
"id": "3"
},
{
"body": "富贵安康",
"total_fee": "88",
"sort": "4",
"id": "4"
},
{
"body": "财丁兴旺",
"total_fee": "168",
"sort": "5",
"id": "5"
},
{
"body": "富贵万年",
"total_fee": "188",
"sort": "6",
"id": "6"
}
],
"code": 1,
"state": true
}</code></pre>