fix(route): weibo get more than 9 pics (#9067)
This commit is contained in:
parent
a652e7bf30
commit
fd40700927
|
|
@ -61,6 +61,7 @@ module.exports = async (ctx) => {
|
|||
if (data && data.text) {
|
||||
item.mblog.text = data.text;
|
||||
item.mblog.created_at = parseDate(data.created_at);
|
||||
item.mblog.pics = data.pics;
|
||||
if (item.mblog.retweeted_status && data.retweeted_status) {
|
||||
item.mblog.retweeted_status.created_at = data.retweeted_status.created_at;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue