* finish task #5640.

This commit is contained in:
wangyidong
2019-06-06 16:17:19 +08:00
parent 0e7bd0522e
commit 8438decfc6
5 changed files with 12 additions and 9 deletions

View File

@@ -5,9 +5,6 @@ $config->entry->create->requiredFields = 'name, code, account, key';
$config->entry->edit = new stdclass();
$config->entry->edit->requiredFields = 'name, code, account, key';
$config->entry->help = 'https://www.zentao.net/book/zentaopmshelp/integration-287.html';
$config->entry->notify = 'https://www.zentao.net/book/zentaopmshelp/301.html';
$config->entry->errcode['PARAM_CODE_MISSING'] = 401;
$config->entry->errcode['PARAM_TOKEN_MISSING'] = 401;
$config->entry->errcode['SESSION_CODE_MISSING'] = 401;