From aa38814dac11fbd1c7c1c04cd57aaeaff1daa0f4 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 27 七月 2020 16:58:54 +0800
Subject: [PATCH] add log

---
 controllers/restriction.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/controllers/restriction.go b/controllers/restriction.go
index bfa6110..37ede7b 100644
--- a/controllers/restriction.go
+++ b/controllers/restriction.go
@@ -32,7 +32,7 @@
 	} else {
 		resp.Success= false
 		resp.Status= http.StatusBadRequest
-		resp.Data= nil
+		resp.Data= "鏁版嵁璇锋眰澶辫触锛岃绋嶅悗閲嶈瘯"
 	}
 	c.Data["json"] = resp
 	c.ServeJSON()

--
Gitblit v1.8.0