* Fix bug.

This commit is contained in:
滔哥
2018-09-14 10:55:43 +08:00
parent e47515aa62
commit dd282e82cb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -42,4 +42,5 @@ $lang->entry->errmsg['EMPTY_KEY'] = 'Key of entry is missing.';
$lang->entry->errmsg['INVALID_TOKEN'] = 'Invalid token.';
$lang->entry->errmsg['SESSION_VERIFY_FAILED'] = 'Session verification failed.';
$lang->entry->errmsg['IP_DENIED'] = 'IP is denied.';
$lang->entry->errmsg['ACCOUNT_UNBOUND'] = 'Account unbound.';
$lang->entry->errmsg['EMPTY_ENTRY'] = 'Key of entry is missing.';
+1
View File
@@ -42,4 +42,5 @@ $lang->entry->errmsg['EMPTY_KEY'] = '应用未设置密钥';
$lang->entry->errmsg['INVALID_TOKEN'] = '无效的token参数';
$lang->entry->errmsg['SESSION_VERIFY_FAILED'] = 'session验证失败';
$lang->entry->errmsg['IP_DENIED'] = '该IP被限制访问';
$lang->entry->errmsg['ACCOUNT_UNBOUND'] = '未绑定用户';
$lang->entry->errmsg['EMPTY_ENTRY'] = '应用不存在';