Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9d18ed0c2d7b82475eaf208ef219391951caa094
Authored by
李毅
2016-12-19 14:16:49 +0800
1 parent
7a235376
update
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
06.支付云/1.9 支付异步通知.md
06.支付云/1.9 支付异步通知.md
View file @
9d18ed0
...
...
@@ -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
...
...