userid = await get_user() tasks = await get_today_asynctask_list(userrid) return { 'status': 'ok', 'data': { 'tasks': tasks } }