Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ttj1314
/
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
LUOXC
2016-04-20 10:29:26 +0800
Commit
8efeda47fff6974bb7753d720ef811276606ce7f
1 parent
b3c3049e
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
8efeda4
...
...
@@ -31,7 +31,14 @@
| route key | order.erpstatus |
> 已交寄
```
json
{
"order_code"
:
100000
,
"status"
:
600
}
{
"order_code"
:
100000
,
"status"
:
600
,
"data"
:{
"express_id"
:
23
,
"express_number"
:
"25276134639"
}
}
```
> 订单妥投
```
json
...
...
Please
register
or
login
to post a comment