function getUrl () { req().then(res => { console.log(res);async
}).catch(err => { console.log(err);spa
})}get
export async function myReq () {it
await getUrl();io
return '123';console
}function