POST api/SysConfig/UpdateSystemBasicConfig

更新 基本信息

Request Information

URI Parameters

None.

Body Parameters

更新信息

SystemBasicConfigDto
NameDescriptionTypeAdditional information
yuming

网站域名

string

None.

MyServerIp

服务器ip

string

None.

SiteName

网站名称

string

None.

sitebiao

网站标语

string

None.

Topurl

电脑网站LOGO

string

None.

SiteUrlPrefix

系统地址前缀如(https://)

string

None.

WapLogo

手机端网站LOGO

string

None.

PcIsClosed

电脑端开关(true开) 关闭电脑端后,打开前台的任何页面均为提示扫码进入手机版;会员中心、中介平台、红娘平台、招聘中心的电脑端不受影响

boolean

None.

PcHomeFestivalImgIsOpen

电脑端首页节日背景 状态(true启用)

boolean

None.

PcHomeFestivalImgUrl

电脑端首页节日背景图地址

string

None.

PcMainNavigationColor

电脑端主导航颜色

string

None.

WapMainNavigationColor

wap端主导航颜色

string

None.

PcCheckedBackgroundColor

电脑端选中状态背景色

string

None.

PcHomePageTemplateId

电脑端首页模板

integer

None.

WapHomePageTemplateId

手机端首页模板

integer

None.

footmoban

前台和会员中心 底部模板编号

integer

None.

Siteip

备案号

string

None.

sitetongji

电脑端统计代码

string

None.

waptongji

手机端端统计代码

string

None.

RegAgreement

注册协议

string

None.

sitebanquan

电脑端尾部版权信息

string

None.

wapbanquan

手机端尾部版权信息

string

None.

keywords

SEO关键词

string

None.

siteInfo

SEO描述

string

None.

ShareTitle

分享标题

string

None.

ShareSummary

分享摘要

string

None.

ShareImgUrl

分享图片

string

None.

PcCloseReason

pc端关闭原因(编辑器)

string

None.

WebServiceTime

网站服务时间

string

None.

BackgroundLogo

后台logo

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SystemBasicConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <BackgroundLogo>sample string 30</BackgroundLogo>
  <MyServerIp>sample string 2</MyServerIp>
  <PcCheckedBackgroundColor>sample string 13</PcCheckedBackgroundColor>
  <PcCloseReason>sample string 28</PcCloseReason>
  <PcHomeFestivalImgIsOpen>true</PcHomeFestivalImgIsOpen>
  <PcHomeFestivalImgUrl>sample string 10</PcHomeFestivalImgUrl>
  <PcHomePageTemplateId>14</PcHomePageTemplateId>
  <PcIsClosed>true</PcIsClosed>
  <PcMainNavigationColor>sample string 11</PcMainNavigationColor>
  <RegAgreement>sample string 20</RegAgreement>
  <ShareImgUrl>sample string 27</ShareImgUrl>
  <ShareSummary>sample string 26</ShareSummary>
  <ShareTitle>sample string 25</ShareTitle>
  <SiteName>sample string 3</SiteName>
  <SiteUrlPrefix>sample string 6</SiteUrlPrefix>
  <Siteip>sample string 17</Siteip>
  <Topurl>sample string 5</Topurl>
  <WapHomePageTemplateId>15</WapHomePageTemplateId>
  <WapLogo>sample string 7</WapLogo>
  <WapMainNavigationColor>sample string 12</WapMainNavigationColor>
  <WebServiceTime>sample string 29</WebServiceTime>
  <footmoban>16</footmoban>
  <keywords>sample string 23</keywords>
  <siteInfo>sample string 24</siteInfo>
  <sitebanquan>sample string 21</sitebanquan>
  <sitebiao>sample string 4</sitebiao>
  <sitetongji>sample string 18</sitetongji>
  <wapbanquan>sample string 22</wapbanquan>
  <waptongji>sample string 19</waptongji>
  <yuming>sample string 1</yuming>
</SystemBasicConfigDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

更新 基本信息

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />