编辑前获取板块区域
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/get_area</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;">area_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>板块区域id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "返回成功",
"time": 1586760677,
"data": {
"area_id": 1,
"remark": "新人专享区域",//区域备注
"title": { //标题
"title": "玩游戏",
"subtitle": "天天好物"
},
"pic_count": 1,//展示数量
"pic_source": 1,//图片来源 1自主上传 2选择商品分类
"relation_id": 0,//source=2时是分类id
"pic_show_type": 1,//1静态 2轮播
"status": 1,//0关闭 1开启
"action_type": 1,//动作类型 1弹窗提示。2跳转page
"params": "",//动作类型对应参数
"location": 1//区域定位 区域1。区域2。区域3。
"page_id":1//页面id
}
}</code></pre>