Showing
1 changed file
with
4 additions
and
2 deletions
@@ -171,7 +171,7 @@ | @@ -171,7 +171,7 @@ | ||
171 | | Param Name | Param Type | Required | Param Value | Desc | | 171 | | Param Name | Param Type | Required | Param Value | Desc | |
172 | | :-- | --: | --: | --: | --: | | 172 | | :-- | --: | --: | --: | --: | |
173 | | method | string | true | app.change.detail | 请求方法 不可变 | | 173 | | method | string | true | app.change.detail | 请求方法 不可变 | |
174 | -| area_code | string | true | 210000 | 地区信息 | | 174 | +| id | int | true | 428013 | 换货id | |
175 | | uid | int | true | 3703860 | 用户 ID | | 175 | | uid | int | true | 3703860 | 用户 ID | |
176 | 176 | ||
177 | #### 返回 | 177 | #### 返回 |
@@ -251,7 +251,9 @@ | @@ -251,7 +251,9 @@ | ||
251 | "name": "换货完成" | 251 | "name": "换货完成" |
252 | } | 252 | } |
253 | ], | 253 | ], |
254 | - "status_name": "换货发出" | 254 | + "status_name": "换货发出", |
255 | + "id":428013, | ||
256 | + "uid":3703860 | ||
255 | }, | 257 | }, |
256 | "md5": "e49188e6fb7b0c9e626e14ddf8a158d3", | 258 | "md5": "e49188e6fb7b0c9e626e14ddf8a158d3", |
257 | "message": "换货详情" | 259 | "message": "换货详情" |
-
Please register or login to post a comment