WIN-2308041133\Administrator 3 周之前
父節點
當前提交
e618741714
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/api/controller/Lave.php

+ 1 - 0
application/api/controller/Lave.php

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