@@ -370,6 +370,7 @@ class Lave extends Api
['cid', $this->cid],
], $request
);
+ if (!$where['id']) $this->error('参数错误');
$this->success('获取成功', WechatPlan::read($where));
}