Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2c3a5bdd8a
@ -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("请填写规则名称");
|
||||
|
@ -6,7 +6,7 @@ return [
|
||||
// 应用名称
|
||||
'app_name' => 'pearProject',
|
||||
// 应用版本
|
||||
'app_version' => '2.6.1',
|
||||
'app_version' => '2.6.2',
|
||||
// 应用地址
|
||||
'app_host' => '',
|
||||
// 应用调试模式
|
||||
|
Loading…
x
Reference in New Issue
Block a user