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