GET api/RemoteFile/GetConfig

前台获取视频上传配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

前台获取视频上传配置

FileConfigDto
NameDescriptionTypeAdditional information
IsOpen

是否开启七牛上传

boolean

None.

ManageUserPwd

私有队列名称

string

None.

FileSpace

空间名称

string

None.

HttpScheme

远程附件访问域名协议头

string

None.

HttpHost

远程附件访问域名

string

None.

UploadUrl

上传域名

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<FileConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <FileSpace>sample string 3</FileSpace>
  <HttpHost>sample string 5</HttpHost>
  <HttpScheme>sample string 4</HttpScheme>
  <IsOpen>true</IsOpen>
  <ManageUserPwd>sample string 2</ManageUserPwd>
  <UploadUrl>sample string 6</UploadUrl>
</FileConfigDto>