no message

This commit is contained in:
kuaifan
2021-07-01 12:54:52 +08:00
parent 9aabf541cd
commit e91f86a5da
8 changed files with 58 additions and 8 deletions

View File

@@ -369,7 +369,7 @@ class UsersController extends AbstractController
$array[] = $userid;
}
if (count($array) > 50) {
return Base::retError(['一次最多只能获取%条数据', 50]);
return Base::retError('一次最多只能获取50条数据');
}
$retArray = [];
foreach ($array AS $id) {