Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
maelk-liu
2016-05-23 13:41:34 +0800
Commit
7405f481258173d15d5b5c2db7f153cce91b39cc
1 parent
7cdba791
用户主动取消
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
7405f48
...
...
@@ -18,8 +18,9 @@
| exchanges | amq.topic |
| route key | order.orderStatus |
> 用户主动取消
```
json
{
"order
Code"
:
100000
,
"status"
:
900
}
{
"order
_code"
:
100000
,
"status"
:
906
}
```
> 系统自动取消
```
json
...
...
Please
register
or
login
to post a comment