作者 Cool
1 个管道 的构建 通过 耗费 10 秒

转移接口调试

... ... @@ -1245,7 +1245,7 @@ class Create extends Api
$folder_ids = $this->request->param('folder_ids');
$move_id = $this->request->param('move_id');
if(empty($move_id)){
if(isset($move_id)){
$this->error('缺少必要参数');
}
... ...