app弹窗
<p><strong>简要描述:</strong> </p>
<ul>
<li>app弹窗</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/app/app_alert</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;">account_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> {
"__type": "result",
"state": "ok",
"msg": "",
"data": [
{
"title": "标题",
"content": "内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容",
"bt": [
{
"name": "好的",
"event": "close",
"value": "",
"option": {
"style": 1
}
}
],
"alert_id": "001",
"options": {
"count": 0
}
},
{
"title": "标题",
"content": "内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容\n\r\n\t\t\t内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容\n\r\n\t\t\tdddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\n\r\n\t\t\tdddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\ndddd\n",
"bt": [
{
"name": "好的",
"event": "close",
"value": "",
"option": {
"style": 1
}
},
{
"name": "不好",
"event": "url",
"value": "http://www.baidu.com",
"option": {
"style": 2
}
}
],
"alert_id": "002",
"options": {
"count": 0
}
},
{
"title": "标题2",
"content": "内容2",
"bt": [
{
"name": "好的2",
"event": "exit",
"value": "",
"option": {
"style": 1
}
},
{
"name": "哦2",
"event": "close",
"value": "",
"option": {
"style": 2
}
},
{
"name": "不好2",
"event": "close",
"value": "",
"option": {
"style": 2
}
}
],
"alert_id": "003",
"options": {
"count": 0
}
}
],
"time": 1550915118
}</code></pre>
<p><strong>返回参数说明</strong>
event说明:
close:关闭弹窗
url:跳转到指定网址
exit:退出app</p>
<p>按钮option说明
style:(1.白色样式,2.蓝色样式)
<strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>