1

使用以下代码引发此错误。它以前可以工作,但现在不行。

var params;

params = {
  geoNear: 'locations',
  near: [coords.longitude, coords.latitude],
  spherical: true,
  distanceMultiplier: 6378160.0
};

db.mongo.command(params, function(err, near) {
  if (err) {
    console.log(err);
  }
});

知道什么可能导致此错误吗?

4

0 回答 0