Commit 913f38bf authored by zhangxiaolin's avatar zhangxiaolin

fix:添加分页

parent 8accff02
......@@ -939,12 +939,18 @@ paths:
description: 标识是那种类型
required: true
type: integer
format: integer
- name: all_count
in: query
description: 是否需要全部的数字
required: false
type: integer
format: integer
- name: page
in: query
description: 第几页
required: false
type: integer
format: integer
tags:
- Service
......@@ -957,8 +963,9 @@ paths:
message: ''
error: 0
data:
count: 当前bar的个数,总是有
counts: [新产品数,修改审核数, 特批审核数]
size: 10
current_bar_counts: 当前bar的总数量
all_counts: [新产品数,修改审核数, 特批审核数]
under_reviews:
- detail: 美购描述
submit_time: 提交时间
......
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