liuxiaolong
2020-07-28 9ef7f582a51eed7c7306efd33f2a4c220665763f
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()