GET api/RemoteFile/GetAdminConfig

后台获取视频上传配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台获取视频上传配置

RemoteFileConfigDto
NameDescriptionTypeAdditional information
SecretKeyUncMe

解密后的秘钥

string

None.

Id

主键

integer

None.

IsOpen

是否开启七牛上传

boolean

None.

ManageUserPwd

私有队列名称

string

None.

FileSpace

空间名称

string

None.

HttpScheme

远程附件访问域名协议头

string

None.

HttpHost

远程附件访问域名

string

None.

AccessKey

序列号

string

None.

SecretKey

加密秘钥(前端不需要管这个字段)

string

None.

UploadUrl

上传域名

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<RemoteFileConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.RemoteFile">
  <AccessKey xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 7</AccessKey>
  <FileSpace xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 4</FileSpace>
  <HttpHost xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 6</HttpHost>
  <HttpScheme xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 5</HttpScheme>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">1</Id>
  <IsOpen xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">true</IsOpen>
  <ManageUserPwd xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 3</ManageUserPwd>
  <SecretKey xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 8</SecretKey>
  <UploadUrl xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model">sample string 9</UploadUrl>
</RemoteFileConfigDto>