Commit 7f2ac0a7 authored by jyx's avatar jyx

代码优化

parent a51857c2
...@@ -335,7 +335,8 @@ function getArticleLike(quantity, callback) { ...@@ -335,7 +335,8 @@ function getArticleLike(quantity, callback) {
apiPOST({ apiPOST({
url: `/book/articleLike`, url: `/book/articleLike`,
data: { data: {
quantity: quantity quantity: quantity,
reader: true
}, },
callback callback
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment