This commit is contained in:
xiaojunnuo
2024-11-04 21:40:41 +08:00
parent b8724ac8c3
commit dfd6857069
11 changed files with 11 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ const res = await ctx.http.request({
key : certKey
}
})
//不能用console.log需要用ctx.logger 才能把日志打印在ui上
ctx.logger.info("上传成功",res.data)