From 1726baf943807d8a8317dfe535efd1b82ac3eda1 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Mon, 1 May 2023 18:15:04 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Pyramid=E6=B7=BB=E5=8A=A0=E6=95=99?= =?UTF-8?q?=E7=A8=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pyramid添加教程.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pyramid添加教程.md b/Pyramid添加教程.md index 3da98b9..1f0d72e 100644 --- a/Pyramid添加教程.md +++ b/Pyramid添加教程.md @@ -55,7 +55,7 @@ public class ApiConfig { ```java private void parseJson(String apiUrl, String jsonStr) { - //pyramid-add-start + //pyramid-add-start 309行 PythonLoader.getInstance().setConfig(jsonStr); //pyramid-add-end JsonObject infoJson = new Gson().fromJson(jsonStr, JsonObject.class);