changed nic related rules

This commit is contained in:
Carman Zhang
2018-12-04 19:25:55 +08:00
parent c503efaa3b
commit 3e13811ab6
3 changed files with 33 additions and 29 deletions

View File

@@ -236,6 +236,7 @@ func Page(pageNum string, limitNum string, fmtLevelMetric *FormatedLevelMetric,
return &PagedFormatedLevelMetric{
Message: "paged",
TotalPage: allPage,
TotalItem: maxLength,
CurrentPage: page,
Metric: *fmtLevelMetric,
}