Skip to content

Commit

Permalink
Update Pyramid添加教程.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgt7 authored Aug 22, 2023
1 parent 226ff9c commit 129d721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pyramid添加教程.md
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand All @@ -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();
Expand Down

0 comments on commit 129d721

Please sign in to comment.