cql 查询地址

https://api.leancloud.cn/1.1/cloudQuery?cql=select%20count%28%2A%29%2CcreatedAt%2CcityNo%2Csignature%2CnickName%2CphoneNo%2CfaceImg%2CuserId%2CobjectId%2Cother%20from%20LazyUser%20limit%200%2C10%20order%20by%20createdAt%20desc

cql 解码后是

select count(*),createdAt,cityNo,signature,nickName,phoneNo,faceImg,userId,objectId,other from LazyUser limit 0,10 order by createdAt desc

返回 JSON

{"code":1,"error":"请提供 cql。"}