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
cebc1d623620dddaa27c373b0269819cc42e1d2f
Authored by
李毅
2016-12-19 14:17:30 +0800
1 parent
9d18ed0c
update
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
06.支付云/1.9 支付异步通知.md
06.支付云/1.9 支付异步通知.md
View file @
cebc1d6
...
...
@@ -147,8 +147,9 @@
147
147
148
148
<p class="text-danger">
149
149
收到通知后,应返回 success <br>
150
-
150
+</p>
151
+
151
152
java```
153
+//java 示例
152
154
response.getOutputStream().write("success".getBytes());
153
155
```
154
- </p>
155
156
\ No newline at end of file
...
...