This commit is contained in:
2026-04-08 10:05:25 +08:00
parent 594aa137ef
commit b0e87b3fb3
34 changed files with 128 additions and 54 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class GroupController extends BaseController
//单文件上传
$groupID = $request->post('groupID');
if(!$groupID){
return $this->fail(__('参数错误'));
return $this->fail(__('Invalid parameter'));
}
$res = $this->_upload($request);
if(is_string($res)){