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
获取子权限
DataResultOfAppChildName | 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": "fadfa854-087c-494e-9511-4938e4316c13", "ParentAppID": "47b62186-768f-446d-81ce-82163de6e686", "Number": 3, "Name": "sample string 4", "HasGroups": true, "LogoUrl": "sample string 6", "MenuType": 1, "Url": "sample string 7", "NewsID": 8, "CreateTime": "2025-05-13T21:55:18.1211214+08:00", "UpdateTime": "2025-05-13T21:55:18.1211214+08:00" } }