POST VueApi/FunctionalAuthoritySpe
特殊页面功能列表
Request Information
URI Parameters
None.
Body Parameters
FunctionalAuthoritySpeReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fPageId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fPageId": "sample string 1"
}
application/xml, text/xml
Sample:
<FunctionalAuthoritySpeReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fPageId>sample string 1</fPageId> </FunctionalAuthoritySpeReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FunctionalAuthoritySpeResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Collection of t_DbSpecialPageConfig |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": [
{
"fAccessTypeId": 1,
"fAccessId": 2,
"fAccessCode": 3,
"fIndex": 4,
"fName": "sample string 5",
"fPageId": 6
},
{
"fAccessTypeId": 1,
"fAccessId": 2,
"fAccessCode": 3,
"fIndex": 4,
"fName": "sample string 5",
"fPageId": 6
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<FunctionalAuthoritySpeResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 2</Msg>
<error>1</error>
<result xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_DbSpecialPageConfig>
<d2p1:fAccessCode>3</d2p1:fAccessCode>
<d2p1:fAccessId>2</d2p1:fAccessId>
<d2p1:fAccessTypeId>1</d2p1:fAccessTypeId>
<d2p1:fIndex>4</d2p1:fIndex>
<d2p1:fName>sample string 5</d2p1:fName>
<d2p1:fPageId>6</d2p1:fPageId>
</d2p1:t_DbSpecialPageConfig>
<d2p1:t_DbSpecialPageConfig>
<d2p1:fAccessCode>3</d2p1:fAccessCode>
<d2p1:fAccessId>2</d2p1:fAccessId>
<d2p1:fAccessTypeId>1</d2p1:fAccessTypeId>
<d2p1:fIndex>4</d2p1:fIndex>
<d2p1:fName>sample string 5</d2p1:fName>
<d2p1:fPageId>6</d2p1:fPageId>
</d2p1:t_DbSpecialPageConfig>
</result>
</FunctionalAuthoritySpeResModel>