mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
6880baa6a4
commit
53145f0ca2
@ -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 . ')。');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -268,7 +268,7 @@ LDAP 用户禁止修改邮箱
|
||||
此消息不支持此操作
|
||||
仅支持修改自己的消息
|
||||
回复的消息不存在
|
||||
当前版本 (*) 过低,最低版本要求 (*)。
|
||||
当前客户端版本 (*) 过低,最低版本要求 (*)。
|
||||
语音格式错误
|
||||
语音保存失败
|
||||
图片格式错误
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 78173833852a6df44ff163656c44327389e63726
|
||||
Subproject commit f9f8502f181ca14a5dbdff14243beeda58357aeb
|
||||
Loading…
x
Reference in New Issue
Block a user