Commit 575e38c2 authored by zhangxiaolin's avatar zhangxiaolin

合并两个

parent 913f38bf
......@@ -929,26 +929,27 @@ paths:
id: 选项id
- name: 选项
# ------------------------
/service/under_review:
# ------------------------
/service/about_view:
get:
summary: 待审核列表
description: 三种类型的待审核列表都通过这个,每种类型的数量
summary: 重构美购列表
description: 两类,6种类型的待审核列表都通过这个
parameters:
- name: type
in: query
description: 标识是那种类型
description: 标识是那种类型,通过不通过各有三种,一共6中,ascle_type里有
required: true
type: integer
format: integer
- name: all_count
- name: ask_all_count
in: query
description: 是否需要全部的数字
description: 是否需要全部的数字,默认不需要,传true or false
required: false
type: integer
format: integer
type: boolean
format: boolean
- name: page
in: query
description: 第几页
description: 第几页,默认第一页
required: false
type: integer
format: integer
......@@ -965,9 +966,16 @@ paths:
data:
size: 10
current_bar_counts: 当前bar的总数量
all_counts: [新产品数,修改审核数, 特批审核数]
all_counts:
new: 12
old: 213
special: 这三个或者下面三个
all: 213
online: 123
offline: 213
under_reviews:
- detail: 美购描述
id: 21
submit_time: 提交时间
status: 状态码,int
# ----Skyler start--------------------
......
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