liuxiaolong
2020-08-11 dce49db59b8529d3fe4108ddfbe9a30e28987751
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()