POST api/v1/admin/Watch/Caculate?from={from}&to={to}
统计视频观看人数
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| from | 开始时间段(yyyy-mm-dd hh:mm:ss)  | 
                
                             Define this parameter in the request URI.  | 
            
| to | 结束时间段(yyyy-mm-dd hh:mm:ss)  | 
                
                             Define this parameter in the request URI.  | 
            
Response Information
Response body formats
application/json, text/json
            Sample:
{
  "data": [
    {
      "count": 1,
      "label": "sample string 2"
    },
    {
      "count": 1,
      "label": "sample string 2"
    },
    {
      "count": 1,
      "label": "sample string 2"
    }
  ],
  "status": 0,
  "friendlyMessage": "sample string 1",
  "message": "sample string 2",
  "requestId": "d97c52bf606741a8b8cd63db4edaf6a7",
  "appOwnerId": 0
}