feat(jike): add user bio (#11299)
This commit is contained in:
parent
bacbffbfe2
commit
01e01608cc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue