Toggle navigation
Toggle navigation
This project
Loading...
Sign in
tanling
/
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:10:59 +0800
Commit
fa214ebbfca429418ddc5edbbfa6143437641902
1 parent
6562d97d
updateChangeRefundOrderStatus returnedId 改为 id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
订单/订单前后台分离.md
订单/订单前后台分离.md
View file @
fa214eb
...
...
@@ -281,7 +281,7 @@
```
json
{
"
returned_id"
:
1
,
//
returned_id
为erp系统退货单id唯一主键
"
id"
:
1
,
//
id
为erp系统退货单id唯一主键
"status"
:
40
,
//
0
:
提交、
10
:审核通过、
20
:商品寄回、
30
:已入库、
40
:付款结束、
91
:客服拒退
"type"
:
"refund"
,
//
change
:
表示换货类型、refund:表示退货类型
"real_returned_amount"
:
100
,
...
...
Please
register
or
login
to post a comment