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');
|
$taskWorkflowCode = Request::param('taskWorkflowCode');
|
||||||
$taskWorkflowName = Request::param('taskWorkflowName');
|
$taskWorkflowName = Request::param('taskWorkflowName');
|
||||||
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
|
$taskWorkflowRules = Request::param('taskWorkflowRules', '');
|
||||||
$this->success('');
|
|
||||||
|
|
||||||
if (!trim($taskWorkflowName)) {
|
if (!trim($taskWorkflowName)) {
|
||||||
$this->error("请填写规则名称");
|
$this->error("请填写规则名称");
|
||||||
|
@ -6,7 +6,7 @@ return [
|
|||||||
// 应用名称
|
// 应用名称
|
||||||
'app_name' => 'pearProject',
|
'app_name' => 'pearProject',
|
||||||
// 应用版本
|
// 应用版本
|
||||||
'app_version' => '2.6.1',
|
'app_version' => '2.6.2',
|
||||||
// 应用地址
|
// 应用地址
|
||||||
'app_host' => '',
|
'app_host' => '',
|
||||||
// 应用调试模式
|
// 应用调试模式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user