Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
swagger
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张允禹
swagger
Commits
8accff02
Commit
8accff02
authored
Aug 29, 2016
by
zhangxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加未审核美购
parent
ed3d4ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
ascle.yaml
ascle.yaml
+67
-0
No files found.
ascle.yaml
View file @
8accff02
...
...
@@ -897,6 +897,72 @@ paths:
required
:
true
type
:
integer
format
:
integer
# ------------------------
/service/template/{id}
:
get
:
summary
:
美购模板
description
:
返回后台设置好的美购属性表,
parameters
:
-
name
:
id
in
:
path
description
:
项目/tag id
required
:
true
type
:
integer
format
:
integer
tags
:
-
Service
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
-
name
:
属性名字
attr_id
:
属性id
options
:
-
name
:
选项
id
:
选项id
-
name
:
选项
id
:
选项id
-
name
:
选项
# ------------------------
/service/under_review
:
get
:
summary
:
待审核列表
description
:
三种类型的待审核列表都通过这个,每种类型的数量
parameters
:
-
name
:
type
in
:
query
description
:
标识是那种类型
required
:
true
type
:
integer
-
name
:
all_count
in
:
query
description
:
是否需要全部的数字
required
:
false
type
:
integer
format
:
integer
format
:
integer
tags
:
-
Service
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
count
:
当前bar的个数,总是有
counts
:
[
新产品数,修改审核数
,
特批审核数
]
under_reviews
:
-
detail
:
美购描述
submit_time
:
提交时间
status
:
状态码,int
# ----Skyler start--------------------
/service
:
get
:
...
...
@@ -1644,3 +1710,4 @@ paths:
message
:
'
'
data
:
# ----Skyler end--------------------
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment