js sdk get方法调用不正确

LC.CLASS("users")
.get(objectId)
.then((product) => {
console.log(product)
alert(product)
})
提示Uncaught TypeError: query.get is not a function
大佬们是我语法错了吗 还是没有这个方法 find方法没问题