测试wenku8连通

This commit is contained in:
SlyAimer 2025-02-15 17:25:07 +08:00
parent 0d38f6cba8
commit d9ac65928c

View file

@ -105,7 +105,7 @@ login_data = {
'usecookie': '0', 'usecookie': '0',
'action': 'login' 'action': 'login'
} }
wenku8 = on_command("/wenku8", rule=to_me(), priority=10, block=True) wenku8 = on_command("wenku8", rule=to_me(), priority=10, block=True)
@wenku8.handle() @wenku8.handle()
async def wenku8(): async def wenku8():
# 注意这里使用了Session对象来保持会话状态 # 注意这里使用了Session对象来保持会话状态