Skip to content

Commit

Permalink
2.12.9发布
Browse files Browse the repository at this point in the history
  • Loading branch information
egzosn committed Nov 26, 2019
1 parent 54f4ffa commit e59441b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pay-java-ali/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

```java

Map result = service..query("支付宝单号", "我方系统单号");
Map result = service.query("支付宝单号", "我方系统单号");

```

Expand Down
2 changes: 1 addition & 1 deletion pay-java-payoneer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

```java

Map result = service..query(null, "我方系统单号");
Map result = service.query(null, "我方系统单号");

```

Expand Down
2 changes: 1 addition & 1 deletion pay-java-union/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

```java

Map result = service..query(null, "我方系统单号");
Map result = service.query(null, "我方系统单号");

```

Expand Down
2 changes: 1 addition & 1 deletion pay-java-wx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@

```java

Map result = service..query("微信单号", "我方系统单号");
Map result = service.query("微信单号", "我方系统单号");

```

Expand Down

0 comments on commit e59441b

Please sign in to comment.