依琳
依琳
  • 发布:2022-03-23 16:22
  • 更新:2022-03-25 14:45
  • 阅读:1007

TOKEN_INVALID_ANONYMOUS_USER 我想问一下这个提示是我少了什么配置

分类:uniCloud

db.collection('new')
.where(" "')
.get()
.then((res)=>{
console.log(res);
// res 为数据库查询结果
}).catch((err)=>{
console.log(err.code); // 打印错误码
console.log(err.message); // 打印错误内容
})

2022-03-23 16:22 负责人:无 分享
已邀请:
DCloud_uniCloud_JSON

DCloud_uniCloud_JSON

  1. 你的.where(" "') ???
  2. 根据提示token失效了,说明你没登陆或者登陆信息失效。而你操作的表schema中设置的查询条件是要求了用户须登陆

该问题目前已经被锁定, 无法添加新回复