我开发了一个云函数,函数是查询一些数据,但我需要根据当前用户openid来过滤数据,请问如何实现。 我现在在查询时传入openid,使用.where({ “_openid”: event.oid }),无法过滤;