获取会员关注门店列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取会员关注门店列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-follow-list</code>(play_out-type == 1)</li>
<li><code>http://xx.com/api/interim/user/get-follow-list</code>(play_out-type == 2)</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST
<strong>参数:</strong> </li>
</ul>
<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;">page_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>第几页</td>
</tr>
<tr>
<td style="text-align: left;">page_size</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>{
"code": 600,
"msg": "关注列表",
"result": [
page_num:1 // 当前页
pages:1 // 总页数
size:10 // 显示数
total:"2" // 总数
data:[{
"default_status": "1", // 1、普通门店 2、默认门店
"store_no": "gl00004278", //门店no
"store_name": "xxxx小铺",
"province": "福建省",
"city": "厦门市",
"area": "湖里区",
"address": "云顶北路市政服务中心",
"address_str":"北京市 北京市 东城区 这么大型设计" // 地址字串
"phone_num": "18950475111",
"ticket_count":5
company_id:1 // 1:旗舰店
"sale_lottery":[
"2001",
"2002",
"2003",
"2004",
"3006",
"3007",
"3008",
"3009",
"3010",
"3011",
"4001",
"4002"
],
"sale_lottery_name":[
"大乐透",
"排列三",
"排列五",
"七星彩",
"竞彩足球",
"胜负彩",
"任选九"
],
},
{
"default_status": "1",
"store_no": "gl00004357",
"store_name": "3",
"province": "北京市",
"city": "西城区",
"area": "",
"address": "3",
"address_str":"北京市 北京市 东城区 这么大型设计" // 地址字串
"phone_num": "3",
"ticket_count":5
}]
]
}</code></pre>
<p><strong>返回参数说明</strong>
<strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>