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 .getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount
|
||||||
from .bizaccount import BizAccounting
|
from .bizaccount import BizAccounting
|
||||||
from .recharge import RechargeBiz, recharge_accounting
|
from .recharge import RechargeBiz, recharge_accounting
|
||||||
from .consume import ConsumeBiz
|
from .consume import consume_accounting
|
||||||
|
|
||||||
async def all_my_accounts(request):
|
async def all_my_accounts(request):
|
||||||
env = request._run_ns
|
env = request._run_ns
|
||||||
@ -64,7 +64,7 @@ def load_accounting():
|
|||||||
g = ServerEnv()
|
g = ServerEnv()
|
||||||
g.Accounting = Accounting
|
g.Accounting = Accounting
|
||||||
g.RechargeBiz = RechargeBiz
|
g.RechargeBiz = RechargeBiz
|
||||||
g.ConsumeBiz = ConsumeBiz
|
g.consume_accounting = consume_accounting
|
||||||
g.write_bill = write_bill
|
g.write_bill = write_bill
|
||||||
g.openOwnerAccounts = openOwnerAccounts
|
g.openOwnerAccounts = openOwnerAccounts
|
||||||
g.openProviderAccounts = openProviderAccounts
|
g.openProviderAccounts = openProviderAccounts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user