17 lines
1.0 KiB
Python
17 lines
1.0 KiB
Python
# -*- coding: utf-8 -*-
|
|
mysql_conn = {"host": "192.168.100.30", "user": "miles", "pswd": "aspect", "db": "wjtx_log01"}
|
|
db_tables = (
|
|
"act_recharge", "arena_$date", "cailiao_$date", "chat_$date", "copy_end_$date", "exp_flow_$date", "first_charge",
|
|
"gift_bag", "item_change_$date", "mail_$date", "match_$date", "money_change_$date", "multi_player_boss",
|
|
"offline_award_$date", "pet_hh", "player_info_$date", "player_login_$date", "player_logout_$date",
|
|
"power_detail_$date",
|
|
"qy_answer_$date", "qy_question_$date", "role_online_count_$date", "sev_jinjie", "skill_upgrade", "sqhw_$date",
|
|
"strength_equip_$date", "task_flow_$date", "team_gard", "tower", "treasure_$date", "tribe_battle_$date",
|
|
"tribe_copy",
|
|
"tricks_$date", "vip_change_$date$date")
|
|
tga_url = "http://10.10.3.17:8992/querySql"
|
|
appid = "f325f667ceba4ce58a2a6553c977977d"
|
|
key = "SLZlX1IfdTkT7zYsnjJHaDuz9J4UraP65os8gr2fPoOzruPjHIILBxDMNd6W2743"
|
|
tgaid = 1009
|
|
db_row = {"act_recharge": ('name', 'acount_id', 'nickname'), "arena": ('name', 'acount_id', 'nickname')}
|