(node:19380) UnhandledPromiseRejectionWarning: ReferenceError: url is not defined
at updateBlog (F:\VScode项目库\nodejs\blog-1\src\controller\blog.js:43:15)
at handleBlogRouter (F:\VScode项目库\nodejs\blog-1\src\router\blog.js:35:20)
at getPostData.then.postData (F:\VScode项目库\nodejs\blog-1\app.js:50:22)
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:19380) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:19380) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.