From 129d72127f6c55fabd6fc6a77a868ed8135479d3 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:27:40 +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\346\267\273\345\212\240\346\225\231\347\250\213.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/Pyramid\346\267\273\345\212\240\346\225\231\347\250\213.md" "b/Pyramid\346\267\273\345\212\240\346\225\231\347\250\213.md" index 6669a68..210e15f 100644 --- "a/Pyramid\346\267\273\345\212\240\346\225\231\347\250\213.md" +++ "b/Pyramid\346\267\273\345\212\240\346\225\231\347\250\213.md" @@ -65,7 +65,7 @@ private void parseJson(String apiUrl, String jsonStr) { ```java public Spider getCSP(SourceBean sourceBean) { - //pyramid-add-start 俊版576行 TK668行 + //pyramid-add-start 俊版589行 TK668行 if (sourceBean.getApi().startsWith("py_")) { try { return PythonLoader.getInstance().getSpider(sourceBean.getKey(), sourceBean.getExt()); @@ -81,7 +81,7 @@ public Spider getCSP(SourceBean sourceBean) { ```java public Object[] proxyLocal(Map param) { - //pyramid-add-start 俊版592行 TK687行 + //pyramid-add-start 俊版605行 TK687行 try { if(param.containsKey("api")){ String doStr = param.get("do").toString();