fix: 修正授权服务的poa-api-docs
diff --git a/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml b/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
index 7d2b40f..236e049 100644
--- a/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
+++ b/poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml
@@ -18,7 +18,7 @@
version: v1
description: '用户授权服务 - 平台开放接口'
servers:
- - url: 'https://poa.dev.supwisdom.com/apis/authz/v1'
+ - url: '${POA_SERVER_URL}/apis/authz/v1'
description: '演示环境'
tags:
- name: Role
@@ -211,7 +211,7 @@
type: oauth2
flows:
clientCredentials:
- tokenUrl: https://poa.dev.supwisdom.com/oauth2/token
+ tokenUrl: ${POA_SERVER_URL}/oauth2/token
scopes:
"authz:v1:readRole": "读取角色"