GET api/AuthorityChild?u={u}&t={t}&d={d}
获取子权限
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
Guid=[Guid,string] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取子权限
DataResultOfAppChild| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AppChild |
None. |
|
| Error | boolean |
None. |
|
| ErrorInfo | Collection of string |
None. |
|
| ExInfo | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"_error": true,
"_errorInfo": [
"sample string 1",
"sample string 2"
],
"_exInfo": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"_data": {
"ID": "4bee677e-2fe7-4441-aecf-70e8a1160f45",
"ParentAppID": "0c08e8d5-19a5-4ad1-8e94-50ce088e8fdd",
"Number": 3,
"Name": "sample string 4",
"HasGroups": true,
"LogoUrl": "sample string 6",
"MenuType": 1,
"Url": "sample string 7",
"NewsID": 8,
"CreateTime": "2025-12-16T23:30:23.9625811+08:00",
"UpdateTime": "2025-12-16T23:30:23.9625811+08:00"
}
}