Commit 7f2ac0a7 authored by jyx's avatar jyx

代码优化

parent a51857c2
......@@ -335,7 +335,8 @@ function getArticleLike(quantity, callback) {
apiPOST({
url: `/book/articleLike`,
data: {
quantity: quantity
quantity: quantity,
reader: true
},
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