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:40:42 +0800
Commit
7cdba79114a229bbde9d068507d1bb067152731c
1 parent
3b2f54ac
前台自动取消订单,发送mq消息给erp
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
7cdba79
...
...
@@ -21,6 +21,10 @@
```
json
{
"orderCode"
:
100000
,
"status"
:
900
}
```
> 系统自动取消
```
json
{
"order_code"
:
100000
,
"status"
:
906
}
```
## 订单状态同步
...
...
Please
register
or
login
to post a comment