xiongzhu %!s(int64=2) %!d(string=hai) anos
pai
achega
4f28a34b75
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)
+})