Merge remote-tracking branch 'origin/master'

This commit is contained in:
vilson 2019-07-11 11:39:38 +08:00
commit 2c3a5bdd8a
2 changed files with 1 additions and 2 deletions

View File

@ -86,7 +86,6 @@ class TaskWorkflow extends BasicApi
$taskWorkflowCode = Request::param('taskWorkflowCode');
$taskWorkflowName = Request::param('taskWorkflowName');
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
$this->success('');
if (!trim($taskWorkflowName)) {
$this->error("请填写规则名称");

View File

@ -6,7 +6,7 @@ return [
// 应用名称
'app_name' => 'pearProject',
// 应用版本
'app_version' => '2.6.1',
'app_version' => '2.6.2',
// 应用地址
'app_host' => '',
// 应用调试模式