Showing
1 changed file
with
4 additions
and
2 deletions
@@ -141,7 +141,8 @@ code==200表示成功,其它都为失败 | @@ -141,7 +141,8 @@ code==200表示成功,其它都为失败 | ||
141 | | route key | erp.updateChangeRefundOrderStatus | | 141 | | route key | erp.updateChangeRefundOrderStatus | |
142 | 142 | ||
143 | ```json | 143 | ```json |
144 | -{ "id":1, | 144 | +{ |
145 | + "returned_id":1, //returned_id为erp系统退货单id唯一主键 | ||
145 | "status":40, | 146 | "status":40, |
146 | "type":"change" //"change" 表示换货类型,"refund"表示退货类型 | 147 | "type":"change" //"change" 表示换货类型,"refund"表示退货类型 |
147 | } | 148 | } |
@@ -246,7 +247,8 @@ code==200表示成功,其它都为失败 | @@ -246,7 +247,8 @@ code==200表示成功,其它都为失败 | ||
246 | | route key | erp.updateChangeRefundOrderStatus | | 247 | | route key | erp.updateChangeRefundOrderStatus | |
247 | 248 | ||
248 | ```json | 249 | ```json |
249 | -{ "returned_id":1, //returned_id为erp系统退货单id唯一主键 | 250 | +{ |
251 | + "returned_id":1, //returned_id为erp系统退货单id唯一主键 | ||
250 | "status":40, | 252 | "status":40, |
251 | "type":"refund" //"change" 表示换货类型,"refund"表示退货类型 | 253 | "type":"refund" //"change" 表示换货类型,"refund"表示退货类型 |
252 | } | 254 | } |
-
Please register or login to post a comment