编辑分组前获取
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/get_gate_way_group</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;">gateway_group_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": 1587365507,
"data": {
"gateway_group_id": 1,
"gateway_group_name": "默认网关分组",
"status": 1,
"default": 1,
"open": 1,
"sort": 10,
}
}</code></pre>