no message

This commit is contained in:
kuaifan
2024-05-11 12:35:52 +09:00
parent 6880baa6a4
commit 53145f0ca2
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ class Base
public static function checkClientVersion($min)
{
if (!self::judgeClientVersion($min)) {
throw new ApiException('当前版本 (v' . Base::getClientVersion() . ') 过低,最低版本要求 (v' . $min . ')。');
throw new ApiException('当前客户端版本 (' . Base::getClientVersion() . ') 过低,最低版本要求 (' . $min . ')。');
}
}