GET dz_api/HomePage/GetAsStatis

统计免费和专业版账套数

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

统计免费和专业版账套数

GetAsetStatisResult
NameDescriptionTypeAdditional information
FreeAsCount

integer

None.

ProAsCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "FreeAsCount": 1,
  "ProAsCount": 2
}

application/xml, text/xml

Sample:
<GetAsetStatisResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Dashboard.Models">
  <FreeAsCount>1</FreeAsCount>
  <ProAsCount>2</ProAsCount>
</GetAsetStatisResult>