GET api/SoundFile/GetPlayBackByFolder?folderId={folderId}&playDate={playDate}&days={days}

获得回放点播地址 济南叮咚app调用

Request Information

Parameters

NameDescriptionAdditional information
folderId
栏目id

Define this parameter in the request URI.

playDate
播放结束日期

Define this parameter in the request URI.

days
几天前

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}