From 0e323ad7f5e91710afec7a01e3186268bf3e97f6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 02 八月 2019 14:06:37 +0800
Subject: [PATCH] fix bug

---
 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