GET /internal/applications/{app_id}/check-access
验证用户是否有指定应用的访问权限,供gateway鉴权中间件调用
租户服务 - 内部接口 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
app_id |
path |
string |
Yes |
|
|
|
应用ID |
tenant_id |
query |
string |
Yes |
|
|
|
租户ID |
user_id |
query |
string |
Yes |
|
|
|
用户ID |
Referenced Schemas
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_tenant-service_internal_handler_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|