Commit f76d0b86fd9e8ecd07de299912d67b80a815dd08
1 parent
cebc1d62
update
Showing
1 changed file
with
2 additions
and
1 deletions
06.支付云/1.9 支付异步通知.md
| @@ -149,7 +149,7 @@ | @@ -149,7 +149,7 @@ | ||
| 149 | 收到通知后,应返回 success <br> | 149 | 收到通知后,应返回 success <br> |
| 150 | </p> | 150 | </p> |
| 151 | 151 | ||
| 152 | -java``` | 152 | +```java |
| 153 | //java 示例 | 153 | //java 示例 |
| 154 | response.getOutputStream().write("success".getBytes()); | 154 | response.getOutputStream().write("success".getBytes()); |
| 155 | -``` | 155 | -``` |
| 156 | +``` | ||
| 156 | \ No newline at end of file | 157 | \ No newline at end of file |