This commit is contained in:
yumoqing 2026-01-04 15:42:16 +08:00
parent e10dcf9914
commit 4265a0659a

View File

@ -9,7 +9,7 @@ from .openaccount import openOwnerAccounts, openProviderAccounts, openResellerAc
from .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount
from .bizaccount import BizAccounting
from .recharge import RechargeBiz, recharge_accounting
from .consume import ConsumeBiz
from .consume import consume_accounting
async def all_my_accounts(request):
env = request._run_ns
@ -64,7 +64,7 @@ def load_accounting():
g = ServerEnv()
g.Accounting = Accounting
g.RechargeBiz = RechargeBiz
g.ConsumeBiz = ConsumeBiz
g.consume_accounting = consume_accounting
g.write_bill = write_bill
g.openOwnerAccounts = openOwnerAccounts
g.openProviderAccounts = openProviderAccounts