POST Plat/GetCustomerVideoList
请求信息
URI 参数
None.
Body 参数
SearchTimeParameter| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| BeginTime | string |
None. |
|
| EndTime | string |
None. |
|
| Search | string |
None. |
|
| PageIndex |
分页页码(可选) |
integer |
None. |
| PageCount |
每页记录数(可选) |
integer |
None. |
请求格式
application/json, text/json
Sample:
{
"BeginTime": "sample string 1",
"EndTime": "sample string 2",
"Search": "sample string 3",
"PageIndex": 4,
"PageCount": 5
}
application/xml, text/xml
Sample:
<SearchTimeParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels"> <PageCount>5</PageCount> <PageIndex>4</PageIndex> <Search>sample string 3</Search> <BeginTime>sample string 1</BeginTime> <EndTime>sample string 2</EndTime> </SearchTimeParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
ApiJsonBaseOfPageDataOfCustomerVideoResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| State | integer |
None. |
|
| BizData | PageDataOfCustomerVideoResponse |
None. |
响应格式
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"State": 3,
"BizData": {
"PageIndex": 1,
"PageCount": 2,
"RecordCount": 3,
"SurplusQty": 4,
"Items": [
{
"Id": 1,
"IdStr": "1",
"ManufacturersId": "fd6caac2-6337-400f-8f9c-2a6d6c3718f2",
"ManufacturerName": "sample string 3",
"CustomerId": "6112924c-86d6-44dd-9b05-14039b8b6b3a",
"CustomerName": "sample string 5",
"Name": "sample string 6",
"TaskId": 7,
"VideoCoverUrl": "sample string 8",
"VideoUrl": "sample string 9",
"CreateTime": "2026-02-04T16:10:04.9539579+08:00",
"CreateTimeStr": "2026-02-04 16:10:04",
"State": 11,
"Account": "sample string 12",
"Phone": "sample string 13"
},
{
"Id": 1,
"IdStr": "1",
"ManufacturersId": "fd6caac2-6337-400f-8f9c-2a6d6c3718f2",
"ManufacturerName": "sample string 3",
"CustomerId": "6112924c-86d6-44dd-9b05-14039b8b6b3a",
"CustomerName": "sample string 5",
"Name": "sample string 6",
"TaskId": 7,
"VideoCoverUrl": "sample string 8",
"VideoUrl": "sample string 9",
"CreateTime": "2026-02-04T16:10:04.9539579+08:00",
"CreateTimeStr": "2026-02-04 16:10:04",
"State": 11,
"Account": "sample string 12",
"Phone": "sample string 13"
}
],
"TotalSum": {
"Id": 1,
"IdStr": "1",
"ManufacturersId": "fd6caac2-6337-400f-8f9c-2a6d6c3718f2",
"ManufacturerName": "sample string 3",
"CustomerId": "6112924c-86d6-44dd-9b05-14039b8b6b3a",
"CustomerName": "sample string 5",
"Name": "sample string 6",
"TaskId": 7,
"VideoCoverUrl": "sample string 8",
"VideoUrl": "sample string 9",
"CreateTime": "2026-02-04T16:10:04.9539579+08:00",
"CreateTimeStr": "2026-02-04 16:10:04",
"State": 11,
"Account": "sample string 12",
"Phone": "sample string 13"
}
}
}
application/xml, text/xml
Sample:
<ApiJsonBaseOfPageDataOfCustomerVideoResponsen_PUTc8NrpcGagTav xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
<BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
<d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
<d3p1:CustomerVideoResponse>
<d3p1:Account>sample string 12</d3p1:Account>
<d3p1:CreateTime>2026-02-04T16:10:04.9539579+08:00</d3p1:CreateTime>
<d3p1:CustomerId>6112924c-86d6-44dd-9b05-14039b8b6b3a</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Id>1</d3p1:Id>
<d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
<d3p1:ManufacturersId>fd6caac2-6337-400f-8f9c-2a6d6c3718f2</d3p1:ManufacturersId>
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:Phone>sample string 13</d3p1:Phone>
<d3p1:State>11</d3p1:State>
<d3p1:TaskId>7</d3p1:TaskId>
<d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
<d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
</d3p1:CustomerVideoResponse>
<d3p1:CustomerVideoResponse>
<d3p1:Account>sample string 12</d3p1:Account>
<d3p1:CreateTime>2026-02-04T16:10:04.9539579+08:00</d3p1:CreateTime>
<d3p1:CustomerId>6112924c-86d6-44dd-9b05-14039b8b6b3a</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Id>1</d3p1:Id>
<d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
<d3p1:ManufacturersId>fd6caac2-6337-400f-8f9c-2a6d6c3718f2</d3p1:ManufacturersId>
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:Phone>sample string 13</d3p1:Phone>
<d3p1:State>11</d3p1:State>
<d3p1:TaskId>7</d3p1:TaskId>
<d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
<d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
</d3p1:CustomerVideoResponse>
</d2p1:Items>
<d2p1:PageCount>2</d2p1:PageCount>
<d2p1:PageIndex>1</d2p1:PageIndex>
<d2p1:RecordCount>3</d2p1:RecordCount>
<d2p1:SurplusQty>4</d2p1:SurplusQty>
<d2p1:TotalSum xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ReturnModels">
<d3p1:Account>sample string 12</d3p1:Account>
<d3p1:CreateTime>2026-02-04T16:10:04.9539579+08:00</d3p1:CreateTime>
<d3p1:CustomerId>6112924c-86d6-44dd-9b05-14039b8b6b3a</d3p1:CustomerId>
<d3p1:CustomerName>sample string 5</d3p1:CustomerName>
<d3p1:Id>1</d3p1:Id>
<d3p1:ManufacturerName>sample string 3</d3p1:ManufacturerName>
<d3p1:ManufacturersId>fd6caac2-6337-400f-8f9c-2a6d6c3718f2</d3p1:ManufacturersId>
<d3p1:Name>sample string 6</d3p1:Name>
<d3p1:Phone>sample string 13</d3p1:Phone>
<d3p1:State>11</d3p1:State>
<d3p1:TaskId>7</d3p1:TaskId>
<d3p1:VideoCoverUrl>sample string 8</d3p1:VideoCoverUrl>
<d3p1:VideoUrl>sample string 9</d3p1:VideoUrl>
</d2p1:TotalSum>
</BizData>
<Message>sample string 2</Message>
<Result>true</Result>
<State>3</State>
</ApiJsonBaseOfPageDataOfCustomerVideoResponsen_PUTc8NrpcGagTav>