liuxiaolong
2020-08-10 9358e5ec2d2b65fec4ef9a1be7d1a1e1e2cf9d2d
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()