async def logout(ns): """ 更换客户 """ await forget_user() return {'status': True, 'msg': '登出'} ret = await logout(params_kw) return ret