xiongzhu 2 سال پیش
والد
کامیت
4f28a34b75
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      testupload.ts

+ 3 - 1
testupload.ts

@@ -41,4 +41,6 @@ async function uploadDoc(title, content) {
     return `https://nebuai.oss-cn-hangzhou.aliyuncs.com/${key}`
 }
 
-uploadDoc('test', '# test')
+uploadDoc('test', '# test').then((res) => {
+    console.log(res)
+})