From f8d0084cd251fb715b3296473ddca25a628b5364 Mon Sep 17 00:00:00 2001 From: dlgt7 <102397160+dlgt7@users.noreply.github.com> Date: Mon, 1 May 2023 18:18:26 +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 58adce5..8087859 100644 --- a/Pyramid添加教程.md +++ b/Pyramid添加教程.md @@ -81,7 +81,7 @@ public Spider getCSP(SourceBean sourceBean) { ```java public Object[] proxyLocal(Map param) { - //pyramid-add-start + //pyramid-add-start 592行 try { if(param.containsKey("api")){ String doStr = param.get("do").toString();