POST Visual/GetPermissionList
权限控件按钮下拉框
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetPermission| Name | Description | Type | Additional information |
|---|---|---|---|
| jb | Collection of DropDownBox |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"jb": [
{
"fId": 1,
"fName": "sample string 2"
},
{
"fId": 1,
"fName": "sample string 2"
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<GetPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
<Msg>sample string 2</Msg>
<error>1</error>
<jb>
<DropDownBox>
<fId>1</fId>
<fName>sample string 2</fName>
</DropDownBox>
<DropDownBox>
<fId>1</fId>
<fName>sample string 2</fName>
</DropDownBox>
</jb>
</GetPermission>