Commit 9060a0ca9ab39ada0cb2d1675736525695b20985
1 parent
e9b2c608
update
Showing
1 changed file
with
4 additions
and
4 deletions
04.用户云/2.5 用户反馈.md
| ... | ... | @@ -45,18 +45,18 @@ |
| 45 | 45 | ```json |
| 46 | 46 | { |
| 47 | 47 | errorCode:"0", |
| 48 | - errorMsg:"成功" | |
| 48 | + errorMessage:"成功" | |
| 49 | 49 | } |
| 50 | 50 | { |
| 51 | 51 | errorCode:"1", |
| 52 | - errorMsg:"请求参数无效" | |
| 52 | + errorMessage:"请求参数无效" | |
| 53 | 53 | } |
| 54 | 54 | { |
| 55 | 55 | errorCode:"41019", |
| 56 | - errorMsg:"内容请控制在1200个字以" | |
| 56 | + errorMessage:"内容请控制在1200个字以" | |
| 57 | 57 | } |
| 58 | 58 | { |
| 59 | 59 | errorCode:"40005", |
| 60 | - errorMsg:"其他错误" | |
| 60 | + errorMessage:"其他错误" | |
| 61 | 61 | } |
| 62 | 62 | ``` |
| 63 | 63 | \ No newline at end of file | ... | ... |