This commit is contained in:
yumoqing 2026-06-11 14:02:39 +08:00
parent 72b42cb654
commit 414efa7e8f

View File

@ -7,8 +7,10 @@ if get_user_tpac:
return { return {
'status': 'ok', 'status': 'ok',
'data': [ 'data': [
{
'account': 'tpac account', 'account': 'tpac account',
'balance': tpac_balance 'balance': tpac_balance
}
] ]
} }
async with get_sor_context(request._run_ns, 'accounting') as sor: async with get_sor_context(request._run_ns, 'accounting') as sor: