diff --git a/Pyramid添加教程.md b/Pyramid添加教程.md index 662270c..6669a68 100644 --- a/Pyramid添加教程.md +++ b/Pyramid添加教程.md @@ -65,7 +65,7 @@ private void parseJson(String apiUrl, String jsonStr) { ```java public Spider getCSP(SourceBean sourceBean) { - //pyramid-add-start 俊版576行 TK657行 + //pyramid-add-start 俊版576行 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行 TK675行 + //pyramid-add-start 俊版592行 TK687行 try { if(param.containsKey("api")){ String doStr = param.get("do").toString();