Authored by liqingzhong

增加失败返回格式

... ... @@ -89,6 +89,8 @@ code==200表示成功,其它都为失败
| exchanges | amq.topic |
| route key | erp.createChangeOrder |
成功
```json
{
"code": 200,
... ... @@ -106,6 +108,16 @@ code==200表示成功,其它都为失败
}
```
失败
```json
{
"code":500,
"message":"error",
"data":{ "id": 1 }
}
```
### 前台更新换货快递信息
| | |
| :-- | :-- |
... ...