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