fix(route): weibo get more than 9 pics (#9067)

This commit is contained in:
Fatpandac 2022-02-10 21:05:19 +08:00 committed by GitHub
parent a652e7bf30
commit fd40700927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}