GET api/MallGShop/GetMyGShopCenterInfo

会员中心-获取当前商家中心数据

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

会员中心-获取当前商家中心数据

GShopCenterInfoDto
NameDescriptionTypeAdditional information
ShopName

好店名称

string

None.

Filepath

封面地址

string

None.

TobeSettledMoney

待结算

decimal number

None.

SettledMoney

已结算

decimal number

None.

InSettlementMoney

结算中

decimal number

None.

OrderTotalNum

订单总数

integer

None.

LastMonthOrderNum

上月订单数

integer

None.

ThisMonthOrderNum

本月订单数

integer

None.

PaidButUnSentOrderNum

待发货订单数

integer

None.

CommodityTotalNum

商品总数量

integer

None.

SaleEmptyCommodityNum

已售空 商品数

integer

None.

OnSaleCommodityNum

销售中 商品数

integer

None.

OffSaleCommodityNum

已结束 商品数

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GShopCenterInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.GShop">
  <CommodityTotalNum>10</CommodityTotalNum>
  <Filepath>sample string 2</Filepath>
  <InSettlementMoney>5.1</InSettlementMoney>
  <LastMonthOrderNum>7</LastMonthOrderNum>
  <OffSaleCommodityNum>13</OffSaleCommodityNum>
  <OnSaleCommodityNum>12</OnSaleCommodityNum>
  <OrderTotalNum>6</OrderTotalNum>
  <PaidButUnSentOrderNum>9</PaidButUnSentOrderNum>
  <SaleEmptyCommodityNum>11</SaleEmptyCommodityNum>
  <SettledMoney>4.1</SettledMoney>
  <ShopName>sample string 1</ShopName>
  <ThisMonthOrderNum>8</ThisMonthOrderNum>
  <TobeSettledMoney>3.1</TobeSettledMoney>
</GShopCenterInfoDto>