商家推荐列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>商家推荐列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/recommend_list</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;">pageno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"__type": "result",
"state": "ok",
"msg": "success",
"data": {
"list": [
{
"recommend_id": 2,
"account_id": 16,
"bind_account_id": 47,
"create_time": 1553590984,
"total": "10000.00",
"phone": 13670261221,
"total_reward": "60.00"
},
{
"recommend_id": 1,
"account_id": 16,
"bind_account_id": 75,
"create_time": 1553501389,
"total": "34000.00",
"phone": 13302471161,
"total_reward": "139.20"
}
],
"total_reward": 199.2,
"__page_data": {
"__cur_pageno": 1,
"__cur_pagesize": 20,
"__cur_pagesum": 1,
"__cur_sumcount": 2,
"__cur_current": 1
}
},
"time": 1553591188
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>