From 473c466e0d8fd12d347a4302b51de7b3955e2d9a Mon Sep 17 00:00:00 2001 From: pengtao Date: Fri, 20 Mar 2020 14:34:27 +0800 Subject: [PATCH] add user_online interface --- config/config.py | 7 +++++++ expirt_service.html | 31 +++++++++++++++++++++++++++++++ online/online_data.py | 30 ++++++++++++++++++++++++++++++ web.py | 7 +++++++ 4 files changed, 75 insertions(+) create mode 100644 expirt_service.html create mode 100644 online/online_data.py diff --git a/config/config.py b/config/config.py index 60557c2..47d1597 100644 --- a/config/config.py +++ b/config/config.py @@ -17,3 +17,10 @@ else: if not interface_port: interface_port = 6500 + +online_mysql = { + "host": '10.10.3.5', + "user": 'ops', + "pswd": 'deploy2018', + "db": 'user_online' +} diff --git a/expirt_service.html b/expirt_service.html new file mode 100644 index 0000000..54657fe --- /dev/null +++ b/expirt_service.html @@ -0,0 +1,31 @@ + + + + + Title + + +

不思议英雄数据清理工具

+
+ + 不思议英雄数据清理工具 + +

请输入需要清理的账号名称,如6001_3100_xxxx

+ +