GET api/SysAdmin/LoadIndexFenleiData?token={token}&type={type}&begin={begin}&end={end}&iszongcang={iszongcang}
“LoadIndexFenleiData”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token | “token”的文档。 |
Define this parameter in the request URI. |
type | “type”的文档。 |
Define this parameter in the request URI. |
begin | “begin”的文档。 |
Define this parameter in the request URI. |
end | “end”的文档。 |
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>