updata:更新接口和表结构
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-cn">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>反诈预警平台</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>诈骗信息</h1>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>UUID</th>
|
||||
<th>受害人号码</th>
|
||||
<th>诈骗方式</th>
|
||||
<th>诈骗类型</th>
|
||||
<th>预警时间</th>
|
||||
<th>预警等级</th>
|
||||
<th>APP/URL名称</th>
|
||||
<th>诈骗电话</th>
|
||||
<th>通话时长</th>
|
||||
<th>诈骗人账号</th>
|
||||
<th>转账金额</th>
|
||||
<th>机构授权码</th>
|
||||
<th>学号</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for item in data %}
|
||||
<tr class="odd gradeX">
|
||||
{% for v in item %}
|
||||
{% if v == None %}
|
||||
<td>-</td>
|
||||
{% else %}
|
||||
<td>{{v}}</td>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
22
templates/log.html
Normal file
22
templates/log.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-cn">
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>反诈预警平台</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>日志</h1>
|
||||
{% for i in data %}
|
||||
<p>{{i}}</p>
|
||||
{% endfor %}
|
||||
</body>
|
||||
|
||||
</html>
|
@@ -100,18 +100,22 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>UUID</th>
|
||||
<th>受害人号码</th>
|
||||
<th>诈骗方式</th>
|
||||
<th>诈骗类型</th>
|
||||
<th>预警时间</th>
|
||||
<th>被叫号码</th>
|
||||
<th>isPushZkj</th>
|
||||
<th>报警城市</th>
|
||||
<th>报警省份</th>
|
||||
<th>报警本地 区/县</th></th>
|
||||
<th>插入时间</th>
|
||||
<th>预警等级</th>
|
||||
<th>诈骗类型</th>
|
||||
<th>URL</th>
|
||||
<th>数据源</th>
|
||||
<th>APP/URL名称</th>
|
||||
<th>诈骗电话</th>
|
||||
<th>通话时长</th>
|
||||
<th>诈骗人账号</th>
|
||||
<th>转账金额</th>
|
||||
<th>机构授权码</th>
|
||||
<th>学号</th>
|
||||
<th>报警本地省份</th>
|
||||
<th>推送时间</th>
|
||||
<th>诈骗IP地址</th>
|
||||
<th>首次登录时间</th>
|
||||
<th>报警本地城市</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user