Skip to content

Commit

Permalink
feat(jike): add user bio (#11299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Nov 19, 2022
1 parent bacbffb commit 01e0160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/v2/jike/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ module.exports = async (ctx) => {

ctx.state.data = {
title: `${data.user.screenName}的即刻动态`,
description: data.user.bio,
link: `https://m.okjike.com/users/${id}`,
image: data.user.avatarImage.picUrl,
item: items,
Expand Down

0 comments on commit 01e0160

Please sign in to comment.