当我运行以下代码时,我正在使用管理 api:
sourceSpace.cf_space.getContentTypes().then(function(contentTypes){});
它返回这样的响应:
但是当我运行以下代码时:
sourceSpace.cf_space.getContentType(contentTypeId).then(function(contentType){});
它返回这样的响应:
为什么这两个电话的响应都发生了变化。我让它们在两种情况下都相同。
当我调用 .getContentType api 时,缺少本地化和禁用的两个字段。
任何帮助表示赞赏。谢谢。