This commit is contained in:
yumoqing 2026-05-21 17:19:36 +08:00
parent d5b1d934c1
commit c1fa4004a2

View File

@ -39,7 +39,7 @@ async def get_tpac_balance(apikey, userid):
d = json.loads(b.decode('utf-8'))
if d['status'] == 'ok':
return d['balance']
exception(f'{url=}, {userid=}, {apikey=}, error')
exception(f'{url=}, {userid=}, {apikey=}, {b} error')
return None
except Exception as e:
exception(f'{url=}, {userid=}, {apikey=}, error:{e}')