Showing
1 changed file
with
4 additions
and
6 deletions
@@ -17,8 +17,8 @@ | @@ -17,8 +17,8 @@ | ||
17 | ######设置成功 | 17 | ######设置成功 |
18 | 18 | ||
19 | ```json | 19 | ```json |
20 | -{ | 20 | + |
21 | - "preference_setting_success": [ | 21 | +[ |
22 | { | 22 | { |
23 | "id": 1867, | 23 | "id": 1867, |
24 | "pathFlag": 100, | 24 | "pathFlag": 100, |
@@ -36,15 +36,13 @@ | @@ -36,15 +36,13 @@ | ||
36 | "image": "/image/abc.jpg" | 36 | "image": "/image/abc.jpg" |
37 | } | 37 | } |
38 | ] | 38 | ] |
39 | -} | 39 | + |
40 | ``` | 40 | ``` |
41 | ######设置失败 | 41 | ######设置失败 |
42 | 42 | ||
43 | ```json | 43 | ```json |
44 | 44 | ||
45 | -{ | 45 | + "preference_setting_failed" |
46 | - "preference_setting_failed": "1" | ||
47 | -} | ||
48 | 46 | ||
49 | ``` | 47 | ``` |
50 | 48 |
-
Please register or login to post a comment