@@ -88,7 +88,7 @@ func (c *ProjectAccountApi) GetGroup() {
// 获得检索关键字
AccountData := viewmodels.ProjectAccount{}
- err := c.Ctx.ReadJSON(&AccountData)
+ err := c.Ctx.ReadForm(&AccountData)
if err != nil {
c.Ctx.JSON(iris.Map{"code": -1, "msg": fmt.Sprintf("JSON转换异常, error=%s", err)})
return