GET api/AI/GetRange?depId={depId}&openid={openid}
获取权限对应的相应泵站
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| depId |
部门编号 |
string |
Required |
| openid |
用户标识 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}