-
Notifications
You must be signed in to change notification settings - Fork 0
article create
木杉 edited this page Aug 19, 2018
·
6 revisions
POST /api/articles
header
{
"token": "token"
}
参数
{
"title": "title",
"coverImg": "coverImg",
"type": [0, 1, 2],
"content": "content"
}
返回
{
"code": 1,
"msg": "SUCCESS",
"data": {
"id": "id",
"title": "title",
"coverImg": "coverImg",
"content": "content",
"type": [0, 1, 2],
"authorId": "authorId",
createAt": "2018-8-19 16:34:28",
"updateAt": "2018-8-19 16:34:28"
}
}
- login
- register
- auth
- fetchOne
- fetchAll
- fetchByIds
- fetchShoppingcart
- fetchActivities
- update
- updateAvatar
- fetchAvatar
- sendEmail
- validateEmail
- watchTag
- watchArticleType
- watchUser
- delete
- search
- shoppingcart
- create
- update
- fetchOne
- fetchAll
- fetchByIds
- fetchByAuthorId
- fetchByCategory
- fetchByUpersId
- fetchByUserWatchArticleType
- fetchAuthorByCategory
- fetchCommentByIds
- delete
- up
- createComment
- deleteComment
- fetchCoverImg
- commentUp
- commentDown
- changeStatus
- fetchUpNumWeekly
- fetchUpNumMonthly
- search
- create
- update
- fetchOne
- fetchAll
- fetchByTag(intersect)
- fetchByAuthorId
- fetchByCourseId
- fetchByReplyAuthorId
- delete
- deleteReply
- deleteSubReply
- findReplyByIds
- createReply
- findSubReplyByIds
- createSubReply
- replyUp
- replyDown
- watch
- fetchReplyNumWeekly
- fetchReplyNumTotally
- fetchUserApprovedNumByTag
- changeStatus
- search