Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
api_document
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
backend
api_document
Commits
3fd0cdc5
Commit
3fd0cdc5
authored
Aug 13, 2016
by
Skyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix query --> formData
parent
518046ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
ascle.yaml
ascle.yaml
+8
-9
No files found.
ascle.yaml
View file @
3fd0cdc5
...
...
@@ -670,8 +670,14 @@ paths:
summary
:
预约列表
description
:
预约列表
parameters
:
-
name
:
id
in
:
path
description
:
对帐单ID
required
:
true
type
:
integer
format
:
integer
-
name
:
status
in
:
query
in
:
formData
description
:
2--} 确认; 3--} 取消
required
:
true
type
:
integer
...
...
@@ -686,13 +692,6 @@ paths:
application/json
:
message
:
'
'
error
:
0
parameters
:
-
name
:
id
in
:
path
description
:
对帐单ID
required
:
true
type
:
integer
format
:
integer
# ------------------------
/address
:
get
:
...
...
@@ -798,7 +797,7 @@ paths:
description
:
设置预约时间
parameters
:
-
name
:
data
in
:
query
in
:
formData
description
:
JOSNString(格式为GET请求返回的数据格式,数组数据即可)
required
:
true
type
:
string
...
...
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