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