add:增加影圈功能,优化部分接口

This commit is contained in:
2025-05-10 19:47:12 +08:00
parent 1c53b73614
commit e0e42e3ecc
13 changed files with 431 additions and 63 deletions

View File

@@ -48,7 +48,7 @@ class Base extends Common
$this->error($e->getMessage());
}
if ($result === false) {
$this->error(__('No rows were inserted'));
$this->error('操作失败');
}
$this->success('Success');
}
@@ -70,7 +70,7 @@ class Base extends Common
$this->error($e->getMessage());
}
if ($result === false) {
$this->error(__('No rows were inserted'));
$this->error('操作失败');
}
$this->success('Success');
}