* change http to https.

This commit is contained in:
wangyidong
2018-09-25 13:11:06 +08:00
parent 0cdaeda9ab
commit f6cb04cd44
24 changed files with 49 additions and 67 deletions

View File

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