获取H5设置日志
<p>GET <code>h5/national/init_config</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>limit</td>
<td>integer</td>
<td>每页条数默认20</td>
</tr>
<tr>
<td>page</td>
<td>integer</td>
<td>页数</td>
</tr>
<tr>
<td>html</td>
<td>boolean</td>
<td>是否展示html表格展示(默认返回json)</td>
</tr>
</tbody>
</table>
<p>json返回</p>
<pre><code>[
{
"id": 6,
"h5_name": "国庆",
"appid": "wxe4bf1c621eae7cec",
"url": "http://comrate.heka4.store/national-dev/index.html#/index",
"created_at": null,
"updated_at": null
}, {
"id": 7,
"h5_name": "战友",
"appid": "wxadd7cd8b2a4a97ed",
"url": "http://comrate.heka2.top/prod/index.html#/index",
"created_at": null,
"updated_at": null
}
]</code></pre>
<p>html 返回</p>
<pre><code><table>
<tbody>
<tr>
<th>H5名称</th>
<th>appid</th>
<th>域名</th>
<th>时间</th>
</tr>
<tr>
<td>国庆</td>
<td>wxe4bf1c621eae7cec</td>
<td>http://comrate.heka4.store/national-dev/index.html#/index</td>
<td></td>
</tr>
<tr>
<td>战友</td>
<td>wxadd7cd8b2a4a97ed</td>
<td>http://comrate.heka2.top/prod/index.html#/index</td>
<td></td>
</tr>
</tbody>
</table></code></pre>