POST api/MallGShop/AdminCreateGShop

后台--商家创建

Request Information

URI Parameters

None.

Body Parameters

商家信息

GShopCreateDto
NameDescriptionTypeAdditional information
UserName

商家管理员用户名

string

None.

Id

好店id

integer

None.

ShopName

好店名称

string

None.

ClassId

一级分类id

integer

None.

Intorder

排序值

integer

None.

SectionId

地段id

integer

None.

RegionId

区域id

integer

None.

Weixin

微信号

string

None.

Filepath

封面地址

string

None.

ShopAddress

好店地址

string

None.

ShopTel

好店联系方式

string

None.

ShopBusinessTime

好店营业时间

string

None.

Shop_X

好店坐标x

decimal number

None.

Shop_Y

好店坐标y

decimal number

None.

ShopMark

好店描述/资质

string

None.

Userid

好店用户id

integer

None.

Hits

浏览量

integer

None.

ShopContent

好店内容/介绍

string

None.

WeixinQrCode

好店微信二维码

string

None.

IsRemote

远程附件

boolean

None.

ShopContacts

好店联系人

string

None.

ShopContactTel

好店联系方式

string

None.

Likes

点赞数

integer

None.

PanoramaLink

全景链接

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GShopCreateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.GShop">
  <ClassId>4</ClassId>
  <Filepath>sample string 9</Filepath>
  <Hits>17</Hits>
  <Id>2</Id>
  <Intorder>5</Intorder>
  <IsRemote>true</IsRemote>
  <Likes>23</Likes>
  <PanoramaLink>sample string 24</PanoramaLink>
  <RegionId>7</RegionId>
  <SectionId>6</SectionId>
  <ShopAddress>sample string 10</ShopAddress>
  <ShopBusinessTime>sample string 12</ShopBusinessTime>
  <ShopContactTel>sample string 22</ShopContactTel>
  <ShopContacts>sample string 21</ShopContacts>
  <ShopContent>sample string 18</ShopContent>
  <ShopMark>sample string 15</ShopMark>
  <ShopName>sample string 3</ShopName>
  <ShopTel>sample string 11</ShopTel>
  <Shop_X>13.1</Shop_X>
  <Shop_Y>14.1</Shop_Y>
  <UserName>sample string 1</UserName>
  <Userid>16</Userid>
  <Weixin>sample string 8</Weixin>
  <WeixinQrCode>sample string 19</WeixinQrCode>
</GShopCreateDto>

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