Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yoho-Documents
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
10
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2016-04-11 21:33:25 +0800
Commit
dafc3e127a5eb699e33f8eb295e6884775f45433
1 parent
b8c3891b
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
dafc3e1
...
...
@@ -19,13 +19,13 @@ code==200表示成功,其它都为失败
## MQ消息数据结构
### 取消订单
MQ消息
### 取消订单
TOPIC:order.cancel
```
json
{
"orderCode"
:
100000
,
"status"
:
900
}
```
### 订单状态同步
MQ消息
### 订单状态同步
TOPIC:order.erpstatus
```
json
{
"orderCode"
:
100000
,
"status"
:
901
}
...
...
Please
register
or
login
to post a comment