Commit 9d18ed0c2d7b82475eaf208ef219391951caa094

Authored by 李毅
1 parent 7a235376

update

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