9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
async def openOwner(ns):
|
|
"""初始化业主机构账户"""
|
|
db = DBPools()
|
|
async with db.sqlorContext('kboss') as sor:
|
|
await openOwnerAccounts(sor,'mIWUHBeeDM8mwAFPIQ8pS')
|
|
return {'status': True}
|
|
|
|
ret = await openOwner(params_kw)
|
|
return ret |