GET api/MallGShop/GetGShopInfosByKeywords?search={search}
获取商家信息根据商家名称
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search |
商家名称关键字 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取商家信息根据商家名称
Collection of mh163k_Mall_GShop| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
好店id |
integer |
None. |
| ShopName |
好店名称 |
string |
None. |
| CategoryId |
二级分类id |
integer |
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. |
| IsKill |
是否审核 |
integer |
None. |
| Hits |
浏览量 |
integer |
None. |
| ShopContent |
好店内容 |
string |
None. |
| Dtappenddate |
创建时间 |
date |
None. |
| WeixinQrCode |
好店微信二维码 |
string |
None. |
| IsRemote |
远程附件 |
boolean |
None. |
| IsShelf |
是否展示 默认不展示 |
boolean |
None. |
| ShopContacts |
好店联系人 |
string |
None. |
| ShopContactTel |
好店联系方式 |
string |
None. |
| Likes |
点赞数 |
integer |
None. |
| PanoramaLink |
全景链接 |
string |
None. |
| DataStatus |
删除标识 |
StatusType |
None. |
| UserId |
会员id 小区创建人 |
integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfmh163k_Mall_GShop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
<mh163k_Mall_GShop>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">27</UserId>
<CategoryId>3</CategoryId>
<ClassId>4</ClassId>
<DataStatus>Effective</DataStatus>
<Dtappenddate>2025-12-16T16:00:46.3901769+08:00</Dtappenddate>
<Filepath>sample string 9</Filepath>
<Hits>17</Hits>
<Id>1</Id>
<Intorder>5</Intorder>
<IsKill>16</IsKill>
<IsRemote>true</IsRemote>
<IsShelf>true</IsShelf>
<Likes>25</Likes>
<PanoramaLink>sample string 26</PanoramaLink>
<RegionId>7</RegionId>
<SectionId>6</SectionId>
<ShopAddress>sample string 10</ShopAddress>
<ShopBusinessTime>sample string 12</ShopBusinessTime>
<ShopContactTel>sample string 24</ShopContactTel>
<ShopContacts>sample string 23</ShopContacts>
<ShopContent>sample string 18</ShopContent>
<ShopMark>sample string 15</ShopMark>
<ShopName>sample string 2</ShopName>
<ShopTel>sample string 11</ShopTel>
<Shop_X>13.1</Shop_X>
<Shop_Y>14.1</Shop_Y>
<Weixin>sample string 8</Weixin>
<WeixinQrCode>sample string 20</WeixinQrCode>
</mh163k_Mall_GShop>
<mh163k_Mall_GShop>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Model.Base.ImageFile">27</UserId>
<CategoryId>3</CategoryId>
<ClassId>4</ClassId>
<DataStatus>Effective</DataStatus>
<Dtappenddate>2025-12-16T16:00:46.3901769+08:00</Dtappenddate>
<Filepath>sample string 9</Filepath>
<Hits>17</Hits>
<Id>1</Id>
<Intorder>5</Intorder>
<IsKill>16</IsKill>
<IsRemote>true</IsRemote>
<IsShelf>true</IsShelf>
<Likes>25</Likes>
<PanoramaLink>sample string 26</PanoramaLink>
<RegionId>7</RegionId>
<SectionId>6</SectionId>
<ShopAddress>sample string 10</ShopAddress>
<ShopBusinessTime>sample string 12</ShopBusinessTime>
<ShopContactTel>sample string 24</ShopContactTel>
<ShopContacts>sample string 23</ShopContacts>
<ShopContent>sample string 18</ShopContent>
<ShopMark>sample string 15</ShopMark>
<ShopName>sample string 2</ShopName>
<ShopTel>sample string 11</ShopTel>
<Shop_X>13.1</Shop_X>
<Shop_Y>14.1</Shop_Y>
<Weixin>sample string 8</Weixin>
<WeixinQrCode>sample string 20</WeixinQrCode>
</mh163k_Mall_GShop>
</ArrayOfmh163k_Mall_GShop>