Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewin committed Sep 6, 2017
2 parents 7566a03 + 9533226 commit 193491f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Article {
ctx.body = {
success: true,
message: "获取文章成功",
newResult
data: newResult
}
}

Expand All @@ -226,7 +226,7 @@ class Article {
ctx.body = {
success: true,
message: "文章修改成功",
result
data: result
}
}

Expand Down

0 comments on commit 193491f

Please sign in to comment.