GET api/SysAdmin/LoadIndexKucunCangku?token={token}&iszongcang={iszongcang}

“LoadIndexKucunCangku”的文档。

Request Information

Parameters

NameDescriptionAdditional information
token
“token”的文档。

Define this parameter in the request URI.

iszongcang
“iszongcang”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserCount": 1,
  "DriverCount": 2,
  "BusCount": 3,
  "GoodsCount": 4,
  "Data": {},
  "Datafenleixiaoshou": {},
  "Datafenleichengben": {},
  "Datafenleilirun": {},
  "Datatopuser": {},
  "Datashop": {}
}

application/xml, text/xml

Sample:
<Admin_TDIndexViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
  <BusCount>3</BusCount>
  <Data />
  <Datafenleichengben />
  <Datafenleilirun />
  <Datafenleixiaoshou />
  <Datashop />
  <Datatopuser />
  <DriverCount>2</DriverCount>
  <GoodsCount>4</GoodsCount>
  <UserCount>1</UserCount>
</Admin_TDIndexViewModel>