mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
修复添加公共ck,优化ck使用逻辑,优化提示
This commit is contained in:
commit
47474ffe6a
@ -5,7 +5,6 @@ import datetime
|
|||||||
import re
|
import re
|
||||||
import random
|
import random
|
||||||
|
|
||||||
# TODO:注意每处参数顺序的更改
|
|
||||||
@cache(ttl=datetime.timedelta(hours=1))
|
@cache(ttl=datetime.timedelta(hours=1))
|
||||||
async def get_abyss_data(user_id, uid, schedule_type = "1", use_cache=True):
|
async def get_abyss_data(user_id, uid, schedule_type = "1", use_cache=True):
|
||||||
server_id = "cn_qd01" if uid[0] == '5' else "cn_gf01"
|
server_id = "cn_qd01" if uid[0] == '5' else "cn_gf01"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user