File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ module.exports = Object.freeze({
77 DYNAMIC_SVR_CREATE : 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/create' ,
88 DYNAMIC_SVR_GET_DYNAMIC_DETAIL : 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/get_dynamic_detail' ,
99 DYNAMIC_SVR_RM_DYNAMIC : 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/rm_dynamic' ,
10- DYNAMIC_SVR_SPACE_HISTORY : 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/space_history' ,
1110 FEED_GET_ATTENTION_LIST : 'https://api.vc.bilibili.com/feed/v1/feed/get_attention_list' ,
1211 FEED_SETUSERFOLLOW : 'https://api.vc.bilibili.com/feed/v1/feed/SetUserFollow' ,
1312 FETCH_SESSION_MSGS : 'https://api.vc.bilibili.com/svr_sync/v1/svr_sync/fetch_session_msgs' ,
Original file line number Diff line number Diff line change @@ -419,7 +419,8 @@ const bili_client = {
419419 url : API . X_POLYMER_WEB_DYNAMIC_V1_DETAIL ,
420420 config : { retry : false } ,
421421 query : {
422- id
422+ id,
423+ features : 'itemOpusStyle'
423424 }
424425 } ) ,
425426 ( dynamic_id ) => get ( {
You can’t perform that action at this time.
0 commit comments