liuxiaolong
2020-07-30 f08eb62fe19cff6fc72dbfc72dae0519bce82ed7
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()