From 84ecafbf94e630ee61b611677b5eff79d8212c4c Mon Sep 17 00:00:00 2001 From: luyoyu <8829470+chuangxxt@user.noreply.gitee.com> Date: Wed, 13 Sep 2023 09:38:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E5=8E=9F=E7=90=86?= =?UTF-8?q?=E8=A7=A3=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luyoyu <8829470+chuangxxt@user.noreply.gitee.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b21d03d..8fe7c70 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ ```sh 简单说一下本地插件原本的请求逻辑: -1、本地插件携ghu_token请求github的API +1.本地插件携ghu_token请求github的API -2、返回带有时间戳的copilot的token(下面简称co_token),代码提示都是用的co_token +2.返回带有时间戳的copilot的token(下面简称co_token),代码提示都是用的co_token -3、co_token到期->ghu_token重新请求->获得新的co_token +3.co_token到期->ghu_token重新请求->获得新的co_token ------------------------------------------------------------- 代理服务器代理的是 ghu_token请求 这一环节: