bugfix
This commit is contained in:
parent
e10dcf9914
commit
4265a0659a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user