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
7f959f57
Commit
7f959f57
authored
Nov 08, 2016
by
zhangxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加快捷回复
parent
eb962d1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
1 deletion
+109
-1
ascle.yaml
ascle.yaml
+109
-1
No files found.
ascle.yaml
View file @
7f959f57
...
...
@@ -1529,7 +1529,7 @@ paths:
responses
:
'
200'
:
description
:
OK
# ----------------
/conversation
:
get
:
summary
:
私信列表
...
...
@@ -1675,6 +1675,114 @@ paths:
error
:
0
message
:
"
"
data
:
null
# ---------------------------
/quickreply
:
get
:
summary
:
快捷回复列表
description
:
快捷回复列表
parameters
:
tags
:
-
Conversation
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
-
id
:
1
content
:
内容
-
id
:
2
content
:
内容2
post
:
summary
:
添加一个回复
# ---------------------------
/quickreply/{reply_id}/edit
:
post
:
summary
:
编辑
description
:
编辑回复
parameters
:
-
name
:
reply_id
in
:
path
description
:
id
required
:
True
type
:
integer
format
:
integer
-
name
:
content
in
:
formData
description
:
修改之后的内容
required
:
True
type
:
string
format
:
string
tags
:
-
Conversation
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
# -------------------------------
/quickreply/{reply_id}/delete
:
post
:
summary
:
编辑
description
:
编辑回复
parameters
:
-
name
:
reply_id
in
:
path
description
:
id
required
:
True
type
:
integer
format
:
integer
tags
:
-
Conversation
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
# -------------------------------
/quickreply/{reply_id}/stick
:
get
:
summary
:
置顶
description
:
置顶某条回复
parameters
:
-
name
:
reply_id
in
:
path
description
:
回复id
required
:
true
type
:
integer
format
:
integer
-
name
:
stick_time
in
:
formData
description
:
点击置顶的时间戳
required
:
true
type
:
date
format
:
date
tags
:
-
Conversation
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
message
:
'
'
error
:
0
data
:
-
id
:
1
content
:
内容
-
id
:
2
content
:
内容2
# ------------------------
/reserve
:
get
:
...
...
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