Przeglądaj źródła

Merge branch 'cygx_12.0' into debug

ziwen 1 rok temu
rodzic
commit
7ffdc5078a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -66,7 +66,7 @@ func (this *YanxuanSpecialController) List() {
 	}
 	resp.List = list
 
-	br.Data = list
+	br.Data = resp
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"