POST Visual/getModuleDesc

功能模块介绍和统计

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ModuleDescModel
NameDescriptionTypeAdditional information
billCount

integer

None.

rptCount

integer

None.

linkCount

integer

None.

userCount

integer

None.

roleCount

integer

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "billCount": 1,
  "rptCount": 2,
  "linkCount": 3,
  "userCount": 4,
  "roleCount": 5,
  "error": 6,
  "Msg": "sample string 7"
}

application/xml, text/xml

Sample:
<ModuleDescModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 7</Msg>
  <error>6</error>
  <billCount>1</billCount>
  <linkCount>3</linkCount>
  <roleCount>5</roleCount>
  <rptCount>2</rptCount>
  <userCount>4</userCount>
</ModuleDescModel>