调用IO3D.services
结果:
Uncaught (in promise) TypeError: Cannot read property 'call' of undefined
版本: https : //3d.io 1.0.0-beta.22 (@master #274adf0 2017/08/02 10:16)
我尝试了什么:
IO3D.services.call('Model.search', {
arguments: {
organizationResourceId: <my_organisationResourceId>,
folderResourceName: '<my_folder_name>',
},
}).then(console.log)
那么 services-api 还没有可用吗?