uni-app unicloud获取角色表失败

uni-app unicloud获取角色表失败

开发环境 版本号 项目创建方式
uniCloud/App 未提及 未提及

操作步骤:

errCode:InternalServerError | errMsg:operation exceeded time limit

预期结果:

errCode:InternalServerError | errMsg:operation exceeded time limit

实际结果:

errCode:InternalServerError | errMsg:operation exceeded time limit

bug描述:

unicloud获取角色表时提示 errCode:InternalServerError | errMsg:operation exceeded time limit  

十万火急 希望管理看到后火速回复 谢谢

更多关于uni-app unicloud获取角色表失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html

5 回复

发一下可运行项目

更多关于uni-app unicloud获取角色表失败的实战教程也可以访问 https://www.itying.com/category-93-b0.html


什么项目?正式投入使用的吗?

回复 JS码农: 示例就好,方便我们排查什么原因造成的

回复 2104_DLS: 已经可以正常使用了

我也遇到这个问题,请问怎么解决呢,用了聚合操作, let {data:yesterday} = await yesterdayCollction.aggregate() .match({ _id: dbCmd.exists(true), enter_time: dbCmd.and(dbCmd.gt(yesterdayBoundaries[0]), dbCmd.lt(yesterdayBoundaries[24])) }) .bucket({ groupBy: ‘$enter_time’, boundaries: yesterdayBoundaries, default: ‘other’, output: { // count: dbCmd.aggregate.sum(1), deviceIds: dbCmd.aggregate.addToSet(’$device_Id’) } }) .end()

回到顶部