Skip to content

Commit 8ef2684

Browse files
authored
Merge pull request #57 from alipay/feature-base64
优化base64多jdk版本兼容-readme
2 parents 3a38771 + 2d3839c commit 8ef2684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ AlipayPayResponse alipayPayResponse = yourAlipayClient.execute(aliPayRequest);
217217
```
218218

219219
#### 4 If you don't care about HTTP calls,the sample for sign and verify
220-
```
220+
```java
221221
String httpMethod = "POST";
222222
String path = "/ams/sandbox/api/v1/payments/pay";
223223
String clientId = "T_client";

0 commit comments

Comments
 (0)