From a0169b968f3aa48f39574a4bad1bdfd9931d9549 Mon Sep 17 00:00:00 2001 From: sunty <suntianyu0923@163.com> Date: 星期一, 05 八月 2019 14:05:47 +0800 Subject: [PATCH] add personaction to query index --- controllers/task.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/task.go b/controllers/task.go index bc9392c..5e233ec 100644 --- a/controllers/task.go +++ b/controllers/task.go @@ -231,7 +231,7 @@ type TaskSdkRules struct { TaskId string `json:"taskId"` SdkId string `json:"sdkId"` - rules []TaskSdkRuleVo `json:"rules"` + Rules []TaskSdkRuleVo `json:"rules"` } type TaskSdkRuleVo struct { -- Gitblit v1.8.0