From c9abc66705ae0440f44020bcc18c99b585ef28be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B7=9D?= Date: Fri, 6 Sep 2019 19:25:46 +0800 Subject: [PATCH 01/10] Increase the precautions for red fonts at startup --- BotSharp.Core/Modules/ModulesStartup.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BotSharp.Core/Modules/ModulesStartup.cs b/BotSharp.Core/Modules/ModulesStartup.cs index 60b8029a..6e5cb2d2 100644 --- a/BotSharp.Core/Modules/ModulesStartup.cs +++ b/BotSharp.Core/Modules/ModulesStartup.cs @@ -44,6 +44,8 @@ namespace BotSharp.Core.Modules Console.WriteLine($"Using default emulator: DialogflowAi, BotSharp.Platform.Dialogflow."); } + Console.WriteLine($"Note: The red part information shown below can be ignored because the corresponding item is not referenced.", Color.Yellow); + this._modules = options.Modules .Select(s => { From 9c61a1b904da5f40c448e74ab3d71216acd92c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B7=9D?= Date: Fri, 6 Sep 2019 21:00:31 +0800 Subject: [PATCH 02/10] Add Ding.Core generic class --- BotSharp.Core/BotSharp.Core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/BotSharp.Core/BotSharp.Core.csproj b/BotSharp.Core/BotSharp.Core.csproj index 85d09750..f74d2942 100644 --- a/BotSharp.Core/BotSharp.Core.csproj +++ b/BotSharp.Core/BotSharp.Core.csproj @@ -64,6 +64,7 @@ If you feel that this project is helpful to you, please Star on the project, we + From 730946ca74f422a24732806c5d0e15a1ef1bd534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 19:04:38 +0800 Subject: [PATCH 03/10] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/部署运行/.keep diff --git a/docs/部署运行/.keep b/docs/部署运行/.keep new file mode 100644 index 00000000..e69de29b From 451d32bc17a47c5e93e4d942e97b36bbfe28e0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 19:05:53 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/部署运行/ReadMe.md diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md new file mode 100644 index 00000000..4ab88b8a --- /dev/null +++ b/docs/部署运行/ReadMe.md @@ -0,0 +1 @@ +因为目前很多人不知道怎么样运行,或者运行报错,故今天写下这样一个教程。 From e4acb40dbe80abfa468db147afd24f2d1c4f6b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 19:23:39 +0800 Subject: [PATCH 05/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md index 4ab88b8a..ec809f22 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/部署运行/ReadMe.md @@ -1 +1,17 @@ 因为目前很多人不知道怎么样运行,或者运行报错,故今天写下这样一个教程。 + +首先第一步先获取代码,可以通过命令行或者SourceTree下载源码,我这里主要介绍SourceTree的下载源码方法: + +![SourceTree](https://images.gitee.com/uploads/images/2019/0909/191331_59109574_130171.jpeg "1.JPG") + +通过文件下==>克隆/新建或者是标签栏+号进入上图所示窗体,按照圈中所圈填写和操作即可将源码同步到本地指定目录。我的是在“L:\完成项目\智能聊天机器人\BotSharp\Net core 2.2”文件夹中,后面会以此文件夹路径来做演示。 + +进入BotSharp.WebHost文件夹并在地址栏里输入cmd并回车,即弹出cmd窗口,输入dotnet watch run命令会运行项目。 + +![项目运行](https://images.gitee.com/uploads/images/2019/0909/191850_a4f0fd89_130171.jpeg "2.JPG") + +注意:上图中红色字体显示部分可以不用理会,如果有强迫症的话,可以在BotSharp.WebHost右键引入BotSharp.Platform.Rasa和BotSharp.Platform.Articulate这两个项目,或者在BotSharp.WebHost/Settings/app.json中删除下图中圈中部分 + +![移除红色项目](https://images.gitee.com/uploads/images/2019/0909/192213_87385c4d_130171.jpeg "3.JPG") + +接下来我们通过第二张图片上运行之后的地址打开查看Swagger的接口文档是否正常显示。 \ No newline at end of file From 93c31c65564f3c5e3fb683444c1e22527518e6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 19:26:43 +0800 Subject: [PATCH 06/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md index ec809f22..48eb1ef3 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/部署运行/ReadMe.md @@ -14,4 +14,8 @@ ![移除红色项目](https://images.gitee.com/uploads/images/2019/0909/192213_87385c4d_130171.jpeg "3.JPG") -接下来我们通过第二张图片上运行之后的地址打开查看Swagger的接口文档是否正常显示。 \ No newline at end of file +接下来我们通过第二张图片上运行之后的地址打开查看Swagger的接口文档是否正常显示。 + +![运行成功](https://images.gitee.com/uploads/images/2019/0909/192612_6aceb74e_130171.jpeg "4.JPG") + +如图所示,我们运行成功了。 \ No newline at end of file From af90ad854b6761c8a1f3d4dead1b8650c54f3604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 19:44:22 +0800 Subject: [PATCH 07/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md index 48eb1ef3..8ebfd8c6 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/部署运行/ReadMe.md @@ -18,4 +18,13 @@ ![运行成功](https://images.gitee.com/uploads/images/2019/0909/192612_6aceb74e_130171.jpeg "4.JPG") -如图所示,我们运行成功了。 \ No newline at end of file +如图所示,我们运行成功了。 + + +接下来开始通过上面的接口文档在线导入和训练并测试代理。 + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/193255_897b251c_130171.jpeg "5.JPG") + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/193349_38366ca2_130171.jpeg "6.JPG") + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") \ No newline at end of file From 62b44cb8e1086ae7fc55a1cd0c2edaa1afb015ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 20:05:15 +0800 Subject: [PATCH 08/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md index 8ebfd8c6..3861da05 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/部署运行/ReadMe.md @@ -23,8 +23,25 @@ 接下来开始通过上面的接口文档在线导入和训练并测试代理。 +先导入训练代理所需要的压缩包,里面包含有语料库 + ![接口操作](https://images.gitee.com/uploads/images/2019/0909/193255_897b251c_130171.jpeg "5.JPG") ![接口操作](https://images.gitee.com/uploads/images/2019/0909/193349_38366ca2_130171.jpeg "6.JPG") -![接口操作](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") \ No newline at end of file +![接口操作](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") + +上图中圈中的部分要记录下来,接下来会有用。其中id是刚导入文档生成的代理ID,clientAccessToken是授权ID,训练代理模型是需要这个授权ID的。 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195938_0b68c3c4_130171.jpeg "8.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195950_18b84a44_130171.jpeg "9.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200000_34596964_130171.jpeg "10.JPG") + +上面几张图片的操作就是保存当前接口所需要授权信息的方法,尤其是要注意圈中部分,另Bearer后面跟一个空格再跟上clientAccessToken的值,且训练不同的代理这个clientAccessToken的值也不一样。 + +在下图中填入前面生成的代理ID并点击Execute执行即可 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200258_7ea18c61_130171.jpeg "11.JPG") + From bf60e98d7042add9363cfb68bfe7f3a72465c47e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=B0=98?= <100538511@qq.com> Date: Mon, 9 Sep 2019 20:50:04 +0800 Subject: [PATCH 09/10] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/部署运行/ReadMe.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/部署运行/ReadMe.md b/docs/部署运行/ReadMe.md index 3861da05..339fb818 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/部署运行/ReadMe.md @@ -45,3 +45,10 @@ ![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200258_7ea18c61_130171.jpeg "11.JPG") +然后按下面图片操作输入测试数据执行输出 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204756_99e489c3_130171.jpeg "12.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204939_6b75f8cd_130171.png "屏幕截图.png") + +上图中圈中部分即为执行得到的结果 \ No newline at end of file From 7e8c5c8afc697dbada6a334e53a561bce4b2cb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B7=9D?= Date: Tue, 10 Sep 2019 09:18:29 +0800 Subject: [PATCH 10/10] Increase English deployment run documentation --- docs/Deployment Run/ReadMe.md | 54 +++++++++ .../ReadMe.md => Deployment Run/ReadMe_cn.md} | 106 +++++++++--------- docs/部署运行/.keep | 0 3 files changed, 107 insertions(+), 53 deletions(-) create mode 100644 docs/Deployment Run/ReadMe.md rename docs/{部署运行/ReadMe.md => Deployment Run/ReadMe_cn.md} (98%) delete mode 100644 docs/部署运行/.keep diff --git a/docs/Deployment Run/ReadMe.md b/docs/Deployment Run/ReadMe.md new file mode 100644 index 00000000..be40d01e --- /dev/null +++ b/docs/Deployment Run/ReadMe.md @@ -0,0 +1,54 @@ +Because many people don't know how to run, or run an error, write a tutorial today. + +First of all, first get the code, you can download the source code through the command line or SourceTree. I mainly introduce the source code download method of SourceTree: + +![SourceTree](https://images.gitee.com/uploads/images/2019/0909/191331_59109574_130171.jpeg "1.JPG") + +Enter the form shown in the above figure by using the file ==>Clone/New or the tab bar + number. Follow the circle and operation in the circle to synchronize the source code to the local specified directory. I am in the "L:\Complete Project\Smart Chat Robot\BotSharp\Net core 2.2" folder, which will be used to demonstrate this folder path. + +Go to the BotSharp.WebHost folder and type cmd in the address bar and press Enter. The cmd window will pop up. Enter the dotnet watch run command to run the project. + +![Project operation](https://images.gitee.com/uploads/images/2019/0909/191850_a4f0fd89_130171.jpeg "2.JPG") + +Note: The red font display part in the above picture can be ignored. If there is obsessive-compulsive disorder, you can right-click BotSharp.Platform.Rasa and BotSharp.Platform.Articulate in BotSharp.WebHost, or in BotSharp.WebHost/Settings/ Remove the circle in the image below in app.json + +![Remove red item](https://images.gitee.com/uploads/images/2019/0909/192213_87385c4d_130171.jpeg "3.JPG") + +Next we open the address of the Swagger interface to see if the Swagger interface document is displayed normally. + +![Successful operation](https://images.gitee.com/uploads/images/2019/0909/192612_6aceb74e_130171.jpeg "4.JPG") + +As shown, we ran successfully. + + +Next, start importing and training and testing the agent online through the interface documentation above. + +First import the zip package required by the training agent, which contains the corpus + +![Interface operation](https://images.gitee.com/uploads/images/2019/0909/193255_897b251c_130171.jpeg "5.JPG") + +![Interface operation](https://images.gitee.com/uploads/images/2019/0909/193349_38366ca2_130171.jpeg "6.JPG") + +![Interface operation](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") + +The part of the circle in the picture above is to be recorded and will be useful next. Where id is the proxy ID generated by the newly imported document, clientAccessToken is the authorization ID, and the training agent model needs this authorization ID. + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/195938_0b68c3c4_130171.jpeg "8.JPG") + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/195950_18b84a44_130171.jpeg "9.JPG") + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/200000_34596964_130171.jpeg "10.JPG") + +The operation of the above pictures is to save the authorization information required by the current interface, especially the part of the circle, and Bearer is followed by a space followed by the value of clientAccessToken, and the value of clientAccessToken is different for training different agents. . + +Fill in the proxy ID generated in the figure below and click Execute to execute. + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/200258_7ea18c61_130171.jpeg "11.JPG") + +Then follow the picture below to enter the test data to execute the output. + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/204756_99e489c3_130171.jpeg "12.JPG") + +![Enter image description](https://images.gitee.com/uploads/images/2019/0909/204939_6b75f8cd_130171.png "屏幕截图.png") + +The part in the circle in the above figure is the result of the execution. \ No newline at end of file diff --git a/docs/部署运行/ReadMe.md b/docs/Deployment Run/ReadMe_cn.md similarity index 98% rename from docs/部署运行/ReadMe.md rename to docs/Deployment Run/ReadMe_cn.md index 339fb818..e0a321c1 100644 --- a/docs/部署运行/ReadMe.md +++ b/docs/Deployment Run/ReadMe_cn.md @@ -1,54 +1,54 @@ -因为目前很多人不知道怎么样运行,或者运行报错,故今天写下这样一个教程。 - -首先第一步先获取代码,可以通过命令行或者SourceTree下载源码,我这里主要介绍SourceTree的下载源码方法: - -![SourceTree](https://images.gitee.com/uploads/images/2019/0909/191331_59109574_130171.jpeg "1.JPG") - -通过文件下==>克隆/新建或者是标签栏+号进入上图所示窗体,按照圈中所圈填写和操作即可将源码同步到本地指定目录。我的是在“L:\完成项目\智能聊天机器人\BotSharp\Net core 2.2”文件夹中,后面会以此文件夹路径来做演示。 - -进入BotSharp.WebHost文件夹并在地址栏里输入cmd并回车,即弹出cmd窗口,输入dotnet watch run命令会运行项目。 - -![项目运行](https://images.gitee.com/uploads/images/2019/0909/191850_a4f0fd89_130171.jpeg "2.JPG") - -注意:上图中红色字体显示部分可以不用理会,如果有强迫症的话,可以在BotSharp.WebHost右键引入BotSharp.Platform.Rasa和BotSharp.Platform.Articulate这两个项目,或者在BotSharp.WebHost/Settings/app.json中删除下图中圈中部分 - -![移除红色项目](https://images.gitee.com/uploads/images/2019/0909/192213_87385c4d_130171.jpeg "3.JPG") - -接下来我们通过第二张图片上运行之后的地址打开查看Swagger的接口文档是否正常显示。 - -![运行成功](https://images.gitee.com/uploads/images/2019/0909/192612_6aceb74e_130171.jpeg "4.JPG") - -如图所示,我们运行成功了。 - - -接下来开始通过上面的接口文档在线导入和训练并测试代理。 - -先导入训练代理所需要的压缩包,里面包含有语料库 - -![接口操作](https://images.gitee.com/uploads/images/2019/0909/193255_897b251c_130171.jpeg "5.JPG") - -![接口操作](https://images.gitee.com/uploads/images/2019/0909/193349_38366ca2_130171.jpeg "6.JPG") - -![接口操作](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") - -上图中圈中的部分要记录下来,接下来会有用。其中id是刚导入文档生成的代理ID,clientAccessToken是授权ID,训练代理模型是需要这个授权ID的。 - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195938_0b68c3c4_130171.jpeg "8.JPG") - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195950_18b84a44_130171.jpeg "9.JPG") - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200000_34596964_130171.jpeg "10.JPG") - -上面几张图片的操作就是保存当前接口所需要授权信息的方法,尤其是要注意圈中部分,另Bearer后面跟一个空格再跟上clientAccessToken的值,且训练不同的代理这个clientAccessToken的值也不一样。 - -在下图中填入前面生成的代理ID并点击Execute执行即可 - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200258_7ea18c61_130171.jpeg "11.JPG") - -然后按下面图片操作输入测试数据执行输出 - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204756_99e489c3_130171.jpeg "12.JPG") - -![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204939_6b75f8cd_130171.png "屏幕截图.png") - +因为目前很多人不知道怎么样运行,或者运行报错,故今天写下这样一个教程。 + +首先第一步先获取代码,可以通过命令行或者SourceTree下载源码,我这里主要介绍SourceTree的下载源码方法: + +![SourceTree](https://images.gitee.com/uploads/images/2019/0909/191331_59109574_130171.jpeg "1.JPG") + +通过文件下==>克隆/新建或者是标签栏+号进入上图所示窗体,按照圈中所圈填写和操作即可将源码同步到本地指定目录。我的是在“L:\完成项目\智能聊天机器人\BotSharp\Net core 2.2”文件夹中,后面会以此文件夹路径来做演示。 + +进入BotSharp.WebHost文件夹并在地址栏里输入cmd并回车,即弹出cmd窗口,输入dotnet watch run命令会运行项目。 + +![项目运行](https://images.gitee.com/uploads/images/2019/0909/191850_a4f0fd89_130171.jpeg "2.JPG") + +注意:上图中红色字体显示部分可以不用理会,如果有强迫症的话,可以在BotSharp.WebHost右键引入BotSharp.Platform.Rasa和BotSharp.Platform.Articulate这两个项目,或者在BotSharp.WebHost/Settings/app.json中删除下图中圈中部分 + +![移除红色项目](https://images.gitee.com/uploads/images/2019/0909/192213_87385c4d_130171.jpeg "3.JPG") + +接下来我们通过第二张图片上运行之后的地址打开查看Swagger的接口文档是否正常显示。 + +![运行成功](https://images.gitee.com/uploads/images/2019/0909/192612_6aceb74e_130171.jpeg "4.JPG") + +如图所示,我们运行成功了。 + + +接下来开始通过上面的接口文档在线导入和训练并测试代理。 + +先导入训练代理所需要的压缩包,里面包含有语料库 + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/193255_897b251c_130171.jpeg "5.JPG") + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/193349_38366ca2_130171.jpeg "6.JPG") + +![接口操作](https://images.gitee.com/uploads/images/2019/0909/194412_edf0f024_130171.jpeg "7.JPG") + +上图中圈中的部分要记录下来,接下来会有用。其中id是刚导入文档生成的代理ID,clientAccessToken是授权ID,训练代理模型是需要这个授权ID的。 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195938_0b68c3c4_130171.jpeg "8.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/195950_18b84a44_130171.jpeg "9.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200000_34596964_130171.jpeg "10.JPG") + +上面几张图片的操作就是保存当前接口所需要授权信息的方法,尤其是要注意圈中部分,另Bearer后面跟一个空格再跟上clientAccessToken的值,且训练不同的代理这个clientAccessToken的值也不一样。 + +在下图中填入前面生成的代理ID并点击Execute执行即可 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/200258_7ea18c61_130171.jpeg "11.JPG") + +然后按下面图片操作输入测试数据执行输出 + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204756_99e489c3_130171.jpeg "12.JPG") + +![输入图片说明](https://images.gitee.com/uploads/images/2019/0909/204939_6b75f8cd_130171.png "屏幕截图.png") + 上图中圈中部分即为执行得到的结果 \ No newline at end of file diff --git a/docs/部署运行/.keep b/docs/部署运行/.keep deleted file mode 100644 index e69de29b..00000000