GET api/LoveUser/GetLoveUserInfoOfRemoteFiles?loveuserid={loveuserid}
前台-获取相亲会员视频
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loveuserid |
相亲会员id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
前台-获取相亲会员视频
Collection of mh163k_file_remote_all| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
自增长id |
integer |
None. |
| Tableid |
各视频对应的tableid |
RemoteTable |
None. |
| Cid |
对应资源的id |
integer |
None. |
| Styleid | integer |
None. |
|
| Remoteid | integer |
None. |
|
| Filepath |
视频文件路径 |
string |
None. |
| Duration |
视频时间 |
decimal number |
None. |
| Smallfilepath |
视频缩略图 |
string |
None. |
| Thumbfilepath | string |
None. |
|
| Ext |
视频格式 |
string |
None. |
| Userid |
上传视频用户 |
integer |
None. |
| Userstate |
用户半持久码 |
integer |
None. |
| TimeStamp |
时间戳 |
string |
None. |
| Width |
视频宽 |
integer |
None. |
| High |
视频高 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_file_remote_all xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">
<mh163k_file_remote_all>
<Cid>2</Cid>
<Duration>5.1</Duration>
<Ext>sample string 6</Ext>
<Filepath>sample string 4</Filepath>
<High>11</High>
<Id>1</Id>
<Styleid>3</Styleid>
<Tableid>Unclassified</Tableid>
<TimeStamp>sample string 9</TimeStamp>
<Userid>7</Userid>
<Userstate>8</Userstate>
<Width>10</Width>
</mh163k_file_remote_all>
<mh163k_file_remote_all>
<Cid>2</Cid>
<Duration>5.1</Duration>
<Ext>sample string 6</Ext>
<Filepath>sample string 4</Filepath>
<High>11</High>
<Id>1</Id>
<Styleid>3</Styleid>
<Tableid>Unclassified</Tableid>
<TimeStamp>sample string 9</TimeStamp>
<Userid>7</Userid>
<Userstate>8</Userstate>
<Width>10</Width>
</mh163k_file_remote_all>
</ArrayOfmh163k_file_remote_all>