This commit is contained in:
yumoqing 2026-05-22 17:33:01 +08:00
parent ef4d854424
commit 2b0283fbae

View File

@ -21,7 +21,7 @@ async def update_llmusage(ns):
async with get_sor_context(env, 'llmage') as sor:
await sor.U('llmusage', ns)
async def get_user_tpac(userid)
async def get_user_tpac(userid):
env = ServerEnv()
config = getConfig()
async with get_sor_context(env, 'rbac') as sor: