框架类型 | 问题类型 | 终端类型 | AppID | 环境ID | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | 工具 | wx4e723f5fea6ef783 | kangkang-tech-0gw6zmgu1a0b3b84 | 2.14.1 |
const CloudBase = require('@cloudbase/manager-node')
const { storage } = new CloudBase({
envId: "kangkang-tech-0gw6zmgu1a0b3b84"
});
console.log("1在调用");
exports.main = async (event, context) => {
console.log("2在调用");
try{
async function test() {
console.log("3在调用");
const res1 = await storage.listDirectoryFiles("/");
console.log(res1)
}
test();
}catch(err){
console.log(err)
}
}
好不容易终于能调用这个接口了。但是返回的数据却为NULL,这可能怎么办啊?
网友回复
Mr.Zhao:
return 都不写,这写的啥?赶紧弃坑吧