POST api/SysConfig/UpdateAreaConfig

更新 区域商圈配置

Request Information

URI Parameters

None.

Body Parameters

更新信息

AreaConfigDto
NameDescriptionTypeAdditional information
City

运营地区

string

None.

X

地图默认X坐标

decimal number

None.

Y

地图默认Y坐标

decimal number

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<AreaConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Config">
  <City>sample string 1</City>
  <X>2.1</X>
  <Y>3.1</Y>
</AreaConfigDto>

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/" />