Commit 94f5c4ca authored by 金凯强's avatar 金凯强 🎨

受黄总压迫增加分页

parent 73a89424
...@@ -56,7 +56,7 @@ class InfoService(HSBaseUCService): ...@@ -56,7 +56,7 @@ class InfoService(HSBaseUCService):
"paging": { "paging": {
"page": 1, "page": 1,
"per_page": 10, "per_page": 10,
"total": 1000000000000000000000000000000000 "total": 10
}, },
"table": app_info_list "table": app_info_list
} }
...@@ -151,7 +151,7 @@ order by A.default_version desc, A.upgrade_time desc ...@@ -151,7 +151,7 @@ order by A.default_version desc, A.upgrade_time desc
"paging": { "paging": {
"page": 1, "page": 1,
"per_page": 10, "per_page": 10,
"total": 1000000000000000000000000000000000 "total": 10
}, },
"table": data "table": data
} }
...@@ -175,7 +175,7 @@ where A.log_id={log_id} ...@@ -175,7 +175,7 @@ where A.log_id={log_id}
"paging": { "paging": {
"page": 1, "page": 1,
"per_page": 10, "per_page": 10,
"total": 1000000000000000000000000000000000 "total": 10
}, },
"table": data "table": data
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment