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
LiQingZhong
2016-04-20 18:07:13 +0800
Commit
6562d97dcaae0907836f52b985293f1fdc84d4a7
1 parent
8efeda47
修改 returned_id 为 id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
6562d97
...
...
@@ -169,7 +169,7 @@
```
json
{
"
returned_id"
:
1
,
//returned_id为erp系统退
货单id唯一主键
"
id"
:
1
,
//
id为erp系统换
货单id唯一主键
"status"
:
40
,
"type"
:
"change"
//
"change"
表示换货类型
,
"refund"
表示退货类型
}
...
...
Please
register
or
login
to post a comment