videoInfo static method

dynamic videoInfo()

获取视频播放地址

Implementation

static videoInfo() {
  return '$host/v1/video/getPlayInfo';
}