Showing
1 changed file
with
4 additions
and
3 deletions
@@ -425,9 +425,10 @@ | @@ -425,9 +425,10 @@ | ||
425 | | route key | order.changeRefundCancel | | 425 | | route key | order.changeRefundCancel | |
426 | 426 | ||
427 | ```json | 427 | ```json |
428 | -{"id": 428013, //erp的退货主键, 或者换货主键 ,根据type传不同的值 | ||
429 | -"status":900, //表示用户主动取消状态 | ||
430 | -"type":1 //1表示退货,2表示换货 | 428 | +{ |
429 | + "id": 428013, //erp的退货主键, 或者换货主键 ,根据type传不同的值 | ||
430 | + "status":900, // 900 表示用户主动取消状态,906 系统自动取消 | ||
431 | + "type":1 //1表示退货,2表示换货 | ||
431 | } | 432 | } |
432 | ``` | 433 | ``` |
433 | 434 |
-
Please register or login to post a comment