fix: 网元文件列表调整响应信息
This commit is contained in:
@@ -144,7 +144,7 @@ func (s *NeActionController) Files(c *gin.Context) {
|
|||||||
splitRows = rows[start:end]
|
splitRows = rows[start:end]
|
||||||
}
|
}
|
||||||
|
|
||||||
c.JSON(200, result.OkData(map[string]any{
|
c.JSON(200, result.Ok(map[string]any{
|
||||||
"path": querys.Path,
|
"path": querys.Path,
|
||||||
"total": total,
|
"total": total,
|
||||||
"rows": splitRows,
|
"rows": splitRows,
|
||||||
|
|||||||
Reference in New Issue
Block a user