Skip to content

Commit

Permalink
update: 评论
Browse files Browse the repository at this point in the history
  • Loading branch information
jsososo committed Feb 11, 2021
1 parent 0fe0412 commit c61fa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = {
const { id, commentId, type } = req.query;
switch (platform) {
case '163': {
const result = await request(`comment/like?id=${id}&cid=${commentId}&type=${type}`);
const result = await request(`comment/like?id=${id}&cid=${commentId}&t=${type}&type=0`);
return res.send({
result: 100,
data: result.data
Expand Down

0 comments on commit c61fa0d

Please sign in to comment.