From 925c65095204ed9f7e65eb4042782d77e19eeb41 Mon Sep 17 00:00:00 2001 From: kdyzm Date: Sun, 10 Jan 2021 21:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E8=BF=B0=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource-server/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resource-server/README.md b/resource-server/README.md index 9401d77..0368836 100644 --- a/resource-server/README.md +++ b/resource-server/README.md @@ -2,7 +2,8 @@ 请求该服务接口必须带着令牌,请求顺序如下 -##1.请求[auth-center](../auth-center)服务获取token +## 1.请求[auth-center](../auth-center)服务获取token + 例如: POST请求:http://127.0.0.1:30000/oauth/token?client_id=c1&client_secret=secret&grant_type=password&username=zhangsan&password=123 -- Gitee