Commit eacef832a3bb9fdbca63bf4ef9d74dbfe7ac22dd
1 parent
eb13b891
update
Showing
1 changed file
with
6 additions
and
2 deletions
04.用户云/2.2 上传头像.md
| ... | ... | @@ -42,9 +42,13 @@ |
| 42 | 42 | #### 返回格式说明: |
| 43 | 43 | ``` |
| 44 | 44 | { |
| 45 | - "errorCode":"0", | |
| 46 | - "errorMessage":"成功" | |
| 45 | + "errorCode":"0", | |
| 46 | + "errorMessage":"成功", | |
| 47 | + "data":{ | |
| 48 | + "faceUrl":"http://120.92.63.41:8080/mobile/images/mobilehead/2016/11/17/1479349016427_small.jpg" | |
| 49 | + } | |
| 47 | 50 | } |
| 51 | + | |
| 48 | 52 | { |
| 49 | 53 | "errorCode":"1", |
| 50 | 54 | "errorMessage":"请求参数无效" | ... | ... |