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