This commit is contained in:
yumoqing 2025-12-17 08:00:24 +08:00
parent 91a1153181
commit 9ec0754cae

View File

@ -8,7 +8,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 .comsume import ConsumeBiz from .consume import ConsumeBiz
def load_accounting(): def load_accounting():
g = ServerEnv() g = ServerEnv()