POST VueApi/GetTreeDropDown
树形控件
Request Information
URI Parameters
None.
Body Parameters
TreeDropDownReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fClassId | string |
None. |
|
| fPageIndex | string |
None. |
|
| fFieldName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fClassId": "sample string 1",
"fPageIndex": "sample string 2",
"fFieldName": "sample string 3"
}
application/xml, text/xml
Sample:
<TreeDropDownReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fClassId>sample string 1</fClassId> <fFieldName>sample string 3</fFieldName> <fPageIndex>sample string 2</fPageIndex> </TreeDropDownReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TreeDropDownResModel| Name | Description | Type | Additional information |
|---|---|---|---|
| tree | Collection of SelectTreeNode |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.