GET api/SmsInfo/GetActiveSetting

后台 - 获取当前激活的配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - 获取当前激活的配置

SmsSettingDto
NameDescriptionTypeAdditional information
SettingId

设置标识

integer

None.

Name

设置名称

string

None.

Reference

设置参考地址

string

None.

AppKey

AppKey

string

None.

AppSecret

AppSecret

string

None.

AppSign

签名

string

None.

PlatformType

平台类型

CloudPlatformType

None.

IsActivated

是否启用

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SmsSettingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sms">
  <AppKey>sample string 4</AppKey>
  <AppSecret>sample string 5</AppSecret>
  <AppSign>sample string 6</AppSign>
  <IsActivated>true</IsActivated>
  <Name>sample string 2</Name>
  <PlatformType>All</PlatformType>
  <Reference>sample string 3</Reference>
  <SettingId>1</SettingId>
</SmsSettingDto>