Dplayer的react组件使用官网上的弹幕API链接无效

使用Dplayer开发一个弹幕视频网站,但是使用dplayer的react组件按照管网上提供的弹幕API会显示发送弹幕失败,而且也无法使用请求到弹幕池中存在的弹幕

<DPlayer
            video={{ url: 'http://static.smartisanos.cn/common/video/t1-ui.mp4' }}
            danmaku={{
             id: '9E2E3368B56CDBB4',
             api: 'https://api.prprpr.me/dplayer/',
             token: 'tokendemo',
             maximum: 1000,
             addition: ['https://api.prprpr.me/dplayer/v3/bilibili?aid=4157142'],
             user: 'DIYgod',
             bottom: '15%',
             unlimited: true
            }}
          />