我正在通过以下电话查询内容:
space.getEntries({ content_type: contentTypeId, order: '-sys.createdAt', skip: 0}).catch(function(gerror) {
return gerror;
}).then(function(entries) {
console.log(entries);
});
但是我在响应中得到了 sys 对象,而不是包含资产 url 等的完整对象。
任何帮助表示赞赏。谢谢