Authored by liqingzhong

增加失败返回格式

@@ -89,6 +89,8 @@ code==200表示成功,其它都为失败 @@ -89,6 +89,8 @@ code==200表示成功,其它都为失败
89 | exchanges | amq.topic | 89 | exchanges | amq.topic |
90 | route key | erp.createChangeOrder | 90 | route key | erp.createChangeOrder |
91 91
  92 +成功
  93 +
92 ```json 94 ```json
93 { 95 {
94 "code": 200, 96 "code": 200,
@@ -106,6 +108,16 @@ code==200表示成功,其它都为失败 @@ -106,6 +108,16 @@ code==200表示成功,其它都为失败
106 } 108 }
107 ``` 109 ```
108 110
  111 +失败
  112 +
  113 +```json
  114 +{
  115 + "code":500,
  116 + "message":"error",
  117 + "data":{ "id": 1 }
  118 +}
  119 +```
  120 +
109 ### 前台更新换货快递信息 121 ### 前台更新换货快递信息
110 | | | 122 | | |
111 | :-- | :-- | 123 | :-- | :-- |