From 77c677487ff117e57fffb6ce70f24fb001e8b70a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 7 Sep 2020 12:22:44 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8E=88=E6=9D=83?= =?utf8?q?=E6=9C=8D=E5=8A=A1=E7=9A=84poa-api-docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- poa-api-docs/api-docs/user-authorization-service-poa.v1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ info: 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 @@ components: type: oauth2 flows: clientCredentials: - tokenUrl: https://poa.dev.supwisdom.com/oauth2/token + tokenUrl: ${POA_SERVER_URL}/oauth2/token scopes: "authz:v1:readRole": "读取角色" -- 2.17.1