GET api/SysConfig/GetOtherConfig

获取 其他配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取 其他配置

SysOtherConfigDto
NameDescriptionTypeAdditional information
Ggmapkey

百度地图key(AK)

string

None.

qqiskill

是否启用QQ登录(1启动、0关闭)

boolean

None.

qqusername

QQ登录 之 APPID

string

None.

qquserpwd

QQ登录 之 APPKEY

string

None.

IP138QueryToken

138查询Token

string

None.

Mobile138QueryToken

138查询Token

string

None.

IsAnnouceOpen

今日公告是否开启

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SysOtherConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <Ggmapkey>sample string 1</Ggmapkey>
  <IP138QueryToken>sample string 5</IP138QueryToken>
  <IsAnnouceOpen>true</IsAnnouceOpen>
  <Mobile138QueryToken>sample string 6</Mobile138QueryToken>
  <qqiskill>true</qqiskill>
  <qqusername>sample string 3</qqusername>
  <qquserpwd>sample string 4</qquserpwd>
</SysOtherConfigDto>