GET api/MallGShop/GetGShopAppInfo?id={id}

获取商家申请信息根据id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

商品申请id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取商家申请信息根据id

GShopApplicationDto
NameDescriptionTypeAdditional information
UserName

用户名称

string

None.

Id

商家id

integer

None.

ShopName

商家名称

string

None.

ShopAddress

商家地址

string

None.

CreateTime

创建时间

date

None.

ShopContacts

商家联系人

string

None.

ShopContactTel

商家联系方式

string

None.

ApplicationStatus

申请标识

AuditStatusType

None.

Shop_X

申请商家坐标x

decimal number

None.

Shop_Y

申请商家坐标y

decimal number

None.

UserId

申请用户id

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GShopApplicationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.GShop">
  <ApplicationStatus>TobeAgree</ApplicationStatus>
  <CreateTime>2024-04-16T17:59:28.4448391+08:00</CreateTime>
  <Id>2</Id>
  <ShopAddress>sample string 4</ShopAddress>
  <ShopContactTel>sample string 7</ShopContactTel>
  <ShopContacts>sample string 6</ShopContacts>
  <ShopName>sample string 3</ShopName>
  <Shop_X>8.1</Shop_X>
  <Shop_Y>9.1</Shop_Y>
  <UserId>10</UserId>
  <UserName>sample string 1</UserName>
</GShopApplicationDto>